mcp-server
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

FieldTypeDescription
id*stringMonitor ID
namestringNew display name
urlstringNew target: URL for http, host for ping/smtp, host:port for tcp
typestring (http | tcp | smtp | ping | ssl | dns)New check type
interval_secondsinteger (30 | 60 | 180 | 300 | 600 | 1800)New check interval in seconds
regionsarrayNew probe region list
groupstringNew group name
timeout_secondsintegerNew request timeout in seconds
expected_status_codesarrayHTTP status codes considered up
invertedbooleanEnable/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.