← Back to browse

stock-scanner-mcp

Indexed by io.github.yyordanov-tradu

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFINNHUB_API_KEY ALPHA_VANTAGE_API_KEY FRED_API_KEY
Claude Code
claude mcp add --env FINNHUB_API_KEY= --env ALPHA_VANTAGE_API_KEY= --env FRED_API_KEY= stock-scanner-mcp -- npx stock-scanner-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"stock-scanner-mcp","command":"npx","args":["stock-scanner-mcp"],"env":{"FINNHUB_API_KEY":"","ALPHA_VANTAGE_API_KEY":"","FRED_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "stock-scanner-mcp": {
      "command": "npx",
      "args": [
        "stock-scanner-mcp"
      ],
      "env": {
        "FINNHUB_API_KEY": "",
        "ALPHA_VANTAGE_API_KEY": "",
        "FRED_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.