Claude Code integration豆包下载安装
Wire idcd MCP into Claude Code and Claude gains the ability to probe networks from around the world.爆款ai下载
Prerequisitesai下载官方版安装
- Claude Code石头扫地机器人官网 installed
- API key generated in the idcd dashboard百度ai app
- Go 1.21+ (used to build the MCP server)
Install the MCP serveragi和ai的区别
go install github.com/kite365/idcd/apps/mcp/cmd/mcp@latest
After install, the mcp binary is in $GOPATH/bin.
Register with Claude Code豆包下载安装
Option A: CLI (recommended)豆包和ai哪个更好
# 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 fileai是人工智能吗
Edit ~/.claude.json:
{
"mcpServers": {
"idcd": {
"command": "/path/to/mcp",
"env": {
"IDCD_API_KEY": "sk_live_your_key_here"
}
}
}
}
Example usage通往agi之路
After the server is registered, just describe what you need in chat:百度ai app
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 reference爆款ai下载):
ping— multi-node ICMP pinghttp— HTTP / HTTPS reachabilitydns— DNS resolutiontraceroute— route tracingssl— SSL certificate inspectionip— IP ownership lookupwhois— WHOIS lookupdiagnose— one-shot full diagnostic
Troubleshooting焦点ai官网
"command mcp not found"
Make sure $GOPATH/bin is on your PATH:
export PATH="$PATH:$(go env GOPATH)/bin"
Invalid API keyai人工智能对话
Open the dashboard智普ai and check expiry — Personal keys are valid for 24 hours only.