Client Integration
Choose your preferred AI client and view the MCP configuration guide.
Two Integration Methods
Hosted HTTP Mode (Recommended)
No local Python installation required. Just configure a single URL:
json
{
"mcpServers": {
"sentinel": {
"url": "https://mcp.priceminder.online?key=YOUR_MCP_KEY"
}
}
}Local stdio Mode
Suitable for local developer debugging:
json
{
"mcpServers": {
"sentinel": {
"command": "uvx",
"args": ["sentinel-mcp-server"],
"env": {
"SENTINEL_API_BASE": "https://priceminder.online/api/v1",
"SENTINEL_TOKEN": "YOUR_API_TOKEN"
}
}
}
}Support Level Legend
- P0 (Recommended): Fully tested, recommended for priority use
- P1: Basic testing passed, features work normally
- P2: Community-reported as functional, not fully tested
