A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — CME Group 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 — CME Group
✓ By ClaudeFinanceLabCME Group MCP server providing futures product reference data and contract specifications. 4 tools: get_futures_settlement (settlement price lookup with routing to EIA/CFTC for live data), get_cme_product_info (full contract specs: size, tick, settlement type, trading hours, regulatory symbol — covers CL, NG, GC, SI, ES, NQ, ZN, ZB, ZF, ZT, 6E, 6J, 6B, 6C, HE, LE, ZC, ZW, ZS), get_cme_margin_overview (SPAN margin methodology, typical IM and maintenance margin by product), list_cme_products (complete product code → name mapping for all 19 implemented contracts). Note: real-time CME settlement prices require CME DataMine subscription; this server provides reference data and routes to CFTC MCP for COT positioning data and EIA MCP for energy prices.
{
"mcpServers": {
"claudefinlab-cme": {
"url": "https://claudefinancelab.com/cme/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →