This server exposes the documentation. It does not read your workspace, contacts, campaigns, or any account data. To work with your own data programmatically, use the API.
Server URL
Connect it
- Claude Code
- Claude
- Cursor
- VS Code
What it can do
Worth asking it
Once connected, questions that used to mean digging through reference tables work directly:- “What columns are on
contact_360, and which are nullable?” - “Write me a SQL query for high-value wallets that have gone quiet.”
- “Which automation trigger fires on a first mint, and what filter does it use?”
- “Show me how to send a custom event with an idempotency key.”
- “Why would
deliveredNowbe false on an in-app push?”
Reading a single page
Every page can also be pulled directly without MCP. Use the contextual menu at the top of any page to copy it as Markdown, open it in an assistant, or copy the MCP server URL. You can also append.md to any docs URL to get the raw Markdown source:
The Onchain Suite API is not an MCP server
Worth stating plainly, because the naming invites confusion:- These docs publish an MCP server, at the URL above.
- The Onchain Suite API is a REST API. It does not expose an MCP endpoint. See API Overview and Authentication.

