Jettyd Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Jettyd 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 jettyd — gives AI agents direct access to IoT devices.
Connect Claude Desktop, Cursor, Continue, or any MCP-compatible client to your ESP32 devices.
npx @jettyd/mcpOr globally:
npm install -g @jettyd/mcpAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"jettyd": {
"command": "npx",
"args": ["@jettyd/mcp"],
"env": {
"JETTYD_API_KEY": "your-api-key-here"
}
}
}
}Add to your MCP config:
{
"jettyd": {
"command": "npx @jettyd/mcp",
"env": { "JETTYD_API_KEY": "your-api-key" }
}
}| Tool | Description |
|---|---|
list_devices | List all devices with status |
read_device | Get current sensor readings |
send_command | Send command to device (relay, LED, etc.) |
get_telemetry | Historical sensor readings |
push_rules | Push JettyScript automation rules |
"What's the temperature in the greenhouse?" → Calls read_device, reads shadow, returns current temperature"Turn on the irrigation relay for 30 seconds" → Callssend_commandwithrelay.onand{duration: 30000}
"Alert me if temperature goes above 30°C" → Calls push_rules with a threshold rule"Show me the humidity trend for the last 24 hours" → Calls get_telemetry with metric=air.humidity, period=24hSign up at jettyd.com and get your API key from the dashboard.
New to jettyd? The OpenClaw Blueprint walks through the complete setup in 6 steps — hardware, platform, OpenClaw connection, sensors, automations, and dashboard.
github.com/jettydiot/jettyd-mcp
MIT licence
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.