aigroup-fmp-mcp
# FMP MCP
Use `aigroup-fmp-mcp` for listed-equity quote, company profile, statement, ratio, and market snapshot requests.
## Route
1. Confirm the company or ticker first. If the ticker is unknown or ambiguous, resolve it with `search_symbol`.
2. Pull only the fields needed for the request:
- `get_quote` for price context
- `get_company_profile` for issuer overview
- `get_income_statement`, `get_balance_sheet`, `get_cash_flow` for financials
- `get_key_metrics` and `get_financial_ratios` for benchmarking
3. Add market context only when it improves the answer:
- `get_market_gainers`, `get_market_losers`, `get_most_active`
- `get_sector_performance`
- `get_sp500_constituents`
4. Add estimate or technical context only when asked:
- `get_analyst_estimates`, `get_price_target`, `get_analyst_ratings`
- `get_technical_indicator_rsi`, `get_technical_indicator_sma`, `get_technical_indicator_ema`
5. 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](./references/capabilities.md) for the exposed tool groups and recommended task mapping.
标签
skill
ai