Loading MCP server directory, please wait...
Shopee price monitoring via MCP.requires extension + MCP Key. T-0 price data for SG/MY/TH/VN/ID/PH.
npx @getmcp/cli add io.github.haidrau/sentinel-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
SENTINEL_TOKENYour Sentinel MCP Key. Get it from the browser extension settings page (NOT from the website login). See: https://priceminder.online/docs/quick-start
SENTINEL_API_KEYInternal API key for backend communication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.haidrau/sentinel-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SENTINEL_TOKEN",
"-e",
"SENTINEL_API_KEY",
"ghcr.io/haidrau/sentinel-mcp-server:0.2.0"
],
"env": {
"SENTINEL_TOKEN": "",
"SENTINEL_API_KEY": "sentinel-mvp-2026"
}
}
}
}