Loading languages...
IN

investor-agent

@ferdousbhai325

A Model Context Protocol server for building an investor agent

financial analysis
market data
investor agent
technical analysis
sentiment analysis

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

# mcpServer Config

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

# stdio

uvx investor-agent
Transport:
stdio
Language:
TypeScript
Created: 2/21/2025
Updated: 4/24/2026