Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Financial Modeling Prep (fmpsdk)
Financial Modeling Prep (fmpsdk) logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:30:57 PM

Financial Modeling Prep (fmpsdk)

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository211 GitHub StarsTotal stargazers on GitHub for the source repository (211 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "financial-modeling-prep-fmpsdk": {
      "command": "uvx",
      "args": [
        "fmpsdk-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

FMP SDK

PyPI version Python versions License: BSD-3-Clause

The idea behind this project is to provide a 'one-stop-shop' to the API endpoints provided by Financial Modeling Prep (FMP).

A personal note to you: my apologies for letting this package get so out of date. FMP kept reshuffling its API, then I had a personal issue delay me further. Things are back on track now. Because of that gap, roughly half of this package's old methods had gone defunct against FMP's current API, so rather than patch around that I rebuilt it from scratch against FMP's stable/ API. If you're on 20250102.0 or earlier you're on the old, pre-rewrite methods; anything newer uses the schema described below. Old releases are yanked from PyPI (a plain pip install fmpsdk now always gets the rewrite), but still installable if you pin one explicitly, e.g. pip install fmpsdk==20250102.0 β€” note that won't actually restore functionality, though: FMP sunset the legacy /api/v3/ API those old methods called entirely on 2025-08-31, so a pinned old version installs fine but its calls will fail regardless. It's there for compatibility with existing pinned requirements files while you migrate, not as a way to keep avoiding the rewrite.

What's covered

29 data groups, ~240 methods total, each reachable both as client.<method>(...) and grouped under a matching namespace, e.g. client.statements.income_statement(...):

  • Company & fundamentals β€” profile, executives, M&A, DCF valuation, financial statements/ ratios/growth (income, balance sheet, cash flow β€” as-reported, TTM, and growth variants)
  • Market data β€” real-time & aftermarket quotes, historical price charts, technical indicators
  • Reference & screening β€” symbol/CIK/CUSIP/ISIN search, the company screener, sector/ industry/exchange directories
  • Calendars & events β€” earnings, dividends, splits, IPOs, the economic calendar
  • Ownership & compliance β€” insider trades, Form 13F institutional ownership, SEC filings, ESG disclosures
  • Alternative markets β€” crypto, forex, commodities, indexes, ETFs & mutual funds
  • Sentiment & analysis β€” analyst grades/price targets, TipRanks ratings, congressional trading, market movers
  • Bulk downloads β€” whole-universe data dumps, one call instead of one per symbol

Every method's own docstring says which FMP plan tier it needs (Free/Starter/Premium/ Ultimate) β€” see Pricing tiers below. One exception: the 7 client.tipranks methods are implemented and unit-tested but untested against a real response β€” see that section for why.

How to Use

  1. Requires Python 3.9+. Install the package: pip install fmpsdk python-dotenv (python-dotenv is optional β€” it's just how the example below loads your API key from a .env file).
  2. Create a .env file and put your API key in it. Inside .env: FMP_API_KEY='blah'
  3. Build a Client and call methods on it, grouped by data category β€” e.g. client.company.profile(symbol="AAPL"), client.statements.income_statement(symbol="AAPL").
  4. The return from a method call is almost always a list of dictionaries. It is up to you to parse it.

Example code

server.ts
#!/usr/bin/env python3

from dotenv import load_dotenv

import fmpsdk

# Actual API key is stored in a .env file. Not good to store API key directly in script.
load_dotenv()
client = fmpsdk.Client()  # reads FMP_API_KEY from the environment

# Company Valuation Methods
symbol = "AAPL"
print(f"Company Profile: {client.company.profile(symbol=symbol)}")

# Every non-2xx FMP response raises a typed exception instead of returning
# None or an error-shaped dict, so a plan-gated or bad-key call is obvious:
try:
    client.statements.income_statement_ttm(symbol=symbol)
except fmpsdk.FMPPlanLimitError:
    print("Your FMP plan doesn't cover this endpoint β€” check its docstring for which tier does.")
except fmpsdk.FMPAuthenticationError:
    print("Check your FMP_API_KEY.")

One naming quirk worth knowing up front: client.quote is the namespace for the whole quote group (client.quote.aftermarket_quote(...), client.quote.batch_quote(...), etc.), so it shadows the top-level quote() method of the same name β€” call that one as client.quote.quote(symbol="AAPL").

Pricing tiers

FMP's plans form a ladder β€” Free, Starter, Premium, Ultimate β€” and each one adds more endpoints on top of the last. A call your plan doesn't cover raises fmpsdk.FMPPlanLimitError rather than returning data. There's no single tier table to keep in sync here β€” instead, every group module's docstring (e.g. fmpsdk/endpoints/search.py) and every method's own docstring says plainly which tier it needs, right next to the code that calls it, verified live against a real key at every tier from Free through Ultimate. Check those, or just try the call and catch FMPPlanLimitError.

One exception, outside that ladder entirely: client.tipranks's 7 methods. They still 402 even on Ultimate β€” FMP's own error message says why: TipRanks data needs a separate paid add-on ("TipRanks data boost"), bought independently of the four plan tiers above. We haven't purchased it, so these 7 methods are implemented and unit-tested (mocked) but never verified against a real response β€” treat them as unverified rather than confirmed-working. If you have that add-on and hit a bug in one of them, a PR with the fix (and what the real response actually looks like) is welcome.

MCP server & OpenAPI spec

mcp/ β€” a Model Context Protocol server, published separately as fmpsdk-mcp (so pip install fmpsdk never pulls in fastmcp). Lets an AI assistant (Claude Code, Claude Desktop, …) query FMP through this library: 10 curated tools for the common asks (quotes, profiles, statements, ratios, price history, news) plus discovery tools that reach all ~240 methods at runtime. With uv:

Terminal
claude mcp add fmpsdk -s user -e FMP_API_KEY=your-key -- uvx fmpsdk-mcp

See mcp/README.md for the Claude Desktop config, the full tool list, and development setup.

openapi.json β€” an OpenAPI 3.1 description of the same API surface. FMP publishes no OpenAPI/Swagger document; this file is generated by introspecting this library's source (python tools/gen_openapi.py), not fetched from or endorsed by FMP.

Contributing

See CONTRIBUTING.md β€” dev setup, the unit/live/ultimate test tiers, and specifically how to verify and PR a fix for the untested tipranks methods above.

License

BSD 3-Clause β€” see LICENSE.md.

Attribution

Special thanks to the following people who have pitched in on this project! Open source works thanks to people who jump in and help! These are this project's stars. Thank you.

  • Ken Caruso
  • iforgotmypass
  • Ivelin Ivanov
  • Claude Code

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Financial Modeling Prep MCP Server logoFinancial Modeling Prep MCP Server

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

    πŸ’° Finance & Fintech0 views
    Compare vs Financial Modeling Prep MCP Server β†’
  • Fmp logoFmp

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

    πŸ’° Finance & Fintech0 views
    Compare vs Fmp β†’
  • Fmp logoFmp

    Access financial data and market information via Financial Modeling Prep API

    πŸ’° Finance & Fintech0 views
    Compare vs Fmp β†’
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    πŸ’° Finance & Fintech0 views
    Compare vs Stripe AI β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
211
Stargazers on the source repository.
Last commit
9d ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Financial Modeling Prep (fmpsdk)

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "financial-modeling-prep-fmpsdk": { "command": "npx", "args": ["-y", "Financial Modeling Prep (fmpsdk)"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFinancial Modeling Prep (fmpsdk) AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/financial-modeling-prep-fmpsdk?style=directory)](https://allmcps.com/mcp/financial-modeling-prep-fmpsdk)
HTML Embed
<a href="https://allmcps.com/mcp/financial-modeling-prep-fmpsdk"><img src="https://allmcps.com/api/badge/financial-modeling-prep-fmpsdk?style=directory" alt="Financial Modeling Prep (fmpsdk) on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedAug 29, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars211
GitHub Star CountTotal stargazers on GitHub representing community popularity (211 stars).
Last commit9d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 29, 2026
45Quality signal: Fair Β· 45/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Financial Modeling Prep (fmpsdk) β†’Install in Claude DesktopInstall in CursorInstall in VS Code