IMF Data MCP Server
IMF Data MCP
Ein Model Context Protocol-Server für wirtschaftliche Daten des IWF, basierend auf
imfp und der
IMF SDMX API unter data.imf.org.
v0.2.0 — Breaking Change: Der alte Server rief
dataservices.imf.orgauf, was vom IWF im Jahr 2025 außer Betrieb genommen wurde. Alle Anfragen liefen infolgedessen in ein Timeout. Diese Version migriert zuimfp, das auf die aktuelledata.imf.orgSDMX 3.0 API abzielt und aktiv gepflegt wird.
Installation
Verwendung von uv (empfohlen)
uvx --from git+https://github.com/c-cf/imf-data-mcp imf-data-mcpVerwendung von pip
pip install git+https://github.com/c-cf/imf-data-mcp.gitRelated MCP server: self-mcp-server
Claude Desktop-Konfiguration
{
"mcpServers": {
"imf": {
"command": "uvx",
"args": ["--from", "git+https://github.com/c-cf/imf-data-mcp", "imf-data-mcp"]
}
}
}Oder, falls über pip installiert:
{
"mcpServers": {
"imf": {
"command": "imf-data-mcp"
}
}
}Verfügbare Tools
Tool | Beschreibung |
| Listet alle ~155 IWF-Datenbanken mit ihren IDs auf |
| Filtert Datenbanken nach Schlüsselwörtern (z. B. |
| Listet Abfragedimensionen für eine Datenbank auf |
| Listet gültige Codes für eine Dimension auf, mit optionaler Suche |
| Ruft Zeitreihendaten mit Jahresbereich und Dimensionsfiltern ab |
Typischer Arbeitsablauf
1. imf_search_databases(keyword="consumer price")
→ CPI, CPI_WCA, ...
2. imf_get_parameter_defs(database_id="CPI")
→ country, index_type, coicop_1999, frequency, ...
3. imf_get_parameter_codes(database_id="CPI", parameter="country", search="austria")
→ AUT
4. imf_fetch_data(
database_id="CPI",
start_year=2015, end_year=2023,
filters={"country": ["AUT"], "frequency": ["M"]}
)Gängige Datenbank-IDs
Thema | ID |
Verbraucherpreise |
|
Erzeugerpreise |
|
Volkswirtschaftliche Gesamtrechnungen (jährlich) |
|
Volkswirtschaftliche Gesamtrechnungen (vierteljährlich) |
|
Zahlungsbilanz |
|
Wechselkurse |
|
Rohstoffpreise |
|
Fiskalmonitor |
|
Finanzstatistik der Regierung |
|
Geld- und Finanzstatistik |
|
Finanzielle Stabilität |
|
Dienstleistungshandel |
|
SDG-Daten |
|
Ratenbegrenzungen
Die IWF-API erlaubt etwa 10 Anfragen pro 5 Sekunden. imfp handhabt
Ratenbegrenzungen und Wiederholungsversuche automatisch.
Fehlersuche
npx @modelcontextprotocol/inspector imf-data-mcpLizenz
Apache 2.0
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
- AlicenseNot gradedqualityCmaintenanceA FastMCP-based server that provides data analysis tools for processing, analyzing, and visualizing data with an intuitive Streamlit web interface.2MIT
- FlicenseNot gradedqualityCmaintenanceFastMCP server for querying FRED financial and macroeconomic data, providing tools to search and retrieve economic indicators.
- FlicenseNot gradedqualityDmaintenanceA FastMCP-based server that provides tools for API discovery and execution, hierarchical category management, and SQL query execution through the Model Context Protocol.
- AlicenseAqualityBmaintenanceMCP server for accessing World Bank data, enabling indicator search, data retrieval, country comparisons, trend analysis, rankings, and chart generation.62MIT
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.
350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.
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/c-cf/imf-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server