CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Cotrader

get-cotrader/cotrader-mcp
HTTPregistry active
Summary

Connects Claude to CoTrader's stock screening API with tools for querying 11,000+ US stocks using natural language criteria like "RSI under 30 with price above 200 EMA." Exposes five tools: screen_stocks for custom queries across price, volume, moving averages, and momentum indicators; detect_patterns and scan_patterns for identifying technical formations like double bottoms, support/resistance levels, and channels; search_symbols for ticker lookup; and get_stock_bars for historical OHLCV data. Runs as a remote server over streamable HTTP, so you just add the API endpoint to Claude Desktop or your MCP-compatible editor with your CoTrader API key. Useful when you want technical analysis and pattern detection without leaving your AI assistant.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

ToolDescription
screen_stocksScreen stocks using natural language (e.g., "RSI under 30 with price above 200 EMA")
detect_patternsDetect chart patterns for a specific stock (support/resistance, trendlines, channels, etc.)
scan_patternsScan the entire universe for a specific pattern type
search_symbolsSearch for ticker symbols by name or prefix
get_stock_barsGet 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMar 2, 2026
View on GitHub