A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Model Context Protocol server for building an investor agent
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
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management
via CLI