
Financial Modeling Prep MCP Server
Pull live fundamentals, quotes, and market data into agent workflows while validating fintech ideas, pricing models, or investor-facing prototypes.
Overview
Financial Modeling Prep MCP Server is a MCP server for the Validate phase that exposes 250+ FMP market and fundamentals tools to coding agents.
What is this MCP server?
- 250+ Financial Modeling Prep API tools exposed through one MCP server (v2.6.9)
- Hosted streamable-http endpoint on Railway plus npx npm package for local/token modes
- --fmp-tool-sets and --dynamic-tool-discovery to limit surface area and token use
- --fmp-token for API auth and optional HTTP --port for self-hosted mode
- Suited to agent-driven research memos, dashboards, and spreadsheet-backed validation
- Advertised 250+ financial data tools via FMP API
- Server version 2.6.9 npm identifier financial-modeling-prep-mcp-server
- Hosted transport URL path /mcp on Railway production deployment
Community signal: 135 GitHub stars.
What problem does it solve?
Validating finance-heavy product ideas manually in browsers and CSV exports burns time and breaks agent-assisted prototyping loops.
Who is it for?
Indie builders prototyping fintech dashboards, AI research agents, or pricing pages that need real tickers and fundamentals during validation.
Skip if: Non-US-market-only ideas without FMP coverage, or anyone who cannot budget an FMP API key and tool-call volume.
What do I get? / Deliverables
After you add the server with an FMP token, agents can query structured financial datasets directly while you refine pricing, comps, and feature scope.
- Agent-callable FMP tool surface (250+ tools per server description)
- Configurable subset via fmp-tool-sets or dynamic tool discovery
- Validation-ready financial datasets inside agent workflows
Recommended MCP Servers
Journey fit
Validate is where you stress-test business assumptions; FMP-backed tools support pricing, comparables, and financial feasibility before a full build. Pricing subphase fits because 250+ FMP tools support revenue models, comp tables, and market sizing conversations agents need during validation—not just post-launch analytics.
How it compares
FMP API MCP bridge with 250+ tools, not a built-in spreadsheet skill or brokerage execution integration.
Common Questions / FAQ
Who is Financial Modeling Prep MCP Server for?
Solo builders and small teams building agent-assisted finance or SaaS products who already use or plan to use Financial Modeling Prep data.
When should I use Financial Modeling Prep MCP Server?
Use it during validate and early build when you need agents to pull quotes, fundamentals, or calendars to test pricing narratives and data-heavy UI without custom scrapers.
How do I add Financial Modeling Prep MCP Server to my agent?
Run npx financial-modeling-prep-mcp-server with --fmp-token, optionally --fmp-tool-sets or --dynamic-tool-discovery, or configure your client to the published streamable-http /mcp URL if you use hosted mode.