Skip to main content
Glama

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キー

キー

必須

取得先

FRED_API_KEY

はい

https://fred.stlouisfed.org/docs/api/api\\\\_key.html (無料)

BLS_API_KEY

任意

https://data.bls.gov/registrationEngine/ (無料、レート制限緩和)

BEA_API_KEY

任意

https://apps.bea.gov/API/signup/ (無料、GDP詳細用)

IMF、世界銀行、ECBにはキーは不要です。

ツール (11)

ツール

説明

fred_search

キーワードでFRED系列を検索

fred_get_series

変換(YoY%、変化量など)を適用してFREDデータを取得

bls_get_series

事前計算されたYoY%および月次変化量を含むBLSデータを取得

bls_series_lookup

キーワードでBLS系列IDを検索

bea_get_data

BEA国民経済計算(GDP構成要素、州データ)

imf_get_data

IMF国際金融統計(190カ国)

worldbank_get_data

世界銀行開発指標(200カ国以上)

worldbank_search

世界銀行の指標を検索

ecb_get_data

ECBデータ(ユーロ圏金利、HICP、マネーサプライ)

inflation_adjust

CPI-Uを使用して日付間で金額を換算

check_release_calendar

今日がデータ発表日かどうかを確認

データソース

すべてのデータは無料の公開政府APIから取得されます。すべてのデータは各ソース機関(連邦準備制度、BLS、BEA、IMF、世界銀行、ECB)に帰属します。データの再配布は行わず、各クエリはソースから直接取得されます。

ライセンス

MIT

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    An 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.
  • F
    license
    Not graded
    quality
    D
    maintenance
    An 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.
  • F
    license
    A
    quality
    C
    maintenance
    A 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.
    3
    2
  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    9
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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