M
mcp-server
/update_monitor
Update monitor
Update a monitor's settings (name, url, interval, inverted, …). Cannot delete.
liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-vantaj-mcp-server /update_monitor for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Monitor ID |
| name | string | New display name |
| url | string | New target: URL for http, host for ping/smtp, host:port for tcp |
| type | string (http | tcp | smtp | ping | ssl | dns) | New check type |
| interval_seconds | integer (30 | 60 | 180 | 300 | 600 | 1800) | New check interval in seconds |
| regions | array | New probe region list |
| group | string | New group name |
| timeout_seconds | integer | New request timeout in seconds |
| expected_status_codes | array | HTTP status codes considered up |
| inverted | boolean | Enable/disable exposure monitoring (alert when reachable) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-co-vantaj-mcp-server","endpoint":"/update_monitor","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-co-vantaj-mcp-server -e /update_monitor -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-co-vantaj-mcp-server", endpoint: "/update_monitor", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.