What is an MCP server?

A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — OpenFIGI data directly into any conversation — no copy-paste, no spreadsheet exports, no switching tabs.

Connect in 3 steps
  1. Get a free API key — create one here
  2. Copy the install config below into your claude_desktop_config.json
  3. Restart Claude Desktop — the tools appear automatically
Full setup guide (5 min) →
🗄️

ClaudeFinanceLab — OpenFIGI

✓ By ClaudeFinanceLab

OpenFIGI MCP server wrapping the free OpenFIGI API v3 (api.openfigi.com — no authentication required for basic use; optional OPENFIGI_API_KEY env var for higher rate limits). 6 tools: map_isin (ISIN → FIGI with exchange, security type, currency), map_cusip (CUSIP → FIGI), map_sedol (SEDOL → FIGI), lookup_by_ticker (ticker + optional exchange code or asset class → matching instruments), search_by_figi (FIGI → full instrument details), batch_map (map up to 10 identifiers in one call — mix of ISIN, CUSIP, ticker, SEDOL). Supports 50+ exchanges (exchCode: US, LN, GY, TT, HK, etc). Essential for instrument master data, cross-system identifier reconciliation, and FIGI-based instrument tracking.

🗄️ Financial Data 🔓 No authentication needed sse Commercial
100/100
Public Eval Score
Last tested Sep 1, 2026
Install Config
{
  "mcpServers": {
    "claudefinlab-figi": {
      "url": "https://claudefinancelab.com/figi/sse"
    }
  }
}

Full setup walkthrough: Getting Started Guide →

Eval Results — Public Suite (11/11 passed)
tools/list responds Connectivity 40ms
Latency < 5 s Connectivity 23ms
At least 1 tool exposed discovery
Tools have name/description/schema discovery
inputSchema is valid JSON Schema discovery
First tool callable execution 26ms
Response has content execution
Tool call latency < 15 s execution 33ms
Multiple tools callable execution
Bad args return error, not crash resilience
Unknown tool handled gracefully resilience
Tested Sep 1, 2026 · About our eval methodology →
All Financial Data servers →
Need more volume?
Upgrade to Pro (10k calls/day) or deploy privately inside your firm.
See pricing → Enterprise →
FEEDBACK