deadchannel for VS Code
io.github.plus8bit/deadchannel
Check an x402 endpoint before you pay it: verdict, risk score and what is wrong. $0.005 in USDC.
client:VS Code
transport:stdio
runtime:npm
Install deadchannel in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "deadchannel-private-key",
"description": "DEADCHANNEL_PRIVATE_KEY",
"password": true
},
{
"type": "promptString",
"id": "deadchannel-url",
"description": "DEADCHANNEL_URL",
"password": true
}
],
"servers": {
"deadchannel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deadchannel-mcp"
],
"env": {
"DEADCHANNEL_PRIVATE_KEY": "${input:deadchannel-private-key}",
"DEADCHANNEL_URL": "${input:deadchannel-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs