ferdousbhai/investor-agent
investor-agent is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of investor-agent and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
Try investor-agent with chat:
Tools
Functions exposed to the LLM to take actions
get_market_movers
Get market movers: top gainers, losers, or most active stocks.
Supports different market sessions for most-active category.
Args:
category: Type of movers to fetch
count: Number of stocks to return (max 100)
market_session: Market session (only applies to most-active category)
Returns:
Dictionary with market mover data
get_cnn_fear_greed_index
Max 30 days of historical data.
get_crypto_fear_greed_index
Get historical Crypto Fear & Greed Index data.
get_google_trends
Get Google Trends relative search interest for specified keywords.
get_ticker_data
Returns:
- info: Core financial metrics (P/E ratios, margins, growth rates, debt ratios, market cap, EPS, etc.)
- calendar: Upcoming earnings dates and dividend dates
- news: Recent news articles (headlines, dates, sources)
- recommendations: Latest analyst recommendations (buy/sell/hold ratings)
- upgrades_downgrades: Recent analyst rating changes
get_options
Get options data. Dates: YYYY-MM-DD. Type: C=calls, P=puts.
get_price_history
Get historical OHLCV data: daily intervals for ≤1y periods, monthly intervals for ≥2y periods.
get_financial_statements
get_institutional_holders
Get major institutional and mutual fund holders.
get_earnings_history
get_insider_trades
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client