investor-agent

MCP.Pizza Chef: ferdousbhai

Aimed at long-term investors, it pulls share prices and history, company financials and earnings dates, analyst ratings and ownership, options contracts ranked by open interest, the day's biggest movers, CNN's Fear and Greed reading, and common chart indicators such as moving averages and RSI. Everything comes from public market sources, so there is no account to create and no key to paste. One short configuration block and it runs.

Data
Web/Research

Use This MCP server To

Check a company's fundamentals before I buy See which stocks moved most today Find out when a company reports earnings next Read the Fear and Greed index in plain terms Compare two stocks' price history over the past year Look up the most-traded options on a ticker

README

investor-agent

Financial research MCP server for long-term investors.

Setup

{
  "mcpServers": {
    "investor-agent": {
      "command": "npx",
      "args": ["-y", "investor-agent"]
    }
  }
}

Tools

Tool Description
get_stock_info Stock fundamentals — price, financials, earnings, ownership, analyst ratings, profile
historical_prices OHLCV price history (default: 1 year weekly, limit 100)
get_options Options contracts sorted by open interest (default: top 25 per type)
market_movers Top gaining, losing, or most active stocks
earnings_calendar Upcoming earnings reports from NASDAQ
fear_greed_index CNN stock market or crypto Fear & Greed index
technical_indicator SMA, EMA, RSI, MACD, or Bollinger Bands

Development

pnpm install
pnpm run test
pnpm run typecheck

License

MIT

investor-agent FAQ

Is this still maintained?
Yes. It was updated within the last week, in early August 2026.
Do I need to pay or sign up for market data?
No. It reads public sources, so there is no key to obtain and nothing to pay for.
Can I use this to decide whether to buy a stock?
It gives you the numbers, ratings and history to weigh up, but it is research help, not financial advice.
How hard is setup?
Easy. Paste a two-line block into your app's settings and restart it.
Does it cover crypto?
Only partly. The Fear and Greed tool has a crypto reading, but the rest is aimed at stocks and options.