Back to MCP Servers

Investor Agent

Yahoo Finance integration to fetch stock market data including options recommendations

finance-fintechagent
By ferdousbhai
34066Updated 1 month agoTypeScriptMIT

Installation

npx -y investor-agent

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

investor-agent

Financial research MCP server for long-term investors.

Setup

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

Tools

ToolDescription
get_stock_infoStock fundamentals — price, financials, earnings, ownership, analyst ratings, profile
historical_pricesOHLCV price history (default: 1 year weekly, limit 100)
get_optionsOptions contracts sorted by open interest (default: top 25 per type)
market_moversTop gaining, losing, or most active stocks
earnings_calendarUpcoming earnings reports from NASDAQ
fear_greed_indexCNN stock market or crypto Fear & Greed index
technical_indicatorSMA, EMA, RSI, MACD, or Bollinger Bands

Development

pnpm install
pnpm run test
pnpm run typecheck

License

MIT

View source on GitHub