A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — CFTC Commitments of Traders 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 — CFTC Commitments of Traders
✓ By ClaudeFinanceLabCFTC (Commodity Futures Trading Commission) MCP server wrapping the free public COT data API (publicreporting.cftc.gov — no authentication required). 5 tools: get_cot_legacy (Legacy COT: commercial vs. non-commercial vs. small spec positioning for any futures market), get_cot_disaggregated (Disaggregated COT: producer/processor, swap dealer, managed money, other reportables — available for commodity markets; swap dealer position shows bank futures hedging of OTC books), get_cot_financials (TFF — Traders in Financial Futures: dealer, asset manager, leveraged fund positioning for equity index, rates, FX, and VIX futures), get_cot_net_positioning_history (1-5 year net position history with percentile rank for contrarian signals), list_available_markets (CFTC codes for 25+ major markets). Covers S&P E-mini, Nasdaq, T-Note, T-Bond, EUR/USD, GBP/USD, JPY, WTI crude, gold, silver, corn, BTC, and more.
{
"mcpServers": {
"claudefinlab-cftc": {
"url": "https://claudefinancelab.com/cftc/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →