streamable-httpMITupdated 6mo ago
AI-powered stock screening and chart pattern detection for Claude Desktop, Claude Code, Cursor, and other MCP-compatible AI assistants.
What can you do with cotrader?
CoTrader MCP Server
AI-powered stock screening and chart pattern detection for Claude Desktop, Claude Code, Cursor, and other MCP-compatible AI assistants.
Screen 11,000+ US stocks using natural language and detect technical chart patterns — all from your AI assistant.
Tools
| Tool | Description |
|---|---|
screen_stocks |
Screen stocks using natural language (e.g., "RSI under 30 with price above 200 EMA") |
detect_patterns |
Detect chart patterns for a specific stock (support/resistance, trendlines, channels, etc.) |
scan_patterns |
Scan the entire universe for a specific pattern type |
search_symbols |
Search for ticker symbols by name or prefix |
get_stock_bars |
Get historical daily OHLCV price data |
Quick Start
1. Get an API Key
Sign up at getcotrader.com and create an API key at getcotrader.com/api-keys.
2. Connect Your AI Assistant
Claude Desktop
Open Settings > Integrations > Add and enter:
https://api.getcotrader.com/mcp?api_key=YOUR_API_KEY
Claude Code / Cursor / VS Code
Add to your MCP settings:
{
"mcpServers": {
"cotrader": {
"url": "https://api.getcotrader.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
3. Start Asking
- "Screen for stocks with RSI under 30 and price above their 200-day EMA"
- "Detect chart patterns for AAPL"
- "Scan for stocks forming double bottoms"
- "Show me NVDA's price history for the last 90 days"
Supported Screening Criteria
- Price: close, open, high, low, price change (1d/5d/1m/3m/6m/1y)
- Volume: volume, average volume, relative volume
- Moving Averages: SMA/EMA (10, 20, 50, 100, 200 day)
- Momentum: RSI (14), MACD, Stochastic
- Volatility: Bollinger Bands, ATR
- Fundamentals: market cap, P/E ratio, sector, industry
Supported Chart Patterns
- Horizontal support/resistance levels
- Rising and descending trendlines
- Price channels
- Double and triple bottoms
- Pennants/triangles
- Head and shoulders
Documentation
Full documentation: getcotrader.com/docs/mcp-server
License
MIT
Install
Add cotrader to your client. Pick the one you use.
claude mcp add --transport http cotrader https://api.getcotrader.com/mcpcodex mcp add cotrader --url https://api.getcotrader.com/mcp{
"mcpServers": {
"cotrader": {
"url": "https://api.getcotrader.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cotrader": {
"type": "http",
"url": "https://api.getcotrader.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cotrader": {
"url": "https://api.getcotrader.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cotrader": {
"serverUrl": "https://api.getcotrader.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
cotrader exposes 5 tools to a connected agent.
- screen_stocks
- Screen stocks using natural language (e.g., "RSI under 30 with price above 200 EMA")
- detect_patterns
- Detect chart patterns for a specific stock (support/resistance, trendlines, channels, etc.)
- scan_patterns
- Scan the entire universe for a specific pattern type
- search_symbols
- Search for ticker symbols by name or prefix
- get_stock_bars
- Get historical daily OHLCV price data
Score
65 / 100
Good
- Documentation22/25
- Maintenance9/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 182 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Mar 2, 2026 |