A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — IMF Data data directly into any conversation — no copy-paste, no spreadsheet exports, no switching tabs.
- Get a free API key — create one here
- Copy the install config below into your
claude_desktop_config.json - Restart Claude Desktop — the tools appear automatically
ClaudeFinanceLab — IMF Data
✓ By ClaudeFinanceLabIMF Data Services MCP server wrapping the free SDMX-JSON API (dataservices.imf.org — no authentication required). 6 tools: get_weo_gdp_growth (WEO real GDP growth forecasts), get_weo_inflation (CPI inflation from WEO), get_weo_current_account (current account balance % GDP), get_weo_unemployment (unemployment rate), get_ifs_exchange_rate (IFS nominal exchange rate to USD), get_country_weo_snapshot (parallel fetch of GDP + inflation + current account for latest 5 years). Uses IMF World Economic Outlook (WEO) and International Financial Statistics (IFS) datasets. Supports ISO2 country codes. Covers advanced economies and emerging markets.
{
"mcpServers": {
"claudefinlab-imf": {
"url": "https://claudefinancelab.com/imf/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →