No install? Use cloud.anythingmcp.com directly.
Sign in, install the Deutsche Bundesbank Statistics in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
Connect Bundesbank statistics to Claude AI using MCP. Access exchange rates, interest rates, and macroeconomic data with natural language.
Connect Deutsche Bundesbank to Claude
The Deutsche Bundesbank provides free macroeconomic data, exchange rates, and financial statistics via the SDMX REST API. With AnythingMCP, you can connect Bundesbank data to Claude AI and query economic indicators using natural language.
What You Can Do
- "What is the current EUR/USD exchange rate?"
- "Show ECB interest rate changes over the past year"
- "Search for German CPI inflation data"
- "Get the latest balance of payments time series"
Setup
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- Open
http://localhost:3000/connectors/storeand import the Deutsche Bundesbank Statistics adapter - No API key required — the Bundesbank API is publicly accessible
- Assign the connector to an MCP server
Connect Claude
{
"mcpServers": {
"bundesbank": { "url": "http://localhost:4000/mcp" }
}
}
Available Tools
| Tool | Description |
|---|---|
bundesbank_get_exchange_rates | Get current and historical euro exchange rates |
bundesbank_get_interest_rates | Get ECB key interest rates |
bundesbank_search_statistics | Search for statistical series by keyword |
bundesbank_get_timeseries | Retrieve data for a specific time series |
Was this guide helpful?