Financial Modeling Prep (fmpsdk) MCP Server

The idea behind this project is to provide a 'one-stop-shop' to the API endpoints provided by Financial Modeling Prep (FMP). It runs locally over stdio via the published package.

People who work with Fmp and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-29 · ★ 212 · #35 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

BSD-3-Clause · Python servers · how we verify → /methodology

01 · Install Financial Modeling Prep (fmpsdk)

before you install - you'll need

FMP_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add daxm-fmpsdk -- uvx fmpsdk-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "daxm-fmpsdk": {
      "command": "uvx",
      "args": [
        "fmpsdk-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license BSD-3-Clause - declared in the repository

pypi package fmpsdk-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.daxm is GitHub-verified and matches the repo owner

03 · Who maintains Financial Modeling Prep (fmpsdk)

Financial Modeling Prep (fmpsdk) is maintained by daxm. It's the only MCP server we track from this author; the repo dates to Dec 2020.

04 · Facts

category
finance - ranked #35 of 318 actively-maintained finance servers as of 2026-09-18.
registry
io.github.daxm/fmpsdk-mcp (active, first published 2026-08-29)
packages
pypi:fmpsdk-mcp

05 · Financial Modeling Prep (fmpsdk) FAQ

What is Financial Modeling Prep (fmpsdk)?

The idea behind this project is to provide a 'one-stop-shop' to the API endpoints provided by Financial Modeling Prep (FMP). It runs locally over stdio via the published package.

Is Financial Modeling Prep (fmpsdk) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-29. We re-verify nightly.

How do I install Financial Modeling Prep (fmpsdk)?

Run `uvx fmpsdk-mcp`. The README documents one environment variable (FMP_API_KEY) to set first. You can also paste the ready-made client config above.

Does Financial Modeling Prep (fmpsdk) run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Financial Modeling Prep (fmpsdk)