Path402 — Tokenised Web Content for AI Agents for Grok
io.github.b0ase/path402
AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol
client:Grok
transport:stdio
runtime:npm
Install Path402 — Tokenised Web Content for AI Agents in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"path402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"path402"
],
"env": {
"PATH402_API_URL": "<PATH402_API_URL>",
"PATH402_DEFAULT_BUDGET": "<PATH402_DEFAULT_BUDGET>",
"PATH402_WALLET_WIF": "<PATH402_WALLET_WIF>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs