MCP Server
MCP
io.github.viktorlarsson/openfigi
Map financial identifiers (ISIN, CUSIP, SEDOL, Ticker) to FIGIs via OpenFIGI API
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "openfigi-mcp",
"version": "0.2.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenFIGI API key (optional but recommended for higher rate limits)",
"format": "string",
"isSecret": true,
"name": "OPENFIGI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment