Path402 — Tokenised Web Content for AI Agents✓
io.github.b0ase/path402 · v1.3.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.b0ase/path402",
"description": "AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol",
"title": "Path402 — Tokenised Web Content for AI Agents",
"repository": {
"url": "https://github.com/b0ase/path402",
"source": "github"
},
"version": "1.3.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}