Server data from the Official MCP Registry
Shopee price monitoring via MCP.requires extension + MCP Key. T-0 price data for SG/MY/TH/VN/ID/PH.
About
Shopee price monitoring via MCP.requires extension + MCP Key. T-0 price data for SG/MY/TH/VN/ID/PH.
Security Report
The Priceminder MCP server is a price monitoring tool with reasonable architecture and appropriate authentication. Core functionality uses API key + token authentication with proper separation between stdio (local) and HTTP (hosted) modes. However, several moderate-severity issues exist: sensitive token resolution logic relies on ContextVar without validation, logging includes unredacted API responses that may contain user data, and there is insufficient input validation on user-provided URLs. These issues are not critical but warrant attention, particularly around data leakage in logs and token handling robustness. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
7 files analyzed Β· 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: SENTINEL_TOKEN
Environment variable: SENTINEL_API_KEY
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-haidrau-sentinel-mcp-server": {
"env": {
"SENTINEL_TOKEN": "your-sentinel-token-here",
"SENTINEL_API_KEY": "your-sentinel-api-key-here"
},
"args": [
"sentinel-mcp-server"
],
"command": "uvx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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, ID, PH). Let your AI agent track, analyze, and alert on price movements β all through natural language.
π Important: Understand the Data Pipeline First
Priceminder's MCP service does not work standalone. It depends on competitor price data obtained through paid third-party API data services. Please understand this 3-layer pipeline before using:
Install Extension β Follow products you want to watch β Backend fetches data via paid APIs β AI Can Query
β οΈ Prerequisites
| Step | Action | Details |
|---|---|---|
| Required | β Install the browser extension | Chrome / Edge / 360 Browser β see Extension Installation Guide |
| Required | β‘ Browse Shopee product pages, click "Monitor Now" | Only products you manually add to monitoring are accessible via MCP |
| Required | β’ Get your MCP Key from extension settings | See Quick Start below |
| Optional | β£ Configure MCP in your AI client | Then you can query prices via natural language |
π Where to get your MCP Key? The MCP Key is displayed in the browser extension settings page. No extension β No Key β No MCP service. The website registration (priceminder.online) is for account management and Pro upgrades β the MCP access credential lives inside the extension.
π€ AI Capability Boundaries
Priceminder's MCP tools can only query products you've manually added to your monitoring list. It cannot arbitrarily search all of Shopee.
| AI Can Do β | AI Cannot Do β |
|---|---|
| List my monitored products and prices | Search Shopee for products I haven't monitored |
| View price history and trends of monitored items | Get pricing for any arbitrary ASIN/product ID |
| Check price drop alerts and push records | Analyze competitor stores I'm not tracking |
| Add new products to monitor (requires extension scan first) | Auto-discover new competitors |
| Check crawler engine health status | Modify my account password or settings |
In short: You tell the system which competitors to watch, MCP lets AI analyze what's been collected.
For full capability details, see the MCP Tools Overview β
π Why Priceminder?
Real-time, not yesterday. Most price monitoring tools β including alternative MCP servers β return T-1 (yesterday's cached) data. Priceminder crawls prices 3 times daily, giving you near-real-time visibility.
| Capability | Alternative MCP Servers | Priceminder |
|---|---|---|
| Data freshness | T-1 (yesterday) | T-0 (same-day, 3Γ daily) |
| Price change detection | Next day | Within 4β8 hours |
| Flash sale / 7.7 / 9.9 / 11.11 | Misses intra-day moves | Catches hourly adjustments |
| Push notifications | β Query-only | β Feishu/DingTalk/Telegram |
| Self-hosted | β Supported | β Supported |
In short: If you're using other tools, you're making decisions on yesterday's data. Priceminder tells you what's happening right now β and pushes alerts when competitors move.
π Features β 8 MCP Tools
| # | Tool | Description | Category |
|---|---|---|---|
| 1 | get_monitor_list | List all products you're tracking | π Query |
| 2 | get_price_summary | Batch price summary across all tracked products | π Query |
| 3 | get_price_history | Price history time-series for a specific product | π Query |
| 4 | get_alerts | List price drop alerts | π Query |
| 5 | add_monitor | Add a new product to your monitor list | β‘ Action |
| 6 | update_monitor_status | Pause or resume monitoring | β‘ Action |
| 7 | get_crawl_health | Check crawler engine health & stats | π Insight |
| 8 | get_monitor_overview | Dashboard overview of all monitors | π Insight |
See the full tool documentation here: MCP Tools Overview β
π Quick Start
Install Extension β Add Products β Get MCP Key β Configure AI Client
For visual step-by-step guide with screenshots, see the official docs: Quick Start Guide β
Step 1: Install the Browser Extension
| Browser | Installation |
|---|---|
| Chrome | Search "Priceminder" on Chrome Web Store |
| Edge | Search "Priceminder" on Edge Add-ons |
| 360 Browser | Download offline installer from the official website |
| Opera | Opera add-ons store |
See Extension Installation Guide β for screenshots.
Step 2: Add Products to Monitor
Open any Shopee product page (supports SG/MY/TH/ID/TW/PH/VN). A "Monitor Now" button will appear at the top-right:
- Click "Monitor Now" β product added to your monitor list
- The system automatically starts collecting price data at your chosen interval
- Configure crawl frequency and alert thresholds in the extension settings
π‘ You need monitored products first. Without them, the AI will return empty results when queried. Start by adding at least 5β10 competitor products.
Step 3: Get Your MCP Key
Open the browser extension settings page. Your MCP Key is displayed in the "MCP Configuration" section.
β οΈ The MCP Key is only visible inside the extension settings. It is not available from the website login.
Step 4: Configure Your AI Client
Supported AI Clients (HTTP mode β recommended):
| Client | How to Configure | Tutorial |
|---|---|---|
| Cherry Studio | Settings β MCP β Add HTTP URL | Guide β |
| OpenClaw | config.yaml β mcp_servers β url | Guide β |
| Claude Desktop | claude_desktop_config.json β mcpServers | Guide β |
| Cursor | Cursor Settings β MCP β Add HTTP URL | Guide β |
| Cline | Cline MCP Config β Add | Guide β |
| Hermes Agent | config.yaml β mcp_servers | Guide β |
Add this URL (replace *** with your MCP Key):
{
"mcpServers": {
"sentinel": {
"url": "https://priceminder.online/mcp_server?key=***"
}
}
}
For detailed client setup guides with screenshots, see: Client Setup Guides β
Step 5: Verify the Connection
Test your setup by asking these questions:
| Your Prompt | Tool Called | Expected Result |
|---|---|---|
| "What am I monitoring?" | get_monitor_list | Your current monitor list |
| "How are my competitors' prices?" | get_price_summary | Price summary (current/baseline/high/low/avg) |
| "Any new price drop alerts?" | get_alerts | Unread price drop records |
| "Is the crawler healthy?" | get_crawl_health | Crawler engine status |
β If the AI returns your monitoring data, setup is successful.
β If results are empty, make sure you've added products to monitor via the extension first.
π¬ Prompt Scenarios
Here are 3 real-world scenarios you can run β each demonstrates a different use case:
1οΈβ£ Store-Level Price Watch
"Monitor all products from Shopee store 'ABC Official Store' on Shopee SG. If any product drops more than 5% in the last 24 hours, summarize the changes."
Your AI agent will:
- Check your monitor list for this store's products
- Compare latest crawl prices
- Return products that dropped below the threshold
Best for: Brand competition β keep tabs on a specific competitor's entire catalog.
2οΈβ£ Flash Sale / Campaign Alert
"Check every 4 hours during the 7.7 sale β alert me if any of my tracked products have a price change of 3% or more. Show only the products that changed."
Your AI agent will:
- Call
get_price_summaryto get current vs previous prices - Filter for products with β₯3% movement
- Present a clean before/after comparison
Best for: Campaign periods β don't wake up to yesterday's data when competitors adjust prices hourly.
3οΈβ£ Price Drop Intelligence
"Show me all price drop alerts from the last 2 days. Which products dropped the most? Highlight any drops over 10%."
Your AI agent will:
- Call
get_alertsfor recent notifications - Call
get_price_historyon the biggest movers for context - Rank by drop percentage and highlight critical moves
Best for: Buying decisions β spot the deepest discounts.
More real-world prompt examples: Scenarios & Best Practices β
π n8n Integration
Priceminder ships with a ready-to-import n8n workflow template.
File: priceminder-mcp-n8n.json
Workflow
Schedule ββΊ Get Price Summary ββΊ Parse Drops ββΊ Has Drops? ββ¬βΊ Telegram Alert
(4h cron) ββΊ Email Alert
ββΊ Log (no drops)
Import
- Open n8n β Workflows β Import from File
- Select
priceminder-mcp-n8n.json - Configure credentials:
SENTINEL_TOKEN(env var on the n8n host)- Telegram bot token + chat ID (optional)
- SMTP credentials (optional)
- Activate the workflow
ποΈ Architecture
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β AI Client β
β (Claude Desktop / Cursor / Cherry Studio / Hermes) β
ββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββ
β MCP Protocol (stdio or HTTP/SSE)
βΌ
ββββββββββββββββββββββββββββββββββββββββ
β Priceminder MCP Server β
β ββββββββββββββββββββββββββββββββββ β
β β Tool Registry (8 tools) β β
β β - get_monitor_list β β
β β - get_price_summary β β
β β - get_price_history β β
β β - get_alerts β β
β β - add_monitor β β
β β - get_crawl_health β β
β β - get_monitor_overview β β
β ββββββββββββββββ¬ββββββββββββββββββ β
β β HTTP + Token Auth
β ββββββββββββββββΌββββββββββββββββββ β
β β API Client (httpx) β β
β ββββββββββββββββ¬ββββββββββββββββββ β
βββββββββββββββββββΌβββββββββββββββββββββ
β HTTPS
βββββββββββββββββββΌβββββββββββββββββββββ
β Priceminder REST API β
β (User Mgmt / Monitor / Price / Alert)β
βββββββββββββββββββ¬βββββββββββββββββββββ
β
βββββββββββββββββββΌβββββββββββββββββββββ
β PostgreSQL 16 β
β (Price History / Users / Alerts) β
ββββββββββββββββββββββββββββββββββββββββ
Data Flow
β User selects products to monitor via extension
β
βΌ
β‘ Backend fetches real-time prices via paid third-party API data services β PostgreSQL
β
βΌ
β’ MCP Server reads via API
β
βΌ
β£ AI client queries via MCP protocol
Key point: Data flows one way β user selects products β backend fetches via paid APIs β MCP reads. The extension only tells the system which products to watch.
π§ Configuration
Environment Variables
| Variable | Description | Default |
|---|---|---|
SENTINEL_API_BASE | Backend API base URL | https://priceminder.online/shopee |
SENTINEL_TOKEN | Your authentication token | (required) |
SENTINEL_TIMEOUT | HTTP request timeout (s) | 30 |
MCP_MODE | Run mode: stdio or http | stdio |
MCP_HOST | HTTP server bind address | 127.0.0.1 |
MCP_PORT | HTTP server port | 8082 |
LOG_LEVEL | Log level | INFO |
π‘ API Reference
Authentication
All API calls require these headers:
X-Api-Key: sentinel-mvp-2026
X-Sentinel-Token: YOUR_TOKEN
Generate 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"
π 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 | β | β |
Upgrade now π priceminder.online
π οΈ 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 β Sign up free
- Official Docs: priceminder.online/docs
- Quick Start: priceminder.online/docs/quick-start
- MCP Tools Overview: priceminder.online/docs/tools/overview
- GitHub: github.com/haidrau/sentinel-mcp-server
- Gitee: gitee.com/haidrau/sentinel-mcp-server
Reviews
No reviews yet
Be the first to review this server!
More Security MCP Servers
Toleno
Freeby Toleno Β· Developer Tools
Toleno Network MCP Server β Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace Β· Developer Tools
Create, build, and publish Python MCP servers to PyPI β conversationally.
MCP Marketplace
Freeby mcp-marketplace Β· Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft Β· Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
FinAgent
Freeby mcp-marketplace Β· Finance
Free stock data and market news for any MCP-compatible AI assistant.
Google Workspace MCP
Freeby Taylorwilsdon Β· Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI
