← Index

io.github.viktorlarsson/openfigi

io.github.viktorlarsson/openfigi·v0.2.4·Maps & Location
Quality Score
75
/100

Map financial identifiers (ISIN, CUSIP, SEDOL, Ticker) to FIGIs via OpenFIGI API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "openfigi": {
      "command": "npx",
      "args": [
        "-y",
        "openfigi-mcp"
      ],
      "env": {
        "OPENFIGI_API_KEY": "<your-openfigi_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "openfigi": {
      "command": "npx",
      "args": [
        "-y",
        "openfigi-mcp"
      ],
      "env": {
        "OPENFIGI_API_KEY": "<your-openfigi_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y openfigi-mcp
§02  Environment variables
OPENFIGI_API_KEY
secret

OpenFIGI API key (optional but recommended for higher rate limits)

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location