deadchannel for Grok
io.github.plus8bit/deadchannel
Check an x402 endpoint before you pay it: verdict, risk score and what is wrong. $0.005 in USDC.
client:Grok
transport:stdio
runtime:npm
Install deadchannel in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"deadchannel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deadchannel-mcp"
],
"env": {
"DEADCHANNEL_PRIVATE_KEY": "<DEADCHANNEL_PRIVATE_KEY>",
"DEADCHANNEL_URL": "<DEADCHANNEL_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs