Standard MCP protocol
13 tools
13
MCP tools
52
Global probes
1
MCP token

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

terminal
export IDCD_MCP_TOKEN='idcd_mcp_YOUR_TOKEN'
codex mcp add idcd \
  --url https://mcp.idcd.com/mcp \
  --bearer-token-env-var IDCD_MCP_TOKEN

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "idcd": {
      "url": "https://mcp.idcd.com/mcp",
      "headers": {
        "Authorization": "Bearer idcd_mcp_YOUR_TOKEN"
      }
    }
  }
}

Claude Code

terminal
claude mcp add \
  --transport http \
  --scope user \
  --header "Authorization: Bearer idcd_mcp_YOUR_TOKEN" \
  idcd https://mcp.idcd.com/mcp

No 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 lookup
dnsDNS resolution lookup
httpHTTP/HTTPS availability and response time
pingMeasure latency and packet loss to a host
sslSSL/TLS certificate validity and expiry
whoisWHOIS registration for a domain or IP
tracerouteTrace the network path to a host
diagnoseOne-shot diagnostic (ping/DNS/HTTP/SSL)
icpChina ICP filing data for a domain
list_nodesList available probe nodes
check_monitorRead recent checks for a monitor
create_monitorCreate a monitor in your account
generate_verdictCreate a Verdict report job

One 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

13 tools
  1. 1Enter a recognizable name
  2. 2Copy the plaintext immediately after creation; it is shown once
  3. 3Send it as a Bearer token to https://mcp.idcd.com/mcp
  4. 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