This MCP server implements the Model Context Protocol for Financial Modeling Prep, allowing AI assistants to access and analyze financial data, stock information, and market insights.
From the registry: MCP server for Financial Modeling Prep API with 250+ financial data tools
$ npm install -g financial-modeling-prep-mcp-serverhttps://www.npmjs.com/package/financial-modeling-prep-mcp-serverPlease install the `financial-modeling-prep-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **FMP API token** — Sign up at Financial Modeling Prep to get an API token (https://financialmodelingprep.com/developer/docs)
- **Install globally** — Install the npm package globally (provides the `fmp-mcp` command) Run: `npm install -g financial-modeling-prep-mcp-server` (https://www.npmjs.com/package/financial-modeling-prep-mcp-server)
Canonical MCP server config (stdio transport):
- command: `fmp-mcp`
- args: []
- required environment variables:
- `FMP_ACCESS_TOKEN`: Financial Modeling Prep API token (example: `<your-fmp-api-token>`)
- optional environment variables:
- `DYNAMIC_TOOL_DISCOVERY`: Enable dynamic toolset management (5 meta-tools) (example: `true`)
Note: Also available as a hosted HTTP instance at Railway. Docker deployment supported.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.FMP_ACCESS_TOKENrequiredAPI key for accessing Financial Modeling Prep services.DYNAMIC_TOOL_DISCOVERYEnables dynamic loading of tool categories.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server integrating with Stripe - tools for customers, products, payments, and more.