mcpbeat Sign in

Financial Modeling Prep MCP Server

by imbenrabi Your server? Claim it
local only

Financial Modeling Prep MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 305 installs a week from npm. Last commit 2 Jul 2026.

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

Installs per day peak 218 · avg 67 · +140% w/w
a month agotoday
305
Installs / week
npm · financial-modeling-prep-mcp-server
147
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Financial Modeling Prep MCP Server 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 financial-modeling-prep-mcp-server -- npx -y financial-modeling-prep-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.financial-modeling-prep-mcp-server]
command = "npx"
args = ["-y", "financial-modeling-prep-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FMP_ACCESS_TOKEN (Financial Modeling Prep API access token), PORT (Port number for HTTP server mode), DYNAMIC_TOOL_DISCOVERY (Enable dynamic tool discovery mode), FMP_TOOL_SETS (Comma-separated list of tool sets to load). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Financial Modeling Prep MCP Server

same job, measured the same way
Datamuse MCP
by lacausecrypto

MCP server for Datamuse word-finding API

30 installs/wk local only
Financial Modeling Prep (fmpsdk)
by daxm

Financial Modeling Prep API as MCP tools — quotes, statements, prices, and ~240 endpoints.

182 installs/wk local only
Fmp
by houtini-ai

Access financial data and market information via Financial Modeling Prep API

64 installs/wk local only
Fmp
by pipeworx-io

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

55 tools answering
UK FCA Financial Services Register
by robertalsop

UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data.

229 installs/wk local only
SEC EDGAR
by brechanbech

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

local only
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 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

Financial Modeling Prep MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Financial Modeling Prep MCP Server?
Financial Modeling Prep MCP Server 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 financial-modeling-prep-mcp-server was installed 305 times last week.
How do I connect Financial Modeling Prep MCP Server?
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 financial-modeling-prep-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Financial Modeling Prep MCP Server?
The npm package financial-modeling-prep-mcp-server was installed 305 times in the last week. Week over week that is +140%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Financial Modeling Prep MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 147 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.