Odel
ecb mcp

ecb mcp

Local
@scka-de3TypeScriptMITUpdated 5mo ago

ECB data for AI agents — rates, yields, inflation, money supply, and 100+ datasets. No API key.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmecb-mcpv0.1.0

Run

npx -y ecb-mcp

MCP client config

{
  "mcpServers": {
    "ecb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ecb-mcp"
      ]
    }
  }
}