Natiiv Beat

Beat MCP Connector

The Beat connector lets AI assistants that speak the Model Context Protocol (MCP) — such as Claude — read and write your Beat workspace: search and update tasks, fetch workstreams, write docs and comments, and manage attachments, with the same permissions as your own account.

Endpoint

Streamable HTTP over HTTPS:

https://beat-staging.natiiv.ai/api/mcp

Authentication & access

Every connection is authorized per user with OAuth 2.0 (PKCE). Beat is provisioned per workspace: anyone can add the connector, but signing in requires an account an admin created. If your team doesn't use Beat yet, contact us and we'll set up your workspace.

Add Beat to Claude

  1. 1In Claude, open Settings → Connectors and choose Natiiv Beat from the directory — or add a custom connector with the endpoint URL above.
  2. 2Sign in with your Beat account when prompted, review the consent screen, and approve.
  3. 3Ask Claude about your workspace — try "what's due this week?".

Tool catalogue

Generated from the live tool registry — 25 tools.

ToolPurposeAccess
get_standardsRead the Beat usage standard.
read
searchSearch tasks, workstreams, docs, clients, or members.
read
fetchFetch full detail for a single item.
read
get_workspace_directoryList members, clients, workstreams, and valid field values.
read
switch_tenantSwitch the active workspace.
write
create_tasksCreate one or more tasks or sub-tasks.
write
update_taskUpdate a task's fields, status, or assignees.
write
duplicate_taskDuplicate an existing task.
write
create_workstreamCreate a workstream, optionally with sub-workstreams.
write
update_workstreamEdit a workstream or manage its sub-workstreams.
write
manage_milestoneCreate, update, or delete workstream milestones.
write
create_docCreate a Context knowledge-base page.
write
update_docUpdate a Context page's title, summary, body, links, or move it under another page.
write
historyView an item's change history.
read
manage_clientCreate or update a client.
write
commentComment on a task or Context page.
write
notificationsList your notifications and mark them read.
write
manage_memberCreate, update, or deactivate team members.
write
manage_field_optionsConfigure dropdown field options (admin only).
write
delete_itemPermanently delete a task, doc, comment, attachment, or workstream.
writedestructive
read_attachmentRead an attachment's content.
read
upload_attachmentUpload a small file attachment.
write
attach_urlAttach an external link to a task or doc.
write
create_attachment_uploadStart a large-file upload (presigned).
write
finalize_attachment_uploadFinalize a large-file upload.
write

How read and write tools are separated

Read tools (search, fetch, directory, history, standards, attachment reads) never modify data and are marked read-only. Write tools are separate, and hard deletion is confined to a single clearly-marked destructive tool. Two deliberate judgment calls: notifications is one tool even though it lists and marks-read — it only touches your own inbox; switch_tenant stores which workspace you're working in and changes no data.

Limits

Results are capped at roughly 80,000 characters (oversized results are truncated with a notice). Workstream fetches list up to 200 tasks; larger attachments come back as time-limited download links. API keys carry per-minute rate limits. Tool calls complete within 60 seconds.

Support

Provisioning, questions, or issues: hello@natiiv.com.