Connect an AI client (MCP)
Connect Claude, Cursor, or any MCP client to your workspace with a workspace API key.
Connect an AI client (MCP)
Zetadeck exposes a remote MCP server so external AI clients (Claude Desktop, Cursor, and others) can read and act on your workspace through your own tools.
What you need
A workspace API key. Create one in Settings, Integrations (Advanced). Read-only keys can list and search, keys with the write scope can also create and update.
Endpoint
Point your MCP client at:
https://<your-workspace-domain>/api/mcp
Authenticate with the key as a bearer token: Authorization: Bearer zd_live_.... The connection is scoped to the workspace that issued the key.
Available tools
- list_tasks, create_task, update_task (tasks)
- search_crm, update_lead_stage (pipeline)
- get_finance_summary, list_recurring (finance)
Write tools require a key with the write scope. Sensitive areas (the vault, billing, and admin) are never exposed through MCP.
Security
Treat the API key like a password. It only reaches its own workspace, and its scopes decide whether it can make changes. Rotate or delete a key any time in Settings, Integrations.