← Back to Plugins
MCP Server MCP

Path402 — Tokenised Web Content for AI Agents

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "path402",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Path402 API server (default: https://path402.com)",
          "format": "string",
          "name": "PATH402_API_URL"
        },
        {
          "description": "Default spending budget in satoshis for token acquisitions",
          "format": "string",
          "name": "PATH402_DEFAULT_BUDGET"
        },
        {
          "description": "BSV wallet private key (WIF format) for on-chain acquisitions",
          "format": "string",
          "isSecret": true,
          "name": "PATH402_WALLET_WIF"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...