The observability hub for the AI-agent era
Cursor, Claude Code, and Codex can now invoke idcd's global probe capabilities through the standard MCP protocol.
Typical use cases
What your AI assistant can do now
DevOps incident triage
Have Claude / Cursor run Ping, MTR, and SSL expiry checks from global nodes directly. The AI produces a root-cause report without anyone SSHing in.
“Check api.example.com latency from Japan and Europe, give me an MTR route map.”
CI/CD automatic monitoring
Wire a Service Token into your pipeline; every deploy auto-calls probe_http + probe_ssl to verify rollout health. AI summarizes when something fails.
“After deploy, verify the HTTPS cert and API latency; alert if p95 > 800ms.”
Outbound observability for AI apps
When your LLM app calls external APIs, idcd MCP measures each outbound link in real time. Agents flag slow APIs and suggest alternatives.
“Compare OpenAI vs Claude API latency from mainland China — recommend the best endpoint.”
Three steps, zero learning curve
Cursor
{
"mcpServers": {
"idcd": {
"url": "https://mcp.idcd.com/sse",
"token": "YOUR_TOKEN"
}
}
}Claude Code
claude mcp add idcd \
--transport sse \
https://mcp.idcd.com/sseCodex
export MCP_SERVER_URL=https://mcp.idcd.com/sse
export MCP_TOKEN=YOUR_TOKEN
codex --mcp $MCP_SERVER_URLNo token yet? Create one in the console →
8 tools, ready out of the box
Full-stack network probing — agents always know the network state.
pingMeasure latency and packet loss to a hosthttpHTTP/HTTPS availability and response timednsDNS resolution lookuptracerouteTrace the network path to a hostsslSSL/TLS certificate validity and expirydiagnoseOne-shot diagnostic (ping/DNS/HTTP/SSL)ipIP geolocation and ASN lookupwhoisWHOIS registration for a domain or IPFlexible token tiers
Personal token
24h
For personal debugging. Try out every MCP tool quickly.
Workspace token
90d
Shared across a team — multiple members hit the same MCP endpoint.
Service token
90d, auto-renewing
For CI/CD pipelines. Transparent auto-refresh.
MCP access is included in every plan — try it on the Free tier.
Sign up and get MCP access immediately. Free tier includes 10,000 MCP Units / day; no credit card.
Sign up free