Query Bitcoin mainnet address balances, batch balances, and UTXOs through the Model Context Protocol. Uses the same API keys and usage limits as the REST API.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"url": "https://api.bitcoin-balance-api.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}