← Index

Path402 — Tokenised Web Content for AI Agents

io.github.b0ase/path402·v1.3.2·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "path402": {
      "command": "npx",
      "args": [
        "-y",
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "<path402_api_url>",
        "PATH402_DEFAULT_BUDGET": "<path402_default_budget>",
        "PATH402_WALLET_WIF": "<your-path402_wallet_wif>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "path402": {
      "command": "npx",
      "args": [
        "-y",
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "<path402_api_url>",
        "PATH402_DEFAULT_BUDGET": "<path402_default_budget>",
        "PATH402_WALLET_WIF": "<your-path402_wallet_wif>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y path402
§02  Environment variables
PATH402_API_URL

Base URL of the Path402 API server (default: https://path402.com)

PATH402_DEFAULT_BUDGET

Default spending budget in satoshis for token acquisitions

PATH402_WALLET_WIF
secret

BSV wallet private key (WIF format) for on-chain acquisitions

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other