MCP Server
MCP
io.github.haidrau/sentinel-mcp-server
Shopee price monitoring via MCP.requires extension + MCP Key. T-0 price data for SG/MY/TH/VN/ID/PH.
Install
oci:ghcr.io/haidrau/sentinel-mcp-server:0.2.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/haidrau/sentinel-mcp-server:0.2.0",
"transport": {
"type": "sse",
"url": "https://priceminder.online/mcp_server?key=YOUR_KEY",
"headers": [
{
"description": "Internal API key (default: sentinel-mvp-2026)",
"name": ""
},
{
"description": "Your Sentinel MCP Key from the browser extension settings page",
"name": ""
}
]
},
"environmentVariables": [
{
"description": "Your Sentinel MCP Key. Get it from the browser extension settings page (NOT from the website login). See: https://priceminder.online/docs/quick-start",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SENTINEL_TOKEN"
},
{
"description": "Internal API key for backend communication",
"isRequired": true,
"format": "string",
"isSecret": true,
"default": "sentinel-mvp-2026",
"name": "SENTINEL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment