FMP MCP
Use aigroup-fmp-mcp for listed-equity quote, company profile, statement, ratio, and market snapshot requests.
Route
- Confirm the company or ticker first. If the ticker is unknown or ambiguous, resolve it with
search_symbol. - Pull only the fields needed for the request:
get_quote for price contextget_company_profile for issuer overviewget_income_statement, get_balance_sheet, get_cash_flow for financialsget_key_metrics and get_financial_ratios for benchmarking
- Add market context only when it improves the answer:
get_market_gainers, get_market_losers, get_most_activeget_sector_performanceget_sp500_constituents
- Add estimate or technical context only when asked:
get_analyst_estimates, get_price_target, get_analyst_ratingsget_technical_indicator_rsi, get_technical_indicator_sma, get_technical_indicator_ema
- State dates clearly for quotes, charts, and calendars.
Requests
- Research a public company with current quote, profile, and recent financial statements.
- Compare a small peer set on margins, valuation, or balance-sheet strength.
- Summarize market breadth using gainers, losers, most active names, or sector performance.
- Pull earnings or economic calendar context for a near-term event.
- Add a quick technical read to a fundamentals-led answer.
References
- Read capabilities.md for the exposed tool groups and recommended task mapping.