mcpbeat Sign in

Fmp MCP Server

local only

Fmp runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 17 Aug 2026.

Access financial data and market information via Financial Modeling Prep API

Installs per day peak 35 · avg 12 · +111% w/w
a month agotoday
64
Installs / week
npm · @houtini/fmp-mcp
2
Stars
0 open issues
17 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Fmp 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 fmp -- npx -y @houtini/fmp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fmp": {
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fmp]
command = "npx"
args = ["-y", "@houtini/fmp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fmp": {
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fmp": {
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FMP_API_KEY (Financial Modeling Prep API key (get from https://site.financialmodelingprep.com/developer/docs)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fmp

same job, measured the same way
ShareSEER
by shareseer

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

7 tools answering
Financial Modeling Prep MCP Server
by imbenrabi

MCP server for Financial Modeling Prep API with 250+ financial data tools

305 installs/wk local only
Insightsentry MCP
by rezmeplxrf

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

623 installs/wk local only
Polygon
by mcparmory

Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news

242 installs/wk local only
Fmp
by pipeworx-io

Financial Modeling Prep MCP (/stable API; v3 deprecated 2025-08-31).

55 tools answering
ForInvest MCP Server
by foreksgithub

Financial data and analysis tools for Turkish BIST and international markets via MCP.

answering
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

66 installs/wk local only
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

local only

Fmp — questions

Answers built from our own checks of this server.

Why is there no uptime for Fmp?
Fmp 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 @houtini/fmp-mcp was installed 64 times last week.
How do I connect Fmp?
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 @houtini/fmp-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fmp?
The npm package @houtini/fmp-mcp was installed 64 times in the last week. Week over week that is +111%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fmp open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 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.