Connect to the Blnk MCP server to query and manage ledger data from AI assistants.
curl -X POST 'https://api.cloud.blnkfinance.com/mcp/YOUR_INSTANCE_ID' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
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.Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'https://api.cloud.blnkfinance.com/mcp/YOUR_INSTANCE_ID' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
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 |
Was this page helpful?
curl -X POST 'https://api.cloud.blnkfinance.com/mcp/YOUR_INSTANCE_ID' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'