Connects Claude to Deutsche Bundesbank's official statistics through Pipeworx's gateway. The source doesn't list specific tools, but this gives you programmatic access to Germany's central bank data on monetary policy, financial markets, banking statistics, and economic indicators. Useful when you're building financial models, analyzing German economic trends, or need authoritative European financial data in your workflows. Part of Pipeworx's broader gateway that covers 250+ data sources, so you can either use this standalone endpoint or tap into the full gateway. Supports plain English queries through ask_pipeworx instead of calling tools directly.
Deutsche Bundesbank (Germany's central bank) statistics MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"bundesbank-de": {
"url": "https://gateway.pipeworx.io/bundesbank-de/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 Bundesbank De data" })
The gateway picks the right tool and fills the arguments automatically.
MIT