Hydrawise Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Hydrawise Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Hunter Hydrawise irrigation controllers. Exposes the Hydrawise REST API v1.6 as MCP tools for AI agent integration.
| Tool | Description |
|---|---|
get_customer_details | List controllers and account info |
get_watering_schedule | Zone schedules, run times, and sensors |
hydrawise_api | Raw API pass-through for any endpoint |
A hydrawise://api-reference resource provides full endpoint documentation to connected agents.
Write operations (setzone.php) are blocked by default. Set HYDRAWISE_ALLOW_WRITES=true to enable zone run/stop/suspend commands.
cp .env.example .env
# Add your API key to .env
docker build -t hydrawise-mcp .
docker run --env-file .env -p 8000:8000 hydrawise-mcp
curl http://localhost:8000/health| Variable | Required | Default | Description |
|---|---|---|---|
HYDRAWISE_API_KEY | Yes | — | API key from app.hydrawise.com |
HYDRAWISE_ALLOW_WRITES | No | false | Enable zone control commands |
PORT | No | 8000 | Server listen port |
Generate an API key at My Account → Generate API Key in app.hydrawise.com.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.