DO
Dominion Observatory
/check_anomaly
check anomaly
Check if observed behavior from an MCP server is anomalous compared to baselines. Use this when a server seems slow, unreliable, or returns unexpected results.
liveunknown~5s typical
mcpdominionobservatory
$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-com-dominionobservatory-observatory /check_anomaly for me.
Input
| Field | Type | Description |
|---|---|---|
| server_url* | string | The MCP server URL to check |
| observed_latency_ms | number | The latency you observed |
| observed_success_rate | number | Success rate you've observed (0.0 to 1.0) |
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-com-dominionobservatory-observatory","endpoint":"/check_anomaly","input":{"server_url":"..."}}'cli
npx cracked-ai run -p mcp-com-dominionobservatory-observatory -e /check_anomaly -i '{"server_url":"..."}'mcp
run_tool({ provider: "mcp-com-dominionobservatory-observatory", endpoint: "/check_anomaly", input: {"server_url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.