Skip to content
Cursor

x402 Triage MCP for Cursor

io.github.tatelyman/x402-triage-mcp

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

client:Cursor transport:stdio runtime:npm

Install x402 Triage MCP in Cursor

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

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

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

x402 Triage MCP in other clients