
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
openfigi-mcp
Advanced tools
MCP server for OpenFIGI API - Map financial identifiers to FIGIs via Model Context Protocol
MCP (Model Context Protocol) server for the OpenFIGI API. Map financial identifiers to FIGIs directly from Claude and other MCP-compatible AI assistants.
AAPL US, ABLI SS, VOD LNNo installation required - just configure Claude Desktop:
{
"mcpServers": {
"openfigi": {
"command": "npx",
"args": ["openfigi-mcp@latest"],
"env": {
"OPENFIGI_API_KEY": "your-api-key-here"
}
}
}
}
npm install -g openfigi-mcp
{
"mcpServers": {
"openfigi": {
"command": "openfigi-mcp",
"env": {
"OPENFIGI_API_KEY": "your-api-key-here"
}
}
}
}
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json| Tool | Description | Example |
|---|---|---|
search_by_isin | Search by ISIN | US0378331005 (Apple) |
search_by_cusip | Search by CUSIP | 037833100 (Apple) |
search_by_sedol | Search by SEDOL | 2046251 (Apple) |
search_by_ticker | Search by ticker (smart search) | AAPL with exchCode US |
search_by_bloomberg_id | Search by Bloomberg ID | BBG000B9XRY4 |
The search_by_ticker tool automatically tries multiple security types when searching, so you don't need to know if a stock is common or preferred:
# These all work automatically:
AAPL US → Common Stock (Apple)
VOW3 GY → Preference shares (Volkswagen preferred)
P911 GY → Preference shares (Porsche)
RR. LN → Common Stock (Rolls-Royce)
BA. LN → Common Stock (BAE Systems)
If you need to search for a specific security type, you can use the optional securityType2 parameter:
| securityType2 | Description |
|---|---|
Common Stock | Regular common shares |
Preference | Preferred/preference shares |
Depositary Receipt | ADRs, GDRs |
ETP | ETFs and other exchange-traded products |
| Tool | Description |
|---|---|
search_auto_detect | Auto-detect identifier type and search a single identifier |
parse_identifiers | Parse CSV/text and detect identifier types (no API call) |
batch_search_auto_detect | Parse and search multiple identifiers in one request |
| Tool | Description |
|---|---|
batch_mapping | Map up to 100 identifiers with explicit types |
validate_identifier | Validate identifier format without searching |
get_rate_limit_status | Check current API rate limit status |
The tools recognize the Bloomberg Terminal format TICKER EXCHANGE:
Ticker
ABLI SS
ABSO SS
AAPL US
VOD LN
7203 JP
Common exchange codes:
| Code | Exchange |
|---|---|
US | United States |
SS | Stockholm (Nasdaq Stockholm) |
LN | London |
GY | Germany (Xetra) |
JP | Japan |
HK | Hong Kong |
FP | France (Euronext Paris) |
The tools auto-detect different identifier types:
US0378331005 → ISIN [high confidence]
BBG000B9XRY4 → Bloomberg ID [high confidence]
AAPL US → Ticker with exchange [high confidence]
037833100 → CUSIP [medium confidence]
2046251 → SEDOL [medium confidence]
AAPL → Ticker [low confidence]
When identifiers don't exist in OpenFIGI, the output clearly indicates:
Single search:
Detected type: TICKER (Exchange: SS) [high confidence]
⚠️ NOT FOUND: "BLABLABLA" on exchange SS returned no results.
No results found
Batch search:
Detected 3 identifiers:
- Ticker: 3
[1] TICKER: AAPL [US]
Result 1:
FIGI: BBG000B9XRY4
Name: APPLE INC
...
---
[2] TICKER: INVALID [SS] ⚠️ NOT FOUND
No results found
---
[3] TICKER: MSFT [US]
Result 1:
FIGI: BBG000BPH459
...
---
Results: 2 found, 1 not found
⚠️ Not found:
- INVALID [SS]
Access reference data via MCP resources:
| Resource URI | Description |
|---|---|
openfigi://identifier-types | List of supported identifier types (ID_ISIN, ID_CUSIP, etc.) |
openfigi://exchange-codes | Common exchange codes (US, SS, LN, etc.) |
openfigi://security-types | Security type values (Common Stock, ETF, etc.) |
openfigi://market-sectors | Market sector values (Equity, Corp, etc.) |
| Variable | Description | Required |
|---|---|---|
OPENFIGI_API_KEY | Your OpenFIGI API key | No (but recommended) |
Get your free API key at openfigi.com/api.
| Without API Key | With API Key | |
|---|---|---|
| Rate Limit | 25 req/min | 250 req/min |
MIT
FAQs
MCP server for OpenFIGI API - Map financial identifiers to FIGIs via Model Context Protocol
The npm package openfigi-mcp receives a total of 47 weekly downloads. As such, openfigi-mcp popularity was classified as not popular.
We found that openfigi-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.