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 or Cursor run Ping, traceroute, and TLS certificate checks directly, then turn the results into a root-cause report.
“Check api.example.com latency and trace the network path.”
CI/CD automatic monitoring
Use the same MCP token to call http and ssl after a deploy, verify rollout health, and let AI summarize any failure.
“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.”
One URL, three clients
Codex
export IDCD_MCP_TOKEN='idcd_mcp_YOUR_TOKEN'
codex mcp add idcd \
--url https://mcp.idcd.com/mcp \
--bearer-token-env-var IDCD_MCP_TOKENCursor
{
"mcpServers": {
"idcd": {
"url": "https://mcp.idcd.com/mcp",
"headers": {
"Authorization": "Bearer idcd_mcp_YOUR_TOKEN"
}
}
}
}Claude Code
claude mcp add \
--transport http \
--scope user \
--header "Authorization: Bearer idcd_mcp_YOUR_TOKEN" \
idcd https://mcp.idcd.com/mcpNo token yet? Create one in the console →
13 tools, ready out of the box
Full-stack network probing — agents always know the network state.
ipIP geolocation and ASN lookupdnsDNS resolution lookuphttpHTTP/HTTPS availability and response timepingMeasure latency and packet loss to a hostsslSSL/TLS certificate validity and expirywhoisWHOIS registration for a domain or IPtracerouteTrace the network path to a hostdiagnoseOne-shot diagnostic (ping/DNS/HTTP/SSL)icpChina ICP filing data for a domainlist_nodesList available probe nodescheck_monitorRead recent checks for a monitorcreate_monitorCreate a monitor in your accountgenerate_verdictCreate a Verdict report jobOne MCP credential for the current tool catalog
One long-lived credential accesses the full tool catalog until you explicitly revoke it. Revocation is irreversible; create a replacement credential when needed.
MCP connection token
- 1Enter a recognizable name
- 2Copy the plaintext immediately after creation; it is shown once
- 3Send it as a Bearer token to https://mcp.idcd.com/mcp
- 4Revoke it immediately when unused or exposed
MCP access is included in every plan — try it on the Free tier.
Sign up to use MCP. Current request limits are shown in the plan catalog; no credit card is required for the Free tier.
Sign up free