DEPRECATED — v2.0 is a complete rewrite on Cloudflare Workers. See https://github.com/ferdousbhai/investor-agent
DEPRECATED — v2.0 is a complete rewrite on Cloudflare Workers. See https://github.com/ferdousbhai/investor-agent. That is what the investor mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
DEPRECATED — v2.0 is a complete rewrite on Cloudflare Workers. See https://github.com/ferdousbhai/investor-agent
Installation goes through your MCP client rather than a global install: point it at pnpm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 7 tools. What each one is for:
get_stock_info — Stock fundamentals — price, financials, earnings, ownership, analyst ratings, profilehistorical_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 stocksearnings_calendar — Upcoming earnings reports from NASDAQfear_greed_index — CNN stock market or crypto Fear & Greed indextechnical_indicator — SMA, EMA, RSI, MACD, or Bollinger BandsPlenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Investor's toolset — get_stock_info, historical_prices, get_options and 4 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"investor-agent": {
"command": "npx",
"args": ["-y", "investor-agent"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.