mcpbeat Sign in

Imf MCP Server

answering

Imf MCP Server is answering right now. Last checked 14 min ago. 123 installs a week from npm. It exposes 5 tools. Last commit 31 Aug 2026.

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

Installs per day peak 661 · avg 50 · -29% w/w
a month agotoday
Uptime history 47 days of history · worst day 0%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
364 ms
Response time
average over 24h
123
Installs / week
npm and PyPI

What changed 19

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 25 August 2026. No other catalogue keeps this.

31 Aug 5 tools changed the parameters they ask for6 times that day imf_dataframe_describe, imf_dataframe_query, imf_get_database and 2 more
31 Aug a tool changed version4 times that day
31 Aug 2 tool descriptions were rewritten3 times that day imf_get_database, imf_query_dataset
25 Aug 5 tools changed the parameters they ask for imf_dataframe_describe, imf_dataframe_query, imf_get_database and 2 more
25 Aug a tool changed version
and 5 more, back to 25 August 2026

Nothing serious here today

Today is the operative word: we check Imf MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add imf-mcp-server --transport http https://imf.caseyjhand.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "imf-mcp-server": {
      "url": "https://imf.caseyjhand.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.imf-mcp-server]
url = "https://imf.caseyjhand.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "imf-mcp-server": {
      "url": "https://imf.caseyjhand.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "imf-mcp-server": {
      "url": "https://imf.caseyjhand.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: IMF_ENABLE_DATAFRAME_DROP (Enable imf_dataframe_drop for removing staged DataCanvas tables and views.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

imf
imf_dataframe_describe
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_dataframe_query to discover the table and column names for SQL.
imf_dataframe_query
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_dataframe_describe first to discover table and column names. One SELECT statement per call; a leading WITH … SELECT (CTE) is accepted. DML and DDL are rejected.
imf_get_database
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). Required before imf_query_dataset — SDMX keys are opaque without codelist lookups. Each codelist is capped at the first 50 entries by default, including previews filtered by codelist_filter. Set dimension_id to retrieve one codelist with bounded limit/offset paging after the optional substring filter. Set available_only=true to page codes the dataflow actually publishes, with series and time coverage metadata; availability filtering happens before codelist_filter and paging. The imf://database/{dataflow_id} resource provides the same bounded discovery summary. Country codes are ISO 3-letter (USA, GBR, DEU), not ISO 2-letter (US, GB, DE). The key_format field shows the exact dimension order required by imf_query_dataset. Note: codelists enumerate the code universe, not actual coverage — valid codes can still return no_data if the combination has no series in this dataflow.
imf_list_databases
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 snapshot) dataflows such as WEO_2025_OCT_VINTAGE are excluded by default; set include_vintages=true to include them. Results are paged — 50 per call by default, adjustable with limit and offset — and total_count reports how many dataflows matched. Descriptions are shortened here; imf_get_database returns the full text for a single dataflow.
imf_query_dataset
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 resolving to several series carries one entry per series in series_metadata, since unit and scale differ between them. Requires imf_get_database first to obtain the correct key_format and valid dimension codes. Country codes are ISO 3-letter (USA, GBR, DEU — not US, GB, DE). Key format: dot-separated codes in DSD keyPosition order (e.g. USA.NGDP_RPCH.A for WEO). Every position must carry a code: use + to combine codes (e.g. USA+GBR.NGDP_RPCH.A) and * to match every code at a position (e.g. *.NGDP_RPCH.A for all countries). Codelists from imf_get_database enumerate the code universe, not actual coverage — valid codes can still return no_data if the combination has no series. start_period and end_period must be valid period strings (YYYY, YYYY-SN, YYYY-QN, YYYY-MM, or a calendar-valid YYYY-MM-DD) with start_period no later than end_period; malformed or reversed ranges are rejected. A bound covers the whole period it names, so end_period 2023 includes 2023-M12 and 2023-Q4. Large analytical result sets (multi-country, long time range) spill to DataCanvas; call imf_dataframe_describe first to inspect staged tables and columns, then imf_dataframe_query for SQL analysis.

Endpoints

URLTransportStateLatencyChecked
https://imf.caseyjhand.com/mcp streamable-http answering 364 ms 14 min ago

Alternatives to Imf MCP Server

same job, measured the same way
Bank Of Canada MCP
by arose26

Bank of Canada economic data: exchange rates, policy rate, CPI, bond yields. No API key.

38 installs/wk local only
Exchange Rates MCP Server
by cyanheads

Convert currencies, get FX rates, and query historical ECB exchange rate data.

442 installs/wk 7 tools answering
Treasury Fiscaldata MCP Server
by cyanheads

Query US Treasury national debt, interest rates, exchange rates, and fiscal datasets via MCP.

93 installs/wk 7 tools answering
UniRate API
by unirate-api

Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999.

29 installs/wk local only
Gitsim Chat
by gitsim

Search, order, and manage eSIM data packages for 190+ countries.

9 tools answering
US Macro
by hgus107

US macroeconomic data from FRED: inflation, employment, growth, housing, rates, recession signals.

64 installs/wk local only
MCP Bcra
by codespar

BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves)

36 installs/wk local only
countries
by pipeworx-io

Countries MCP — world country data from REST Countries API v3.1

41 tools answering

Imf MCP Server — questions

Answers built from our own checks of this server.

What can Imf MCP Server do?
It exposes 5 tools, read directly from the server on our last check. Among them: imf_dataframe_describe, imf_dataframe_query, imf_get_database, imf_list_databases, imf_query_dataset. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Imf MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 364 ms. The bar chart above shows every period we have measured.
How do I connect Imf MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Imf MCP Server need an API key?
No. Imf MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Imf MCP Server?
It answers our handshake in 364 ms on average, which is faster than 42% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Imf MCP Server?
The npm package @cyanheads/imf-mcp-server was installed 123 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Imf MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.