econstats-mcp
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-mcpEinrichtung
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 |
| Ja | https://fred.stlouisfed.org/docs/api/api\\\\_key.html (kostenlos) |
| Optional | https://data.bls.gov/registrationEngine/ (kostenlos, höhere Ratenbegrenzungen) |
| 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-Datenreihen nach Stichwort suchen |
| FRED-Daten mit Transformationen abrufen (Jahresveränderung %, Veränderung, etc.) |
| BLS-Daten mit vorab berechneten Jahres- und Monatsveränderungen abrufen |
| BLS-Datenreihen-IDs nach Stichwort finden |
| BEA-Volkswirtschaftliche Gesamtrechnungen (BIP-Komponenten, regionale Daten) |
| IWF Internationale Finanzstatistik (190 Länder) |
| Weltbank-Entwicklungsindikatoren (über 200 Länder) |
| Weltbank-Indikatoren suchen |
| EZB-Daten (Euro-Raum-Zinssätze, HVPI, Geldmenge) |
| Dollarbeträge zwischen Daten unter Verwendung des CPI-U umrechnen |
| 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
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