ZenithPay iconZenithPay
API Reference

ALL /mcp

Streamable HTTP MCP endpoint exposing zenithpay tools

Endpoint

ALL https://api.usezenithpay.xyz/mcp

Auth

Required headers:

  • Authorization: Bearer zpk_...
  • X-Agent-Address: 0x...

Description

MCP transport endpoint for persistent zenithpay_* tools.

Minimal MCP config

{
  "mcpServers": {
    "zenithpay": {
      "type": "http",
      "url": "https://api.usezenithpay.xyz/mcp",
      "headers": {
        "Authorization": "Bearer zpk_...",
        "X-Agent-Address": "0x..."
      }
    }
  }
}

On this page