Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

如何将 Bundesbank 连接到 Gemini — 通过 MCP

使用MCP将联邦银行统计数据连接到Claude AI。通过自然语言访问汇率、利率和宏观经济数据。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

Deutsche Bundesbank Statistics

MCP connector

Deutsche Bundesbank Statistics

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

Tools

4

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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

TL;DR

使用MCP将联邦银行统计数据连接到Claude AI。通过自然语言访问汇率、利率和宏观经济数据。

将德意志联邦银行连接到Claude

德意志联邦银行通过SDMX REST API提供免费的宏观经济数据、汇率和金融统计数据。使用AnythingMCP,您可以将联邦银行数据连接到Claude AI,并使用自然语言查询经济指标。

您可以做什么

  • "当前EUR/USD汇率是多少?"
  • "显示过去一年欧洲央行利率的变化"
  • "搜索德国CPI通胀数据"
  • "获取最新的国际收支时间序列"

设置

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. 打开 http://localhost:3000/connectors/store 并导入 德意志联邦银行统计 适配器
  2. 无需API密钥 — 联邦银行API是公开可访问的
  3. 将连接器分配给MCP服务器

连接Claude

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

可用工具

工具描述
bundesbank_get_exchange_rates获取当前和历史欧元汇率
bundesbank_get_interest_rates获取欧洲央行关键利率
bundesbank_search_statistics按关键字搜索统计系列
bundesbank_get_timeseries检索特定时间序列的数据

这份指南对您有帮助吗?

Ready to ship

Your Deutsche agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

相关指南