mcpserver.lol
registry/imf-mcp-server
Connection check verified live · 27h ago

imf-mcp-server

Query IMF SDMX 3.0 macroeconomic dataflows — WEO, BOP, CPI, exchange rates, 190 countries.

Tools 5
GitHub stars 1
Installs / wk 276
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

imf_dataframe_describe read-only canvas_id*
List DataCanvas tables and columns staged by a prior imf_query_dataset call. Returns each table's name, row count, and column schema (name + DuckDB type). Required before imf_dataf…
imf_dataframe_query read-only sql*canvas_id*
Run a read-only SQL SELECT against a DataCanvas table staged by imf_query_dataset. Supports multi-country comparisons, time-series aggregation, and cross-indicator joins. Requires…
imf_get_database read-only limitoffsetversionagency_iddataflow_id*dimension_id +2
Fetch a dataflow's dimension list with a codelist preview for each dimension. Resolves human-readable terms to SDMX codes (e.g. "United States" → USA, "Constant prices" → NGDP_RPCH…
imf_list_databases read-only limitfilteroffsetinclude_vintages
List IMF SDMX dataflows available on the portal. Entry point for every query: imf_get_database and imf_query_dataset both require a dataflow id obtained here. Vintage (historical s…
imf_query_dataset read-only key*versionagency_idcanvas_idend_perioddataflow_id* +2
Query an IMF SDMX dataflow by dimension key over a time range. Returns observations with time_period, value, and status, plus the unit, scale, and decimals of each series — a key r…