Odel
sentinel mcp server

sentinel mcp server

Local
@haidrau1PythonUpdated 1mo ago

Shopee price monitoring via MCP.requires extension + MCP Key. T-0 price data for SG/MY/TH/VN/ID/PH.

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).

Dockerghcr.io/haidrau/sentinel-mcp-server:0.2.0

Run

docker run -i --rm ghcr.io/haidrau/sentinel-mcp-server:0.2.0

MCP client config

{
  "mcpServers": {
    "sentinel-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/haidrau/sentinel-mcp-server:0.2.0"
      ]
    }
  }
}