Skip to content
yyordanov-tradu edited this page Apr 3, 2026 · 5 revisions

stock-scanner-mcp Wiki

A modular MCP server that gives Claude Code real-time access to stock and crypto market data. Scan markets, check technicals, monitor insider trades, analyze options flow, track earnings and economic events — all from your terminal.

61 tools across 12 modules — 9 modules work with zero API keys. 19 trading skills — ready-made workflows like /morning-briefing, /risk-check AAPL.

Pages

Quick Start

{
  "mcpServers": {
    "stock-scanner": {
      "command": "npx",
      "args": ["-y", "stock-scanner-mcp"]
    }
  }
}

Then just ask Claude:

"What are the top gaining stocks today?"

That's it. 36 tools work immediately with no API keys.

Trading Skills

Install 19 ready-made trading workflows as Claude Code slash commands:

npx stock-scanner-mcp install-skills

Then type /morning-briefing, /analyze-stock AAPL, /risk-check TSLA in Claude Code. See Trading Skills for the full catalog.

Clone this wiki locally