Financial Modeling Prep (FMP) MCP Server
Rank #18,945smithery/imbenrabi/fmp-mcp
Complete financial market access for AI assistants - Real-time stocks, crypto, forex, and comprehensive market data integration - access FMP free and paid API tiers. 250+ financial tools covering stock analysis, cryptocurrency trading, market intelligence, and portfolio management. Configure specific tool subsets for streamlined workflows. (BETA) Dynamic Tool Management: For improved efficiency and a lower cognitive load on the AI, our server now supports dynamic tool discovery. This ensures the AI has access to the right tools at the right time without being overwhelmed by the full list of 250+ functions. Usage Guide: https://github.com/imbenrabi/Financial-Modeling-Prep-MCP- System Prompts Suggestions: https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server/blob/main/README.md#example-system-prompts Markets: Real-time stocks, crypto, forex, global exchanges (NYSE, NASDAQ) Analysis: Company fundamentals, technical indicators, financial ratios Intelligence: News sentiment, analyst ratings, economic indicators Trading: Portfolio tracking, risk metrics, backtesting tools Categories: Finance, Trading, Cryptocurrency, Investment, Market Data
Financial Modeling Prep (FMP) MCP Server is a Model Context Protocol (MCP) server published by imbenrabi. It ranks #18,945 of 115,591 servers tracked on MCP Toplist, and its repository has 142 GitHub stars. Financial Modeling Prep (FMP) MCP Server is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Jan 15, 2026.
Ranks ahead of 96,646 of 115,591 servers on MCP Toplist.
Use Financial Modeling Prep (FMP) MCP Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http fmp-mcp https://server.smithery.ai/imbenrabi/fmp-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.fmp-mcp]
url = "https://server.smithery.ai/imbenrabi/fmp-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/imbenrabi/fmp-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fmp-mcp": {
"url": "https://server.smithery.ai/imbenrabi/fmp-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"fmp-mcp": {
"type": "http",
"url": "https://server.smithery.ai/imbenrabi/fmp-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fmp-mcp": {
"serverUrl": "https://server.smithery.ai/imbenrabi/fmp-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fmp-mcp": {
"url": "https://server.smithery.ai/imbenrabi/fmp-mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fimbenrabi%2Ffmp-mcp)<a href="https://mcptoplist.com/server/smithery%2Fimbenrabi%2Ffmp-mcp"><img src="https://mcptoplist.com/badge/smithery%2Fimbenrabi%2Ffmp-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
imbenrabi
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Financial Modeling Prep (FMP) MCP Server?
- Financial Modeling Prep (FMP) MCP Server is maintained by imbenrabi, which publishes 5 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Financial Modeling Prep (FMP) MCP Server listed on the Official MCP Registry?
- Financial Modeling Prep (FMP) MCP Server is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does Financial Modeling Prep (FMP) MCP Server have?
- Financial Modeling Prep (FMP) MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Financial Modeling Prep (FMP) MCP Server?
- The source code for Financial Modeling Prep (FMP) MCP Server is hosted at github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server.