Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Imf Data Mcp

    This MCP server integrates with the free IMF data API to provide a set of tools and resources for retrieving and processing economic data. It enables users to query datasets, fetch time series data, and list available indicators and countries, making it easier to work with IMF data in a structured and programmatic way.

    4 stars
    Python
    Updated Oct 6, 2025

    Table of Contents

    • Installation
    • Using uv (recommended)
    • Using pip
    • Claude Desktop configuration
    • Available tools
    • Typical workflow
    • Common database IDs
    • Rate limits
    • Debugging
    • License

    Table of Contents

    • Installation
    • Using uv (recommended)
    • Using pip
    • Claude Desktop configuration
    • Available tools
    • Typical workflow
    • Common database IDs
    • Rate limits
    • Debugging
    • License

    Documentation

    IMF Data MCP

    A Model Context Protocol server for IMF economic data, built on

    imfp and the

    IMF SDMX API at data.imf.org.

    v0.2.0 — Breaking change: The old server called dataservices.imf.org,

    which the IMF decommissioned in 2025. All requests timed out as a result.

    This version migrates to imfp, which targets the current data.imf.org

    SDMX 3.0 API and is actively maintained.

    ---

    Installation

    Using uv (recommended)

    bash
    uvx --from git+https://github.com/c-cf/imf-data-mcp imf-data-mcp

    Using pip

    bash
    pip install git+https://github.com/c-cf/imf-data-mcp.git

    ---

    Claude Desktop configuration

    json
    {
      "mcpServers": {
        "imf": {
          "command": "uvx",
          "args": ["--from", "git+https://github.com/c-cf/imf-data-mcp", "imf-data-mcp"]
        }
      }
    }

    Or, if installed via pip:

    json
    {
      "mcpServers": {
        "imf": {
          "command": "imf-data-mcp"
        }
      }
    }

    ---

    Available tools

    ToolDescription
    imf_list_databasesList all ~155 IMF databases with their IDs
    imf_search_databasesFilter databases by keyword (e.g. "inflation", "trade")
    imf_get_parameter_defsList query dimensions for a database
    imf_get_parameter_codesList valid codes for a dimension, with optional search
    imf_fetch_dataFetch time series data with year range and dimension filters

    ---

    Typical workflow

    code
    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"]}
       )

    ---

    Common database IDs

    TopicID
    Consumer PricesCPI
    Producer PricesPPI
    National Accounts (Annual)ANEA
    National Accounts (Quarterly)QNEA
    Balance of PaymentsBOP_AGG
    Exchange RatesER_2026_JAN_VINTAGE
    Commodity PricesPCPS
    Fiscal MonitorFM
    Gov. Finance StatisticsGFS_COFOG
    Monetary StatisticsMFS_CBS, MFS_MA, MFS_IR
    Financial SoundnessFSIC
    Trade in ServicesITS
    SDG DataSDG

    ---

    Rate limits

    The IMF API allows roughly 10 requests / 5 seconds. imfp handles

    rate limiting and retries automatically.

    ---

    Debugging

    bash
    npx @modelcontextprotocol/inspector imf-data-mcp

    ---

    License

    Apache 2.0

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k