Standard MCP protocol
8 tools
8
MCP tools
30+
Global probes
Free
Ready to use

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

.cursor/mcp.json
{
  "mcpServers": {
    "idcd": {
      "url": "https://mcp.idcd.com/sse",
      "token": "YOUR_TOKEN"
    }
  }
}

Claude Code

terminal
claude mcp add idcd \
  --transport sse \
  https://mcp.idcd.com/sse

Codex

terminal
export MCP_SERVER_URL=https://mcp.idcd.com/sse
export MCP_TOKEN=YOUR_TOKEN

codex --mcp $MCP_SERVER_URL

No 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 host
httpHTTP/HTTPS availability and response time
dnsDNS resolution lookup
tracerouteTrace the network path to a host
sslSSL/TLS certificate validity and expiry
diagnoseOne-shot diagnostic (ping/DNS/HTTP/SSL)
ipIP geolocation and ASN lookup
whoisWHOIS registration for a domain or IP

Flexible token tiers

Personal token

Debug

24h

For personal debugging. Try out every MCP tool quickly.

Workspace token

Team

90d

Shared across a team — multiple members hit the same MCP endpoint.

Service token

Automation

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