cbBTC.cool MCP Server
Load live cbBTC stablecoin supply data using the cbBTC.cool MCP server.
Single Tool
The server exposes a single tool: get-cbbtc-supply
Returns the total supply along with a per-chain breakdown.
- includeBridges (optional, default: false) – Include bridge flow balances in the calculation
Claude Code (CLI)
claude mcp add cbbtc-cool https://mcp.cbbtc.cool --transport httpCodex (CLI)
codex mcp add cbbtc-cool --url https://mcp.cbbtc.coolClaude Desktop
Go to Settings → Connectors → Add custom connector and fill in the form:
Name
cbbtc-cool
Remote MCP Server URL
https://mcp.cbbtc.cool
Alternatively, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cbbtc-cool": {
"url": "https://mcp.cbbtc.cool"
}
}
}Other MCP Clients
Point any MCP-compatible client at the server URL using streamable HTTP transport:
https://mcp.cbbtc.cool