Odel
x402 Triage MCP

x402 Triage MCP

Local
@tatelyman1TypeScriptMITUpdated 3mo ago

MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmx402-triage-mcpv0.1.1

Run

npx -y x402-triage-mcp

MCP client config

{
  "mcpServers": {
    "x402-triage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x402-triage-mcp"
      ]
    }
  }
}