MCP
Model Context Protocol for Bitcoin Account Balance's
Last updated
Model Context Protocol for Bitcoin Account Balance's
Our MCP server allow's you to connect your development tools and AI tools to connect directly to our infrastructure. This allows you to integrate anything Bitcoin Balance related to be used in your workflow.
MCP URL: https://api.bitcoin-balance-api.com/mcp
The connection needs the api key to be in the X-API-Key header.
When configuring the MCP in Cursor you can easily do this in your project directory via .cursor/mcp.json
{
"mcpServers": {
"bitcoin-balance-api": {
"url": "https://api.bitcoin-balance-api.com/mcp",
"headers": {
"X-API-Key": "YOUR_SECRET_API_KEY"
}
}
}
}Or via the UI in Cursor -> Settings -> Tools & MCPs:

Don't forget to enable it, also when configured via the configuration file. Once it is enabled, the AI can access the server:

Last updated