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
MCPを使用してBundesbankの統計をClaude AIに接続します。自然言語を使用して為替レート、金利、マクロ経済データにアクセスします。
ドイツ連邦銀行とClaudeの接続
ドイツ連邦銀行は、SDMX REST APIを通じて無料のマクロ経済データ、為替レート、金融統計を提供しています。AnythingMCPを使用すると、BundesbankのデータをClaude AIに接続し、自然言語を使用して経済指標をクエリできます。
できること
- "現在のEUR/USD為替レートは何ですか?"
- "過去1年間のECB金利の変化を表示"
- "ドイツのCPIインフレデータを検索"
- "最新の国際収支の時系列を取得"
セットアップ
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/storeを開き、ドイツ連邦銀行統計アダプターをインポートします- APIキーは不要 — Bundesbank APIは公開されています
- コネクタをMCPサーバーに割り当てます
Claudeを接続
{
"mcpServers": {
"bundesbank": { "url": "http://localhost:4000/mcp" }
}
}
利用可能なツール
| ツール | 説明 |
|---|---|
bundesbank_get_exchange_rates | 現在および過去のユーロ為替レートを取得 |
bundesbank_get_interest_rates | ECBの主要金利を取得 |
bundesbank_search_statistics | キーワードによる統計系列を検索 |
bundesbank_get_timeseries | 特定の時系列データを取得 |
このガイドは役に立ちましたか?