AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol
claude mcp add path402 -- npx -y path402
claude_desktop_config.json
{
"mcpServers": {
"path402": {
"command": "npx",
"args": [
"-y",
"path402"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"path402": {
"command": "npx",
"args": [
"-y",
"path402"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"path402": {
"command": "npx",
"args": [
"-y",
"path402"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"path402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"path402"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"path402": {
"command": "npx",
"args": [
"-y",
"path402"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.b0ase--path402/reviews or the review_server meta-tool.
POST /mcp