Connects Claude to the European Central Bank's statistical data portal through a single tool that lists and filters SDMX data flows by reference or name. Part of the Pipeworx gateway ecosystem, which means you can either use this standalone ECB endpoint or connect to the full gateway for 250+ data sources. Includes an ask_pipeworx function that handles tool selection and argument filling through natural language queries instead of direct tool calls. Useful when you need programmatic access to ECB economic indicators, exchange rates, or monetary policy data without manually navigating the portal or writing SDMX API calls yourself.
ECB Data Portal MCP — European Central Bank statistical data
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
list_dataflows | List ECB SDMX data flows. Optional substring filter on flow ref or name. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ecb": {
"url": "https://gateway.pipeworx.io/ecb/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Ecb data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json