Claude Code integration
First create and copy one MCP token from the dashboard.
Add the remote HTTP server
claude mcp add \
--transport http \
--scope user \
--header "Authorization: Bearer idcd_mcp_replace_with_your_token" \
idcd https://mcp.idcd.com/mcp
--scope user makes this server available across your projects. Remove that option if you only need the default project-local scope.
Verify
claude mcp list
Enter /mcp in Claude Code and confirm that idcd is connected with 13 tools.
Use idcd to run a comprehensive diagnostic for example.com.
Troubleshooting
401: the token is wrong, revoked, or contains an extra space/newline.- A server named
idcdalready exists: runclaude mcp remove idcd, then add it again. - The configuration exists but is not connected: run
claude mcp get idcdfor the reported error.
HTTP is Claude Code's recommended transport for remote MCP servers; its official documentation marks SSE as deprecated. See the Claude Code MCP documentation for the command format.