Server data from the Official MCP Registry
MCP server for Financial Modeling Prep API with 250+ financial data tools
MCP server for Financial Modeling Prep API with 250+ financial data tools
This is a well-structured Financial Modeling Prep MCP server with proper authentication, reasonable permissions aligned to its purpose, and no critical security vulnerabilities. Code quality is good with minor logging and error handling observations that do not materially impact security. The server requires API key authentication and uses environment variables appropriately for credential management. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: FMP_ACCESS_TOKEN
Environment variable: PORT
Environment variable: DYNAMIC_TOOL_DISCOVERY
Environment variable: FMP_TOOL_SETS
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-imbenrabi-financial-modeling-prep-mcp-server": {
"env": {
"PORT": "your-port-here",
"FMP_TOOL_SETS": "your-fmp-tool-sets-here",
"FMP_ACCESS_TOKEN": "your-fmp-access-token-here",
"DYNAMIC_TOOL_DISCOVERY": "your-dynamic-tool-discovery-here"
},
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol (MCP) server for the Financial Modeling Prep API, exposing 250+ financial data tools to AI assistants.
No installation required. Connect directly:
https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp
Provide your FMP_ACCESS_TOKEN in session configuration and start using 5 meta-tools to load toolsets on demand.
npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEY
Or install globally:
npm install -g financial-modeling-prep-mcp-server
fmp-mcp --fmp-token=YOUR_FMP_API_KEY
Get your API key at financialmodelingprep.com.
Prerequisites: Node.js 25.3.0 or higher (for v2.6.0+). For older versions (v2.5.x and below), Node.js 20+ is required.
Choose the method that fits your workflow:
npm install -g financial-modeling-prep-mcp-servernpm install && npm run buildSee docs/INSTALLATION.md for detailed steps per method.
The server supports three operational modes controlled via CLI arguments, environment variables, or session configuration:
| Mode | How to Enable | Description |
|---|---|---|
| Dynamic | DYNAMIC_TOOL_DISCOVERY=true | Starts with 5 meta-tools; load toolsets at runtime |
| Static | FMP_TOOL_SETS=search,company | Pre-loads specified toolsets on session creation |
| All Tools (default) | (default) | Loads all 250+ tools immediately |
Precedence: CLI args > Environment variables > Session config > Defaults.
See docs/CONFIGURATION.md for the full configuration reference.
Connect to the server via HTTP/SSE transport:
/mcp with mcp-client-id headerSee docs/USAGE.md for client-specific setup, session headers, and request examples.
24 categories covering:
Search · Directory & Symbol Lists · Company Information · Financial Statements · Financial Metrics & Analysis · Technical Indicators · Quotes & Price Data · Market Indexes & Performance · Market Data · News & Press Releases · SEC Filings · Insider & Institutional Trading · ETFs & Funds · Government Trading · Cryptocurrency & Forex · Earnings · Special Data Sets · Commodities · Economics · Bulk Data Tools
See docs/API_REFERENCE.md for the complete tool catalog.
This server is listed on multiple MCP registries for easy discovery:
See docs/REGISTRIES.md for registry-specific setup instructions.
Contributions are welcome. Please see CONTRIBUTING.md for development setup, testing, and pull request guidelines.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.