Priceminder MCP Server
Monitors competitor prices on Shopee Southeast Asia markets (SG, MY, TH, VN). Provides tools to track, analyze, and alert on price movements for products listed on Shopee.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Priceminder MCP ServerShow me my tracked products on Shopee SG"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Priceminder MCP Server
Priceminder β Real-time Shopee competitor price monitoring, powered by AI agents through the Model Context Protocol (MCP).
π Sign up free: priceminder.online
Monitor competitor prices across Shopee Southeast Asia (SG, MY, TH, VN). Let your AI agent track, analyze, and alert on price movements β all through natural language.
π Features
# | Tool | Description | Tier |
1 |
| List all products you're tracking | π Query |
2 |
| Price summary across all tracked products (batch mode) | π Query |
3 |
| Time-series price data for a specific product | π Query |
4 |
| List price drop alerts | π Query |
5 |
| Add a new product to track | β‘ Action |
6 |
| Pause or resume monitoring | β‘ Action |
7 |
| Mark an alert as read | β‘ Action |
8 |
| Check crawler engine health & stats | π Insight |
9 |
| Dashboard overview of all monitors | π Insight |
10 |
| Search your tracked products by keyword | π Insight |
Related MCP server: Ecommerce Price Monitor MCP
π Quick Start
Option A: Hosted HTTP (Recommended β No Setup)
Just add this URL to any MCP-compatible client:
https://priceminder.online/mcp_server?key=YOUR_MCP_KEYStep 1: Get your MCP Key
Visit priceminder.online to sign up
Or call the API directly (see API Reference)
Step 2: Configure your AI client
For Claude Desktop / Cursor / Cherry Studio:
{
"mcpServers": {
"priceminder": {
"type": "http",
"url": "https://priceminder.online/mcp_server?key=YOUR_MCP_KEY"
}
}
}For Claude Code:
claude mcp add priceminder --type http --url "https://priceminder.online/mcp_server?key=YOUR_MCP_KEY"Option B: Self-Hosted (Docker)
docker run -d \
--name priceminder-mcp \
-p 8082:8082 \
-e SENTINEL_API_BASE=https://priceminder.online/shopee \
-e SENTINEL_TOKEN=YOUR_SENTINEL_TOKEN \
-e SENTINEL_API_KEY=sentinel-mvp-2026 \
ghcr.io/haidrau/sentinel-mcp-server:latestOption C: Self-Hosted (pip)
pip install sentinel-mcp-server
# Run in stdio mode (for Claude Desktop, Cursor, etc.)
export SENTINEL_TOKEN=YOUR_SENTINEL_TOKEN
sentinel-mcp-server
# Or run in HTTP mode
export SENTINEL_TOKEN=YOUR_SENTINEL_TOKEN
sentinel-mcp-server --mode httpποΈ Architecture
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β AI Client β
β (Claude Desktop / Cursor / Claude Code / Codex) β
ββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββ
β MCP Protocol (stdio or HTTP/SSE)
βΌ
ββββββββββββββββββββββββββββββββββββββββ
β Priceminder MCP Server β
β ββββββββββββββββββββββββββββββββββ β
β β Tool Registry (10 tools) β β
β β - get_monitor_list β β
β β - get_price_summary β β
β β - get_price_history β β
β β - get_alerts β β
β β - add_monitor β β
β β - ... β β
β ββββββββββββββββ¬ββββββββββββββββββ β
β β HTTP + Token Auth
β ββββββββββββββββΌββββββββββββββββββ β
β β API Client (httpx) β β
β ββββββββββββββββ¬ββββββββββββββββββ β
βββββββββββββββββββΌβββββββββββββββββββββ
β HTTPS
βββββββββββββββββββΌβββββββββββββββββββββ
β Priceminder REST API β
β (User Mgmt / Monitor / Price / Alert)β
βββββββββββββββββββ¬βββββββββββββββββββββ
β
βββββββββββββββββββΌβββββββββββββββββββββ
β PostgreSQL 16 β
β (Price History / Users / Alerts) β
ββββββββββββββββββββββββββββββββββββββββπ§ Configuration
Environment Variables
Variable | Description | Default |
| Backend API base URL |
|
| Your authentication token | (required) |
| API key for backend auth |
|
| HTTP request timeout (s) |
|
| Run mode: |
|
| HTTP server bind address |
|
| HTTP server port |
|
| Log level |
|
π¬ Usage Examples
Once configured, you can ask your AI agent things like:
Price monitoring:
"Show me my tracked products on Shopee SG"
"What's the price trend for the iPhone 14 I'm monitoring?"
"Has any competitor dropped prices in the last 3 days?"
Adding products:
"Track this product: https://shopee.sg/product-123"
"Add this Samsung TV to my watchlist"
Alerts & insights:
"Any new price drop alerts?"
"How's the crawler system running today?"
"Give me a dashboard overview"
π‘ API Reference
Authentication
All API calls require these headers:
X-Api-Key: sentinel-mvp-2026
X-Sentinel-Token: YOUR_TOKENGenerate MCP Key
curl -X POST https://priceminder.online/shopee/mcp/generate-key \
-H "X-Api-Key: sentinel-mvp-2026" \
-H "X-Sentinel-Token: YOUR_TOKEN"Verify MCP Key (MCP Server Internal)
curl https://priceminder.online/shopee/mcp/verify-key?key=YOUR_MCP_KEY \
-H "X-MCP-Internal-Key: sentinel-mcp-internal-2026"π Free vs Pro
Feature | Free | Pro |
Active monitors | 5 max | Unlimited |
Price history | 3 days | 90 days |
Price summary | 3 days | 90 days |
Call rate | 60/hour | Unlimited |
Real-time alerts | β | β |
Priority support | β | β |
π οΈ Development
git clone https://github.com/haidrau/sentinel-mcp-server.git
cd sentinel-mcp-server
# Install dev dependencies
pip install -e ".[dev]"
# Run tests
python -m pytest tests/
# Start in dev mode
export SENTINEL_TOKEN=your-test-token
python -m sentinel_mcp.serverπ License
MIT License β see LICENSE for details.
π€ Contributing
Contributions are welcome! Feel free to:
Open issues for bugs or feature requests
Submit PRs for new tools or improvements
Ask questions in the discussions
π Links
Website: priceminder.online
MCP Directory: mcp.so/server/sentinel-mcp-server
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/haidrau/sentinel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server