Financial Modeling Prep (FMP) Server
Rank #17,159smithery/imbenrabi/financial-modeling-prep-mcp-server
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. The server also support static toolsets activation via configuration for improved performance. - Usage Guide: https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server/blob/main/README.md#smitheryai - 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 API Documentation: https://site.financialmodelingprep.com/developer/docs
Financial Modeling Prep (FMP) Server is a Model Context Protocol (MCP) server published by imbenrabi. It ranks #17,159 of 115,460 servers tracked on MCP Toplist, and its repository has 141 GitHub stars. Financial Modeling Prep (FMP) Server is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on May 24, 2025.
Ranks ahead of 98,301 of 115,460 servers on MCP Toplist.
Use Financial Modeling Prep (FMP) 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 financial-modeling-prep-mcp-server https://server.smithery.ai/imbenrabi/financial-modeling-prep-mcp-server/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.financial-modeling-prep-mcp-server]
url = "https://server.smithery.ai/imbenrabi/financial-modeling-prep-mcp-server/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/imbenrabi/financial-modeling-prep-mcp-server/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"url": "https://server.smithery.ai/imbenrabi/financial-modeling-prep-mcp-server/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": {
"financial-modeling-prep-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/imbenrabi/financial-modeling-prep-mcp-server/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"serverUrl": "https://server.smithery.ai/imbenrabi/financial-modeling-prep-mcp-server/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"url": "https://server.smithery.ai/imbenrabi/financial-modeling-prep-mcp-server/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%2Ffinancial-modeling-prep-mcp-server)<a href="https://mcptoplist.com/server/smithery%2Fimbenrabi%2Ffinancial-modeling-prep-mcp-server"><img src="https://mcptoplist.com/badge/smithery%2Fimbenrabi%2Ffinancial-modeling-prep-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></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) Server?
- Financial Modeling Prep (FMP) Server is maintained by imbenrabi, which publishes 5 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Financial Modeling Prep (FMP) Server listed on the Official MCP Registry?
- Financial Modeling Prep (FMP) Server is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does Financial Modeling Prep (FMP) Server have?
- Financial Modeling Prep (FMP) Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Financial Modeling Prep (FMP) Server?
- The source code for Financial Modeling Prep (FMP) Server is hosted at github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server.