IMF Data MCP Server
IMF 데이터 MCP
imfp 및 data.imf.org의 IMF SDMX API를 기반으로 구축된 IMF 경제 데이터용 Model Context Protocol 서버입니다.
v0.2.0 — 주요 변경 사항: 이전 서버는
dataservices.imf.org를 호출했으나, IMF가 2025년에 이를 폐기했습니다. 그 결과 모든 요청이 시간 초과되었습니다. 이 버전은 현재data.imf.orgSDMX 3.0 API를 대상으로 하며 활발히 유지 관리되는imfp로 마이그레이션되었습니다.
설치
uv 사용 (권장)
uvx --from git+https://github.com/c-cf/imf-data-mcp imf-data-mcppip 사용
pip install git+https://github.com/c-cf/imf-data-mcp.gitRelated 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"
}
}
}사용 가능한 도구
도구 | 설명 |
| ID를 포함한 약 155개의 모든 IMF 데이터베이스 나열 |
| 키워드별로 데이터베이스 필터링 (예: |
| 데이터베이스의 쿼리 차원 나열 |
| 선택적 검색과 함께 차원에 대한 유효한 코드 나열 |
| 연도 범위 및 차원 필터를 사용하여 시계열 데이터 가져오기 |
일반적인 워크플로우
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 |
소비자 물가 |
|
생산자 물가 |
|
국민 계정 (연간) |
|
국민 계정 (분기별) |
|
국제 수지 |
|
환율 |
|
원자재 가격 |
|
재정 모니터 |
|
정부 재정 통계 |
|
통화 통계 |
|
금융 건전성 |
|
서비스 무역 |
|
SDG 데이터 |
|
속도 제한
IMF API는 5초당 약 10개의 요청을 허용합니다. imfp는 속도 제한 및 재시도를 자동으로 처리합니다.
디버깅
npx @modelcontextprotocol/inspector imf-data-mcp라이선스
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