Financial-Modeling-Prep-MCP-Server
by imbenrabi·★ 131·Score 50
MCP server providing 250+ financial data tools for stocks, crypto, economics, and market analysis.
Overview
The Financial Modeling Prep MCP server implements the Model Context Protocol to expose 250+ financial tools across 24 categories including stocks, ETFs, crypto, forex, commodities, and economic data. It supports three operational modes: dynamic (meta-tools for on-demand loading), static (pre-selected toolsets), and all tools (default). The server can be used via a hosted instance or self-hosted through npm, Docker, or source code, with HTTP/SSE transport compatibility for Claude.ai and other MCP clients.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this server when you need comprehensive financial data for AI applications, especially if you're already using the Financial Modeling Prep API or want to access 250+ financial tools through MCP.
When NOT to choose this
Avoid if you need write access to financial data (this is read-only only) or if you're concerned about single-vendor lock-in to the Financial Modeling Prep service.
Tools this server exposes
12 tools extracted from the READMEsearchSearch for companies, ETFs, mutual funds, and other financial instruments
company_profileGet detailed company information including description, CEO, sector, and industry
financial_statementsAccess company financial statements including balance sheet, income statement, and cash flow
company_key_metricsRetrieve key financial metrics and ratios for a company
historical_priceGet historical stock price data for a company
company_newsFetch the latest news and press releases for a company
earnings_transcriptAccess earnings call transcripts for a company
analyst_price_targetsGet analyst price targets and ratings for a stock
company_earningsRetrieve quarterly and annual earnings data for a company
dividend_historyGet historical dividend payment information for a stock
technical_indicatorsCalculate technical indicators for stock price analysis
market_indexesGet data on major market indexes and their performance
Note: Tool names and categories were extracted from the documentation but specific function signatures are not provided in the README. The server claims to expose 250+ tools across 24 categories, but only category names are listed, not individual
Comparable tools
Installation
Installation
Hosted Instance (Fastest)
No installation required. Connect directly:
https://financial-modeling-prep-mcp-server-production.up.railway.app/mcpProvide your FMP_ACCESS_TOKEN in session configuration.
Self-Hosted (One-Liner)
npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEYClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"financial-modeling-prep": {
"command": "npx",
"args": ["financial-modeling-prep-mcp-server", "--fmp-token=YOUR_FMP_API_KEY"]
}
}
}FAQ
- What financial data categories are available?
- The server provides tools across 24 categories including stocks, ETFs, crypto, forex, commodities, economics, financial statements, technical indicators, market indexes, news, SEC filings, and more.
- Do I need an API key from Financial Modeling Prep?
- Yes, you need a free or paid API key from financialmodelingprep.com to use this MCP server. You provide this key via the --fmp-token parameter or FMP_ACCESS_TOKEN environment variable.
Compare Financial-Modeling-Prep-MCP-Server with
Last updated · Auto-generated from public README + GitHub signals.