Screen 11,000+ stocks using natural language and detect chart patterns via MCP.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cotrader": {
"url": "https://api.getcotrader.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered stock screening and chart pattern detection for Claude Desktop, Claude Code, Cursor, and other MCP-compatible AI assistants.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.get-cotrader/cotrader and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
| 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 |
Sign up at getcotrader.com and create an API key at getcotrader.com/api-keys.
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"
}
}
}
}
Full documentation: getcotrader.com/docs/mcp-server
MIT