ClawPay MCP — Non-Custodial x402 Payments for AI Agents for Cursor
io.github.up2itnow0822/clawpay-mcp
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
client:Cursor
transport:stdio
runtime:npm
Install ClawPay MCP — Non-Custodial x402 Payments for AI Agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawpay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs