Skip to content
Cursor

deadchannel for Cursor

io.github.plus8bit/deadchannel

Check an x402 endpoint before you pay it: verdict, risk score and what is wrong. $0.005 in USDC.

client:Cursor transport:stdio runtime:npm

Install deadchannel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deadchannel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "deadchannel-mcp"
      ],
      "env": {
        "DEADCHANNEL_PRIVATE_KEY": "<DEADCHANNEL_PRIVATE_KEY>",
        "DEADCHANNEL_URL": "<DEADCHANNEL_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

deadchannel in other clients