M
mcp-server
/create_monitor
Create monitor
Create a new uptime monitor. Checks start immediately. Types: http, tcp (host:port URL), smtp, ping, ssl, dns. Set inverted=true for exposure monitoring (alert
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 /create_monitor for me.
Input
| Field | Type | Description |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| name* | string | Display name |
| url* | string | URL for http, host for ping/smtp, host:port for tcp |
| type* | string (http | tcp | smtp | ping | ssl | dns) | Check type |
| interval_seconds | integer (30 | 60 | 180 | 300 | 600 | 1800) | Check interval (default 300) |
| regions | array | Probe regions (defaults to all) |
| group | string | Optional group name |
| timeout_seconds | integer | Request timeout in seconds (default 30) |
| expected_status_codes | array | HTTP status codes considered up (default: any 2xx) |
| inverted | boolean | Exposure monitoring: up while unreachable, 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":"/create_monitor","input":{"project_id":"...","name":"...","url":"...","type":"http"}}'cli
npx cracked-ai run -p mcp-co-vantaj-mcp-server -e /create_monitor -i '{"project_id":"...","name":"...","url":"...","type":"http"}'mcp
run_tool({ provider: "mcp-co-vantaj-mcp-server", endpoint: "/create_monitor", input: {"project_id":"...","name":"...","url":"...","type":"http"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.