mcpbeat Sign in

Openfigi MCP Server

by viktorlarsson Your server? Claim it
local only

Openfigi runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 19 Jan 2026.

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

Installs per day peak 22 · avg 8 · -36% w/w
a month agotoday
41
Installs / week
npm · openfigi-mcp
0
Stars
0 open issues
19 Jan 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Openfigi every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openfigi -- npx -y openfigi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openfigi": {
      "args": [
        "-y",
        "openfigi-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openfigi]
command = "npx"
args = ["-y", "openfigi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openfigi": {
      "args": [
        "-y",
        "openfigi-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openfigi": {
      "args": [
        "-y",
        "openfigi-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENFIGI_API_KEY (OpenFIGI API key (optional but recommended for higher rate limits)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openfigi

same job, measured the same way
Openfigi
by pipeworx-io

OpenFIGI — Bloomberg open financial-instrument symbology service

39 tools answering
F
Finance Foundation
by finance

Open financial reference data: companies with LEI/ISIN/FIGI, markets, funds, graph, live series.

7 tools answering
Insightsentry MCP
by rezmeplxrf

MCP server for InsightSentry financial data API - market data, options, screeners, and more

132 installs/wk local only
Tiingo
by pipeworx-io

Tiingo MCP — wraps the Tiingo financial API (tiingo.com)

40 tools answering
ShareSEER
by shareseer

Access SEC filings, insider transactions, and financial data via the ShareSEER API.

7 tools answering
Financial Data API
by financialdatapi

Point-in-time macro, central bank rates and sentiment, COT positioning, from official sources.

answering
Fmp
by houtini-ai

Access financial data and market information via Financial Modeling Prep API

63 installs/wk local only
Banco Master MCP
by mcp-dir

Connect your Banco Master account to AI via Brazil's Open Finance: balances, statements, cards, inve

25 tools answering

Openfigi — questions

Answers built from our own checks of this server.

Why is there no uptime for Openfigi?
Openfigi runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package openfigi-mcp was installed 41 times last week.
How do I connect Openfigi?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openfigi-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Openfigi?
The npm package openfigi-mcp was installed 41 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openfigi open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.