x402 Facilitator Proxy for Grok
io.github.seob5285-alt/x402-facilitator-proxy
Multi-tenant HTTP 402 infrastructure gateway and stdio MCP server for machine payments.
client:Grok
transport:stdio
runtime:npm
Install x402 Facilitator Proxy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"x402-facilitator-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-facilitator-proxy"
]
}
}
}
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