Integrations
MCP server
Connect to the Blnk MCP server to query and manage ledger data from AI assistants.
POST
The Blnk MCP server exposes your Core instance through the Model Context Protocol (MCP). AI assistants and MCP-compatible clients connect to this endpoint, authenticate with Blnk Cloud credentials, and call tools to read or write ledger data.
For client setup in Cursor, Claude Desktop, ChatGPT, and other tools, see the MCP integration guide.
Credentials must include one or both MCP scopes:
Create credentials with MCP scopes in API keys or OAuth clients.
All MCP traffic is routed through Blnk Cloud. AI clients never connect directly to your Core instance. Blnk Cloud validates credentials, enforces scopes, and forwards authorized operations to the target instance.
Request structure
Unique identifier of the Blnk Core instance to connect to. Find this in
Settings > MCP in your Blnk Cloud dashboard, or from the instance currently open in your workspace.Bearer token for API key or OAuth access token. Format:
Bearer YOUR_API_KEY or Bearer YOUR_ACCESS_TOKEN.| Scope | Access |
|---|---|
mcp:read | Read-only access to data through MCP tools |
mcp:write | Read and write access through MCP tools |