PluginBench
MCP Server
Maintained
MIT

Path402 — Tokenised Web Content for AI Agents MCP Server

io.github.b0ase/path402

What is the Path402 — Tokenised Web Content for AI Agents MCP server?

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

How to install Path402 — Tokenised Web Content for AI Agents

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "path402": {
      "command": "npx",
      "args": [
        "-y",
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "<YOUR_PATH402_API_URL>",
        "PATH402_DEFAULT_BUDGET": "<YOUR_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": "<YOUR_PATH402_API_URL>",
        "PATH402_DEFAULT_BUDGET": "<YOUR_PATH402_DEFAULT_BUDGET>",
        "PATH402_WALLET_WIF": "<YOUR_PATH402_WALLET_WIF>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "path402": {
      "command": "npx",
      "args": [
        "-y",
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "<YOUR_PATH402_API_URL>",
        "PATH402_DEFAULT_BUDGET": "<YOUR_PATH402_DEFAULT_BUDGET>",
        "PATH402_WALLET_WIF": "<YOUR_PATH402_WALLET_WIF>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "path402": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "<YOUR_PATH402_API_URL>",
        "PATH402_DEFAULT_BUDGET": "<YOUR_PATH402_DEFAULT_BUDGET>",
        "PATH402_WALLET_WIF": "<YOUR_PATH402_WALLET_WIF>"
      }
    }
  }
}
Claude Code
claude mcp add path402 --env PATH402_API_URL=<YOUR_PATH402_API_URL> --env PATH402_DEFAULT_BUDGET=<YOUR_PATH402_DEFAULT_BUDGET> --env PATH402_WALLET_WIF=<YOUR_PATH402_WALLET_WIF> -- npx -y path402

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →