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.
PATH402_API_URLBase URL of the Path402 API server (default: https://path402.com)
PATH402_DEFAULT_BUDGETDefault spending budget in satoshis for token acquisitions
PATH402_WALLET_WIFsecretBSV wallet private key (WIF format) for on-chain acquisitions
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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 path402Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.