yyordanov-tradu/stock-scanner-mcp
MCP server providing stock and crypto market data tools for Claude Code
Platform-specific configuration:
{
"mcpServers": {
"stock-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"stock-scanner-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/yyordanov-tradu/stock-scanner-mcp/actions/workflows/ci.yml) [](https://www.npmjs.com/package/stock-scanner-mcp) [](https://www.npmjs.com/package/stock-scanner-mcp)
A modular MCP (Model Context Protocol) server that gives Claude Code real-time access to stock and crypto market data. Scan markets, check technicals, monitor insider trades, track earnings and economic events — all from your terminal.
54 tools across 11 modules — 8 modules work with zero API keys. 16 trading skills — ready-made workflows like /morning-briefing, /earnings-play AAPL, /risk-check TSLA.
[Wiki](https://github.com/yyordanov-tradu/stock-scanner-mcp/wiki) — Full tool reference, example prompts, advanced strategies, and troubleshooting guide.
npx stock-scanner-mcpOr install globally:
npm install -g stock-scanner-mcp
stock-scanner-mcpAdd to your Claude Code MCP config (~/.claude.json or project .mcp.json):
{
"mcpServers": {
"stock-scanner": {
"command": "npx",
"args": ["-y", "stock-scanner-mcp"]
}
}
}{
"mcpServers": {
"stock-scanner": {
"command": "npx",
"args": ["-y", "stock-scanner-mcp"],
"env": {
"FINNHUB_API_KEY": "your-key-here",
"ALPHA_VANTAGE_API_KEY": "your-key-here",
"FRED_API_KEY": "your-key-here"
}
}
}
}| Module | Tools | API Key | Description | |--------|-------|---------|-------------| | tradingview | 10 | None | US stock scanner with quotes, technicals, sectors, indices, and screening | | tradingview-crypto | 4 | None | Crypto pair scanner with techn
Loading reviews...