PluginBench
MCP Server
Active

io.github.SheldonZhuang/stock-sentinel MCP Server

io.github.SheldonZhuang/stock-sentinel

What is the io.github.SheldonZhuang/stock-sentinel MCP server?

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

How to install io.github.SheldonZhuang/stock-sentinel

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • STOCKSENTINEL_API_KEY
    secret

    Optional API key for higher daily limits (default trial: 25 req/day)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stock-sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "env": {
        "STOCKSENTINEL_API_KEY": "<YOUR_STOCKSENTINEL_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "stock-sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "env": {
        "STOCKSENTINEL_API_KEY": "<YOUR_STOCKSENTINEL_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "stock-sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "env": {
        "STOCKSENTINEL_API_KEY": "<YOUR_STOCKSENTINEL_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "stock-sentinel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "env": {
        "STOCKSENTINEL_API_KEY": "<YOUR_STOCKSENTINEL_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add stock-sentinel --env STOCKSENTINEL_API_KEY=<YOUR_STOCKSENTINEL_API_KEY> -- npx -y stock-sentinel-mcp

Related MCP servers

Conversational Windows disk cleanup (whitelist-only) + device cleanup guides in 7 languages.

1
HTML
View repository →