Odel
stock scanner mcp

stock scanner mcp

Local
@yyordanov-tradu6TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstock-scanner-mcpv1.13.1

Run

npx -y stock-scanner-mcp

MCP client config

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