A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — FINRA Market 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 — FINRA Market Data
✓ By ClaudeFinanceLabFINRA Market Data MCP server wrapping publicly available FINRA data endpoints. 5 tools: get_trace_trade_activity (recent OTC bond trade reports from FINRA TRACE — price, yield, quantity by CUSIP), get_market_breadth (OTC equity market breadth: advancing vs. declining issues), get_bond_market_stats (aggregate corporate bond market: total volume, trade count, average price), get_short_interest (short interest data by ticker — shares short, days to cover), get_finra_regulatory_notices (recent FINRA regulatory notices: notice number, title, topic). TRACE data covers corporate bonds, agency bonds, ABS, and MBS traded in the OTC market. Visit https://developer.finra.org for full API documentation.
{
"mcpServers": {
"claudefinlab-finra": {
"url": "https://claudefinancelab.com/finra/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →