Skip to content
Cursor

Path402 — Tokenised Web Content for AI Agents for Cursor

io.github.b0ase/path402

AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol

client:Cursor transport:stdio runtime:npm

Install Path402 — Tokenised Web Content for AI Agents 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": {
    "path402": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "<PATH402_API_URL>",
        "PATH402_DEFAULT_BUDGET": "<PATH402_DEFAULT_BUDGET>",
        "PATH402_WALLET_WIF": "<PATH402_WALLET_WIF>"
      }
    }
  }
}

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

Path402 — Tokenised Web Content for AI Agents in other clients