Skip to main content
Glama

econstats-mcp

Wirtschaftsdaten-MCP-Server mit einem methodischen Leitfaden für Ökonomen. Verbindet FRED, BLS, BEA, IWF, Weltbank und EZB mit jedem MCP-kompatiblen Client.

Was ihn besonders macht

Nicht nur Datenzugriff – der Server enthält methodische Regeln, die LLMs beibringen, welche Datenreihen sie auswählen sollen:

  • VPI vs. PCE für Inflation (und warum sie voneinander abweichen)

  • EPOP im erwerbsfähigen Alter vs. allgemeine Arbeitslosenquote für die Anspannung des Arbeitsmarktes

  • Jährliche prozentuale Veränderung für VPI/PPI-Indizes, monatliche Veränderung für Beschäftigung

  • BLS direkt am Veröffentlichungstag (FRED verzögert um 30-60 Minuten)

  • Reallöhne: erklärt, welche der 4 Messgrößen verwendet wird und warum

Related MCP server: mcp-fred

Schnellstart

# 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

Einrichtung

Claude Desktop

Hinzufügen zu ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "econstats": {
      "command": "bunx",
      "args": ["econstats-mcp"],
      "env": { "FRED_API_KEY": "your-key" }
    }
  }
}

Claude Code

Hinzufügen zu ~/.claude/.mcp.json:

{
  "mcpServers": {
    "econstats": {
      "type": "stdio",
      "command": "bunx",
      "args": ["econstats-mcp"],
      "env": { "FRED_API_KEY": "your-key" }
    }
  }
}

OpenBB

Als MCP-Server in den AI-Einstellungen des OpenBB-Arbeitsbereichs verbinden.

API-Schlüssel

Schlüssel

Erforderlich

Erhalten unter

FRED_API_KEY

Ja

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

BLS_API_KEY

Optional

https://data.bls.gov/registrationEngine/ (kostenlos, höhere Ratenbegrenzungen)

BEA_API_KEY

Optional

https://apps.bea.gov/API/signup/ (kostenlos, für BIP-Details)

IWF, Weltbank und EZB benötigen keine Schlüssel.

Tools (11)

Tool

Beschreibung

fred_search

FRED-Datenreihen nach Stichwort suchen

fred_get_series

FRED-Daten mit Transformationen abrufen (Jahresveränderung %, Veränderung, etc.)

bls_get_series

BLS-Daten mit vorab berechneten Jahres- und Monatsveränderungen abrufen

bls_series_lookup

BLS-Datenreihen-IDs nach Stichwort finden

bea_get_data

BEA-Volkswirtschaftliche Gesamtrechnungen (BIP-Komponenten, regionale Daten)

imf_get_data

IWF Internationale Finanzstatistik (190 Länder)

worldbank_get_data

Weltbank-Entwicklungsindikatoren (über 200 Länder)

worldbank_search

Weltbank-Indikatoren suchen

ecb_get_data

EZB-Daten (Euro-Raum-Zinssätze, HVPI, Geldmenge)

inflation_adjust

Dollarbeträge zwischen Daten unter Verwendung des CPI-U umrechnen

check_release_calendar

Prüfen, ob heute ein Tag der Datenveröffentlichung ist

Datenquellen

Alle Daten stammen von kostenlosen, öffentlichen Regierungs-APIs. Wir schreiben alle Daten der jeweiligen Quellbehörde zu (Federal Reserve, BLS, BEA, IWF, Weltbank, EZB). Es werden keine Daten weiterverbreitet – jede Abfrage erfolgt direkt von der Quelle.

Lizenz

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