← Back to browse

Path402 — Tokenised Web Content for AI Agents

Indexed by io.github.b0ase

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPATH402_API_URL PATH402_DEFAULT_BUDGET PATH402_WALLET_WIF
Claude Code
claude mcp add --env PATH402_API_URL= --env PATH402_DEFAULT_BUDGET= --env PATH402_WALLET_WIF= path402 -- npx path402
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"path402","command":"npx","args":["path402"],"env":{"PATH402_API_URL":"","PATH402_DEFAULT_BUDGET":"","PATH402_WALLET_WIF":""}}'
JSON
{
  "mcpServers": {
    "path402": {
      "command": "npx",
      "args": [
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "",
        "PATH402_DEFAULT_BUDGET": "",
        "PATH402_WALLET_WIF": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.