Connector guide1-minute read3 MCP toolsEN · DE · IT

How to Connect Deutsche Bundesbank Statistics to MCP

Access ECB exchange rates, interest rates, and macroeconomic data from the Bundesbank via AI agents and MCP. Free public API, no key required.

HCBy HelpCode teamUpdated 1 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

Deutsche Bundesbank Statistics

Deutsche Bundesbank Statistics

Access macroeconomic data, exchange rates, interest rates, and financial statistics from the Deutsche Bundesbank via the SDMX REST API.

tools

3

Region

DE

Category

Finance

Authentication

Public API

Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Deutsche Bundesbank Statistics in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Access ECB exchange rates, interest rates, and macroeconomic data from the Bundesbank via AI agents and MCP. Free public API, no key required.

Try asking

Example prompts for Deutsche Bundesbank Statistics

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

Deutsche Bundesbank Statistics · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

Bundesbank Statistics with AI Agents

The Deutsche Bundesbank provides free access to macroeconomic data, exchange rates, interest rates, and financial statistics via the SDMX REST API. No API key required — connect and start querying immediately.

Quick Setup with Built-in Adapter

Step 1: Deploy AnythingMCP

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 2: Import the Bundesbank Adapter

Open http://localhost:3000/connectors/store and click Import on the Deutsche Bundesbank Statistics adapter. Since this is a free public API, no credentials are needed — the connector is ready immediately.

Step 3: Connect to Your AI Agent

{
  "mcpServers": {
    "bundesbank": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

Available Tools

ToolDescription
bundesbank_get_exchange_ratesGet current and historical euro exchange rates (USD, GBP, CHF, JPY, etc.)
bundesbank_get_bund_yieldsDaily yield of German federal securities (Bunds) for a chosen maturity — 1, 2, 5, 10 or 30 years
bundesbank_get_timeseriesRetrieve data for a specific time series by ID

AI Agent Use Cases

  • "What's the current EUR/USD exchange rate?"
  • "Show me the ECB interest rate history for the last 5 years"
  • "What was the EUR/GBP rate on January 15, 2025?"
  • "Search for money supply statistics"

Was this guide helpful?

Your Deutsche Bundesbank Statistics agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Related guides