Developer Tools
Trust: 34/100 (Limited)io.github.viktorlarsson/openfigi Guide
Map financial identifiers (ISIN, CUSIP, SEDOL, Ticker) to FIGIs via OpenFIGI API
by viktorlarsson
Quick Start
Install
npx openfigi-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-viktorlarsson-openfigi": {
"command": "npx",
"args": [
"openfigi-mcp"
]
}
}
}