CLAUDE.md
Commands
pnpm run testโ run testspnpm run typecheckโ type checkpnpm run buildโ compile to dist/
Ship
Commit and push to main. CI runs typecheck + tests.
๐ โ๏ธ - Yahoo Finance integration to fetch stock market data including options recommendations
pnpm run test โ run testspnpm run typecheck โ type checkpnpm run build โ compile to dist/Commit and push to main. CI runs typecheck + tests.
Financial research MCP server for long-term investors.
{
"mcpServers": {
"investor-agent": {
"command": "npx",
"args": ["-y", "investor-agent"]
}
}
}
| 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 |
pnpm install
pnpm run test
pnpm run typecheck
MIT