Z MCP Server

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

Remote serverstreamable-httpGo

What is the Z MCP server?

Payments for AI agents: gasless USDC on Base + JIT single-use virtual cards, PAN never in context. The z mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.

What it actually does

Z-ZERO fixes that. One MCP server gives your agent (Claude, Cursor, any MCP-compatible client) two payment rails — gasless USDC on Base for crypto-native checkouts, and JIT single-use virtual cards for the 99% of the web that only takes cards — while the model never sees a real card number.

  • Shared checkout intelligence — — every transaction (and every failure) makes the network smarter
  • An open standard for agent payments — — any agent platform plugs in via MCP; any rail (cards, USDC, x402) can be added
  • KYA — Know Your Agent — — verifiable agent reputation. The question isn't "can this agent pay?" but "should you trust it to?"

Its toolset

Everything the assistant can do here goes through one of these:

  • Double — check you copied the full key (e.g. zk_live_c0g3l)

Configuration

You will need one environment variable: Z_ZERO_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js v18+nodejs.org - Passport Key — starts with zk_live_, get it from the dashboard above ---

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Z's toolset — Double — is a fair guide to whether it matches your workflow. It is maintained by Dempty-glitch; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Z's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the z mcp server does with a few real requests.

Available tools

ToolWhat it does
Doublecheck you copied the full key (e.g. zk_live_c0g3l)

How to install the Z MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js v18+nodejs.org - Passport Key — starts with zk_live_, get it from the dashboard above ---
VariableDescriptionRequired
Z_ZERO_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Z to Double.

Frequently asked questions

It connects Z to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Double) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Z directly.