Odel
Z Zero mcp

Z Zero mcp

Local
@dempty-glitch1TypeScriptMITUpdated 2w ago

Payments for AI agents: gasless USDC on Base + JIT single-use virtual cards, PAN never in context.

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).

npmz-zero-mcp-serverv1.10.1

Run

npx -y z-zero-mcp-server

MCP client config

{
  "mcpServers": {
    "z-zero-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "z-zero-mcp-server"
      ]
    }
  }
}