econstats-mcp
econstats-mcp
経済学者の手法ガイドを備えた経済データMCPサーバー。FRED、BLS、BEA、IMF、世界銀行、ECBをあらゆるMCP対応クライアントに接続します。
特徴
単なるデータアクセスではありません。このサーバーには、LLMがどの系列を選択すべきかを教える手法ルールが含まれています:
インフレ指標としてのCPIとPCEの比較(およびその乖離理由)
労働市場の逼迫度を測るためのプライムエイジEPOPとヘッドライン失業率の比較
CPI/PPI指数の前年比(YoY%)変化、雇用統計の月次変化
リリース当日のBLS直接取得(FREDは30〜60分の遅延あり)
実質賃金:4つの指標のうちどれを使用しているか、またその理由の説明
Related MCP server: mcp-fred
クイックスタート
# Install Bun if needed
curl -fsSL https://bun.sh/install | bash
# Run (get a free FRED API key at https://fred.stlouisfed.org/docs/api/api_key.html)
FRED_API_KEY=your-key bunx econstats-mcpセットアップ
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加します:
{
"mcpServers": {
"econstats": {
"command": "bunx",
"args": ["econstats-mcp"],
"env": { "FRED_API_KEY": "your-key" }
}
}
}Claude Code
~/.claude/.mcp.json に以下を追加します:
{
"mcpServers": {
"econstats": {
"type": "stdio",
"command": "bunx",
"args": ["econstats-mcp"],
"env": { "FRED_API_KEY": "your-key" }
}
}
}OpenBB
OpenBBワークスペースのAI設定でMCPサーバーとして接続します。
APIキー
キー | 必須 | 取得先 |
| はい | |
| 任意 | https://data.bls.gov/registrationEngine/ (無料、レート制限緩和) |
| 任意 | https://apps.bea.gov/API/signup/ (無料、GDP詳細用) |
IMF、世界銀行、ECBにはキーは不要です。
ツール (11)
ツール | 説明 |
| キーワードでFRED系列を検索 |
| 変換(YoY%、変化量など)を適用してFREDデータを取得 |
| 事前計算されたYoY%および月次変化量を含むBLSデータを取得 |
| キーワードでBLS系列IDを検索 |
| BEA国民経済計算(GDP構成要素、州データ) |
| IMF国際金融統計(190カ国) |
| 世界銀行開発指標(200カ国以上) |
| 世界銀行の指標を検索 |
| ECBデータ(ユーロ圏金利、HICP、マネーサプライ) |
| CPI-Uを使用して日付間で金額を換算 |
| 今日がデータ発表日かどうかを確認 |
データソース
すべてのデータは無料の公開政府APIから取得されます。すべてのデータは各ソース機関(連邦準備制度、BLS、BEA、IMF、世界銀行、ECB)に帰属します。データの再配布は行わず、各クエリはソースから直接取得されます。
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that interfaces with the WorldBank API to retrieve economic and labor market data such as GDP and employment indicators. It allows LLMs to query global development statistics including unemployment rates, labor force participation, and sectoral employment data.
- FlicenseNot gradedqualityDmaintenanceAn MCP server that wraps the Federal Reserve Economic Data (FRED) API, providing access to over 800,000 economic time series like GDP and unemployment. It enables AI agents to search for data, retrieve metadata, and fetch historical observations directly from the St. Louis Fed.
- FlicenseAqualityCmaintenanceA local MCP server that gives Claude and other MCP clients access to Federal Reserve Economic Data (FRED) — 800,000+ economic time series covering GDP, inflation, employment, interest rates, and more.32
- AlicenseAqualityCmaintenanceProvides curated US economic data from Treasury, FRED, BLS, BEA, and other sources through an MCP interface. Enables querying economic series, fetching data with provenance tracking, and accessing cached artifacts.9MIT
Related MCP Connectors
Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
DBnomics MCP — meta-aggregator over 80+ stats providers
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshfwaldman1/econstats-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server