Financial Modeling Prep (FMP) MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FMP_API_KEY | Yes | Your Financial Modeling Prep (FMP) API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_quoteA | Get real-time stock quote for a symbol (e.g., AAPL, TSLA, MSFT) |
| search_symbolC | Search for stock symbols by company name or ticker |
| get_market_gainersB | Get stocks with the largest price increases (top gainers) |
| get_market_losersB | Get stocks with the largest price drops (top losers) |
| get_most_activeB | Get most actively traded stocks by volume |
| get_sector_performanceC | Get current sector performance snapshot |
| get_sp500_constituentsB | Get list of S&P 500 index constituents |
| get_company_profileB | Get detailed company profile information including description, industry, sector, CEO, and more |
| get_income_statementC | Get company income statement (annual or quarterly) |
| get_balance_sheetB | Get company balance sheet statement (annual or quarterly) |
| get_cash_flowC | Get company cash flow statement (annual or quarterly) |
| get_stock_newsC | Get latest news articles for a stock symbol |
| get_key_metricsB | Get key financial metrics (P/E, ROE, debt ratios, etc.) |
| get_financial_ratiosB | Get detailed financial ratios (profitability, liquidity, efficiency) |
| get_analyst_estimatesB | Get analyst financial estimates for a stock (revenue, EPS forecasts) |
| get_price_targetB | Get analyst price target summary for a stock |
| get_analyst_ratingsB | Get analyst ratings and upgrades/downgrades for a stock |
| get_insider_tradingC | Get recent insider trading activity for a stock |
| get_institutional_holdersC | Get institutional ownership (13F filings) for a stock |
| get_technical_indicator_rsiC | Get Relative Strength Index (RSI) technical indicator |
| get_technical_indicator_smaC | Get Simple Moving Average (SMA) technical indicator |
| get_technical_indicator_emaC | Get Exponential Moving Average (EMA) technical indicator |
| get_historical_chartC | Get historical price data with flexible time intervals |
| get_earnings_calendarB | Get upcoming earnings announcements calendar |
| get_economic_calendarC | Get upcoming economic data releases calendar |
| get_economic_indicatorC | Get economic indicator data (GDP, unemployment, inflation, etc.) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| stock_analysis | Generate a comprehensive stock analysis report |
| portfolio_evaluation | Evaluate a portfolio of stocks for diversification and risk |
| earnings_preview | Preview upcoming earnings for a stock |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| company-profile | Detailed company profile including description, industry, sector, CEO, and more |
| company-quote | Real-time stock quote for a company |
| company-financials | Income statement, balance sheet, or cash flow statement |
| market-overview | Current market overview including gainers, losers, and most active stocks |
| sector-performance | Sector performance for a specific date |
TDQS
Scored across 26 tools
Most tools have clearly distinct purposes targeting specific financial data categories (e.g., financial statements, market data, analyst information). However, some potential overlap exists between get_financial_ratios and get_key_metrics, and among the three technical indicator tools (EMA, RSI, SMA) which might cause minor confusion about which specific indicator is needed.
Excellent naming consistency with a uniform get_* pattern throughout all 26 tools. The naming follows a clear verb_noun structure where 'get' is the consistent verb followed by descriptive nouns that clearly indicate the data being retrieved.
26 tools is borderline heavy for a financial data server. While comprehensive coverage is valuable, this many tools might overwhelm agents and could potentially be consolidated (e.g., technical indicators could be combined into a single parameterized tool). The count suggests good breadth but questionable depth optimization.
Extremely comprehensive coverage of financial data domains including fundamental analysis (statements, ratios, metrics), market data (quotes, gainers/losers), analyst information (estimates, ratings), economic data, and technical indicators. No obvious gaps exist for a financial data provider server.