Skip to main content
Glama

econstats-mcp

경제학자의 방법론 가이드가 포함된 경제 데이터 MCP 서버입니다. FRED, BLS, BEA, IMF, World Bank 및 ECB를 모든 MCP 호환 클라이언트에 연결합니다.

차별점

단순한 데이터 액세스를 넘어, LLM에게 어떤 시리즈를 선택해야 하는지 알려주는 방법론 규칙이 포함되어 있습니다:

  • 인플레이션 측정 시 CPI와 PCE 비교 (및 차이가 발생하는 이유)

  • 노동 시장 긴장도를 측정할 때 헤드라인 실업률 대신 핵심 연령대(Prime-age) 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, World Bank, 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

World Bank 개발 지표 (200개국 이상)

worldbank_search

World Bank 지표 검색

ecb_get_data

ECB 데이터 (유로존 금리, HICP, 통화 공급)

inflation_adjust

CPI-U를 사용하여 날짜 간 달러 금액 변환

check_release_calendar

오늘이 데이터 발표일인지 확인

데이터 소스

모든 데이터는 무료 공공 정부 API에서 제공됩니다. 모든 데이터의 출처는 해당 기관(연방준비제도, BLS, BEA, IMF, World Bank, 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