OpenClaw Integration
OpenClaw is an open-source multi-model AI client with MCP protocol support.
Configuration Steps
- Open OpenClaw → Settings → MCP Servers
- Click the Add button
Hosted HTTP Mode (Recommended)
json
{
"mcpServers": {
"sentinel": {
"url": "https://mcp.priceminder.online?key=YOUR_MCP_KEY"
}
}
}Local stdio Mode
OpenClaw uses YAML format for configuration:
yaml
name: sentinel
command: uvx
args: ["sentinel-mcp-server"]
env:
SENTINEL_API_BASE: "https://priceminder.online/api/v1"
SENTINEL_TOKEN: "YOUR_API_TOKEN"- Save and restart OpenClaw, then use it in conversations
Verification
After configuration, try the following conversations:
- "How have competitor prices been lately"
- "Check if the crawl system is running normally"