Skip to content

OpenClaw Integration

OpenClaw is an open-source multi-model AI client with MCP protocol support.

Configuration Steps

  1. Open OpenClaw → Settings → MCP Servers
  2. Click the Add button
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"
  1. 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"

Released under the MIT License.