A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — World Bank 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 — World Bank
✓ By ClaudeFinanceLabWorld Bank Open Data MCP server wrapping the free World Bank API v2 (api.worldbank.org — no authentication required). 8 tools: get_gdp (GDP in current USD by country/year), get_gdp_growth (real GDP growth rate), get_inflation (CPI inflation by country), get_fx_reserves (total foreign exchange reserves including gold), get_government_debt_gdp (central government debt as % of GDP), get_current_account (current account balance % GDP), get_country_snapshot (parallel fetch of GDP + growth + inflation for latest 3 years), compare_countries (compare any World Bank indicator across multiple countries for a given year). Covers all 200+ World Bank member countries using ISO2 country codes. Ideal for sovereign credit analysis, EM market research, and macro economic comparisons.
{
"mcpServers": {
"claudefinlab-worldbank": {
"url": "https://claudefinancelab.com/worldbank/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →