ClawPay MCP — Non-Custodial x402 Payments for AI Agents✓
io.github.up2itnow0822/clawpay-mcp · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.up2itnow0822/clawpay-mcp",
"description": "Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.",
"title": "ClawPay MCP — Non-Custodial x402 Payments for AI Agents",
"repository": {
"url": "https://github.com/up2itnow0822/clawpay-mcp",
"source": "github"
},
"version": "1.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "clawpay-mcp",
"version": "1.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key for the agent wallet (hex, without 0x prefix)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENT_PRIVATE_KEY"
},
{
"description": "Base RPC URL (defaults to public Base mainnet)",
"format": "string",
"name": "BASE_RPC_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}