Назад к MCP
🐍 PythonMCP ServerFinance & FintechRemote

Каталог MCP

ferdousbhai/investor-agent

Yahoo Finance integration to fetch stock market data including options recommendations

Открыть GitHub
Рейтинг
345
Звёзды GitHub
янв. 2026 г.
Добавлено
Сообщество
Статус

Описание

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

Deploy to Cloudflare Workers

The server also runs as a remote MCP server on Workers (src/worker.ts). wrangler.jsonc is ready to deploy as-is:

pnpm install
pnpm run deploy

Point your client at https://investor-agent.<your-subdomain>.workers.dev, or attach a custom domain in the Cloudflare dashboard.

License

MIT

Теги
PythonCloud