Pay-per-call agent APIs over x402: web scraping, token compression, and semantic cache.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y gate402-mcp
MCP client config
{
"mcpServers": {
"gate402-mcp": {
"command": "npx",
"args": [
"-y",
"gate402-mcp"
]
}
}
}