Skip to main content
Glama
c-cf

IMF Data MCP Server

by c-cf

IMF Data MCP

imfp および data.imf.orgIMF SDMX API 上に構築された、IMF経済データ用のModel Context Protocolサーバーです。

v0.2.0 — 破壊的変更: 旧サーバーは dataservices.imf.org を呼び出していましたが、IMFは2025年にこれを廃止しました。その結果、すべてのリクエストがタイムアウトしていました。このバージョンでは、現在アクティブにメンテナンスされている data.imf.org SDMX 3.0 APIをターゲットとする imfp に移行しました。


インストール

uv を使用する場合(推奨)

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

pip を使用する場合

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

Related MCP server: self-mcp-server

Claude Desktopの設定

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

または、pip経由でインストールした場合:

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

利用可能なツール

ツール

説明

imf_list_databases

IDを含む約155のIMFデータベースすべてを一覧表示

imf_search_databases

キーワードでデータベースをフィルタリング(例: "inflation", "trade"

imf_get_parameter_defs

データベースのクエリディメンションを一覧表示

imf_get_parameter_codes

ディメンションの有効なコードを一覧表示(オプションで検索可能)

imf_fetch_data

年範囲とディメンションフィルタを指定して時系列データを取得


一般的なワークフロー

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

一般的なデータベースID

トピック

ID

消費者物価

CPI

生産者物価

PPI

国民経済計算(年次)

ANEA

国民経済計算(四半期)

QNEA

国際収支

BOP_AGG

為替レート

ER_2026_JAN_VINTAGE

商品価格

PCPS

財政モニター

FM

政府財政統計

GFS_COFOG

金融統計

MFS_CBS, MFS_MA, MFS_IR

金融健全性

FSIC

サービス貿易

ITS

SDGデータ

SDG


レート制限

IMF APIは、約10リクエスト/5秒を許可しています。imfp はレート制限と再試行を自動的に処理します。


デバッグ

npx @modelcontextprotocol/inspector imf-data-mcp

ライセンス

Apache 2.0

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    A FastMCP-based server that provides tools for API discovery and execution, hierarchical category management, and SQL query execution through the Model Context Protocol.
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for accessing World Bank data, enabling indicator search, data retrieval, country comparisons, trend analysis, rankings, and chart generation.
    6
    2
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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