ClawPay MCP — Non-Custodial x402 Payments for AI Agents for Grok
io.github.up2itnow0822/clawpay-mcp
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
client:Grok
transport:stdio
runtime:npm
Install ClawPay MCP — Non-Custodial x402 Payments for AI Agents in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clawpay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
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