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 http

Codex

codex mcp add stables-cool --url https://mcp.stables.cool

Claude 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
This is a third-party snapshot of the current stablecoin supply across multiple blockchains, using publicly accessible on-chain data. The data is provided "as-is" and may contain mistakes.