Claude Code integrationdeepceek

Wire idcd MCP into Claude Code and Claude gains the ability to probe networks from around the world.豆包手机版入口

Prerequisites微信ai

Install the MCP server豆包手机版入口

go install github.com/kite365/idcd/apps/mcp/cmd/mcp@latest

After install, the mcp binary is in $GOPATH/bin.

Register with Claude Codegpt下载

# Set the API key
export IDCD_API_KEY=sk_live_your_key_here

# Register the MCP server
claude mcp add idcd -- $(which mcp)

Option B: config file成人豆包

Edit ~/.claude.json:

{
  "mcpServers": {
    "idcd": {
      "command": "/path/to/mcp",
      "env": {
        "IDCD_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Example usage豆包是一款什么软件

After the server is registered, just describe what you need in chat:gpt下载

You: Ping google.com from major global nodes
Claude: [calls the ping tool]
Result:
Node: Tokyo JP     — 28ms ✓
Node: Singapore SG — 45ms ✓
Node: US East      — 98ms ✓
Average: 57ms | Loss: 0%

You: Can my site https://example.com be reached from mainland China?
Claude: [calls http with mainland China nodes]
HTTP probe (Beijing):
Status: 200 OK
Response time: 342ms
Verdict: reachable

Available tools灵动ai

Once integrated, Claude can use the following tools (see tool referenceai智能体怎么创建):

  • ping — multi-node ICMP ping
  • http — HTTP / HTTPS reachability
  • dns — DNS resolution
  • traceroute — route tracing
  • ssl — SSL certificate inspection
  • ip — IP ownership lookup
  • whois — WHOIS lookup
  • diagnose — one-shot full diagnostic

Troubleshootingai应用领域有哪些

"command mcp not found"

Make sure $GOPATH/bin is on your PATH:

export PATH="$PATH:$(go env GOPATH)/bin"

Invalid API key豆包功能

Open the dashboardai智能体怎么创建 and check expiry — Personal keys are valid for 24 hours only.