PluginBench
MCP Server

io.github.scka-de/ecb-mcp MCP Server

io.github.scka-de/ecb-mcp

What is the io.github.scka-de/ecb-mcp MCP server?

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

How to install io.github.scka-de/ecb-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ecb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ecb-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ecb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ecb-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ecb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ecb-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ecb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ecb-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ecb-mcp -- npx -y ecb-mcp

Related MCP servers

Sanctions screening and PEP checks via OpenSanctions API for AI agents

View repository →