Connect suky to Claude Code, Cursor, or any MCP client and your agent can read your event schema, check contract health, validate tracking before it ships, and open the fix — all scoped to one workspace, over Streamable HTTP.
POSThttps://mcp.suky.ai/v1/mcp
PRO26 toolsStateless · workspace-scopedBearer API key · read-only keys supported
01
Add to your client
Pick your agent. One-click where the client supports a deep link; otherwise drop the config into your repo — it's the same JSON the in-app Install kit generates.
Commit-safe: reference ${SUKY_API_KEY} so the key stays out of the repo. Claude Code reads .mcp.json at the root automatically.
02
Authenticate with a workspace key
No OAuth dance, no separate MCP credential — every call carries a workspace API key as a Bearer token. Keys are created in Settings → Connections → MCP Server.
1
Create a key — pick a scope
Hand agents that only need to look around a read-only key; give write access only when the agent should open PRs or change contracts.
Read-only
18 tools · query, validate, guide
Read & write
all 26 · +PRs, contracts, publish
2
Reference it as an env var
Don't commit the raw key. Export it and point the config header at the variable — the Install kit emits this form by default.