Connect AI assistants to the docs
Coinsbuy Docs exposes a read-only Model Context Protocol server so tools like Cursor and Claude Code can search and read this documentation. This is the docs site MCP — not product trading or translation MCP endpoints.
Endpoint
Use streamable HTTP at the URL below. Prefer this over the legacy SSE transport.
https://docs.coinsbuy.com/api/mcpPublic access
No authorization header is required for public documentation. Add the server to Cursor (or another MCP client):
{
"mcpServers": {
"coinsbuy-docs": {
"url": "https://docs.coinsbuy.com/api/mcp"
}
}
}Private sections
Link-gated products unlock when you pass a valid access-link JWT as Authorization: Bearer …. Copy the token query value from an /access?token=… URL you were given. Access is limited to the product slugs in the JWT products claim.
{
"mcpServers": {
"coinsbuy-docs": {
"url": "https://docs.coinsbuy.com/api/mcp",
"headers": {
"Authorization": "Bearer <access-link-jwt>"
}
}
}
}Available tools
list_sections— documentation sections and whether each is accessiblelist_documents— page titles and URLs, optionally filtered by sectionsearch_docs— full-text search across accessible docsread_document— fetch a page by URL as markdown