stables.cool MCP Server
Load live stablecoin supply data from stables.cool using the Model Context Protocol.
Single Tool
The server exposes one tool: get-stablecoin-supply
Returns total stablecoin supply along with a per-token and per-chain breakdown.
- includeBridges (optional, default: false) includes bridge flow balances in the calculation
Claude Code
claude mcp add stables-cool https://mcp.stables.cool --transport httpCodex
codex mcp add stables-cool --url https://mcp.stables.coolClaude Desktop
Go to Settings, then Connectors, then add a custom connector with these values:
Name
stables-cool
Remote MCP Server URL
https://mcp.stables.cool
Or add this to claude_desktop_config.json:
{
"mcpServers": {
"stables-cool": {
"url": "https://mcp.stables.cool"
}
}
}Other MCP Clients
Point any MCP-compatible client at the streamable HTTP endpoint:
https://mcp.stables.cool