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 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_quote | Get real-time stock quote for a symbol (e.g., AAPL, TSLA, MSFT) |
| search_symbol | Search for stock symbols by company name or ticker |
| get_market_gainers | Get stocks with the largest price increases (top gainers) |
| get_market_losers | Get stocks with the largest price drops (top losers) |
| get_most_active | Get most actively traded stocks by volume |
| get_sector_performance | Get current sector performance snapshot |
| get_sp500_constituents | Get list of S&P 500 index constituents |
| get_company_profile | Get detailed company profile information including description, industry, sector, CEO, and more |
| get_income_statement | Get company income statement (annual or quarterly) |
| get_balance_sheet | Get company balance sheet statement (annual or quarterly) |
| get_cash_flow | Get company cash flow statement (annual or quarterly) |
| get_stock_news | Get latest news articles for a stock symbol |
| get_key_metrics | Get key financial metrics (P/E, ROE, debt ratios, etc.) |
| get_financial_ratios | Get detailed financial ratios (profitability, liquidity, efficiency) |
| get_analyst_estimates | Get analyst financial estimates for a stock (revenue, EPS forecasts) |
| get_price_target | Get analyst price target summary for a stock |
| get_analyst_ratings | Get analyst ratings and upgrades/downgrades for a stock |
| get_insider_trading | Get recent insider trading activity for a stock |
| get_institutional_holders | Get institutional ownership (13F filings) for a stock |
| get_technical_indicator_rsi | Get Relative Strength Index (RSI) technical indicator |
| get_technical_indicator_sma | Get Simple Moving Average (SMA) technical indicator |
| get_technical_indicator_ema | Get Exponential Moving Average (EMA) technical indicator |
| get_historical_chart | Get historical price data with flexible time intervals |
| get_earnings_calendar | Get upcoming earnings announcements calendar |
| get_economic_calendar | Get upcoming economic data releases calendar |
| get_economic_indicator | 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 |