← Index

io.github.yyordanov-tradu/stock-scanner-mcp

io.github.yyordanov-tradu/stock-scanner-mcp·v1.13.1·Other
Quality Score
85
/100

Stock and crypto market data — 49 tools for quotes, technicals, options, SEC filings, and more.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "stock-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stock-scanner-mcp"
      ],
      "env": {
        "FINNHUB_API_KEY": "<your-finnhub_api_key>",
        "ALPHA_VANTAGE_API_KEY": "<your-alpha_vantage_api_key>",
        "FRED_API_KEY": "<your-fred_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "stock-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stock-scanner-mcp"
      ],
      "env": {
        "FINNHUB_API_KEY": "<your-finnhub_api_key>",
        "ALPHA_VANTAGE_API_KEY": "<your-alpha_vantage_api_key>",
        "FRED_API_KEY": "<your-fred_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y stock-scanner-mcp
§02  Environment variables
FINNHUB_API_KEY
secret

Finnhub API key for real-time quotes, news, earnings

ALPHA_VANTAGE_API_KEY
secret

Alpha Vantage API key for fundamentals, daily prices

FRED_API_KEY
secret

FRED API key for economic indicators and calendar

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other