A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — BLS Economic 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 — BLS Economic Data
✓ By ClaudeFinanceLabBureau of Labor Statistics (BLS) MCP server wrapping the free BLS Public Data API v2 (api.bls.gov — no authentication required for basic access). 7 tools: get_inflation_snapshot (latest CPI headline, core, PPI, shelter in one call with computed YoY rates), get_cpi (headline or core CPI by month, 1947–present), get_ppi (Producer Price Index — final demand, core, goods, services), get_employment (nonfarm payrolls, unemployment rate U-3, U-6 underemployment, labor force participation), get_wages (average hourly earnings, ECI — Employment Cost Index), get_jolts (job openings, hires, quits rate, layoffs — leading indicators of wage growth), get_multi_series (fetch up to 25 BLS series simultaneously for macro dashboards). Essential for fixed income research, macro strategy, FX analysis, and FOMC meeting prep.
{
"mcpServers": {
"claudefinlab-bls": {
"url": "https://claudefinancelab.com/bls/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →