eurc.cool MCP Server
Load live EURC stablecoin supply data using the eurc.cool MCP server.
Single Tool
The server exposes a single tool: get-eurc-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 eurc-cool https://mcp.eurc.cool --transport httpCodex (CLI)
codex mcp add eurc-cool --url https://mcp.eurc.coolClaude Desktop
Go to Settings → Connectors → Add custom connector and fill in the form:
Name
eurc-cool
Remote MCP Server URL
https://mcp.eurc.cool
Alternatively, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"eurc-cool": {
"url": "https://mcp.eurc.cool"
}
}
}Other MCP Clients
Point any MCP-compatible client at the server URL using streamable HTTP transport:
https://mcp.eurc.cool