Claude Code integrationdeepceek
Wire idcd MCP into Claude Code and Claude gains the ability to probe networks from around the world.豆包手机版入口
Prerequisites微信ai
- Claude Code豆包怎么用 installed
- API key generated in the idcd dashboard千问是什么
- Go 1.21+ (used to build the MCP server)
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下载
Option A: CLI (recommended)豆包在线下载
# 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 pinghttp— HTTP / HTTPS reachabilitydns— DNS resolutiontraceroute— route tracingssl— SSL certificate inspectionip— IP ownership lookupwhois— WHOIS lookupdiagnose— 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.