Odel
StockSentinel

StockSentinel

Local
@sheldonzhuang1JavaScriptUpdated Today

US stock attack/defense macro signals: 4-dimension framework, 26-year backtested. Research only.

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-sentinel-mcpv1.0.3

Run

npx -y stock-sentinel-mcp

MCP client config

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