Zbd

36 tools. 17 can modify or destroy data without limits.

15 destructive tools with no built-in limits. Policy required.

Last updated:

17 can modify or destroy data
19 read-only
36 tools total

Community server · catalogue entry checked 07/07/2026

How to control Zbd ↓

What Zbd exposes to your agents

Read (19) Write / Execute (2) Destructive / Financial (15)
Critical Risk

The most dangerous Zbd tools

17 of Zbd's 36 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Zbd

PolicyLayer is an MCP gateway — it sits between your AI agents and Zbd, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "create_charge_gamertags": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "revoke_vouchers": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_authorization_url_oauth2": {
    "limits": [
      {
        "counter": "create_authorization_url_oauth2_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_ip_support_utils": {
    "limits": [
      {
        "counter": "check_ip_support_utils_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Zbd — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON ZBD →

Instant setup, no code required.

All 36 Zbd tools

READ 19 tools
Read check_ip_support_utils Verify if a user is coming from a supported region. Read decode_lightning_charge_utils Understand the inner properties of a Charge QR code. Read get_api_endpoint_schema Get the schema for an endpoint in the Zbd Payments TypeScript API. You can use the schema returned by this too Read list_api_endpoints List or search for all endpoints in the Zbd Payments TypeScript API Read list_prod_ips_utils Get the official IP addresses of ZBD servers. Read refresh_token_oauth2 Generate a new accessToken for a ZBD Login user. Read retrieve_balance_wallet Retrieve all data about a ZBD Project Read retrieve_btc_usd_utils Get the latest price for Bitcoin in US Dollars. Read retrieve_by_gamertag_gamertags Retrieve Gamertag from a ZBD user ID. Read retrieve_by_zbd_id_gamertags Retrieve ZBD user ID from a Gamertag. Read retrieve_lightning_charges Retrieve all data about a single Charge. Read retrieve_lightning_payments Retrieve all data about a single Payment. Read retrieve_lightning_static_charges Retrieve all data about a single Static Charge. Read retrieve_payment_gamertags Retrieve all data about a Payment sent to ZBD User. Read retrieve_user_data_oauth2 Fetch user-related information about a logged-in ZBD User. Read retrieve_vouchers Get Voucher Read retrieve_wallet_data_oauth2 Fetch wallet-related information about a logged-in ZBD User. Read retrieve_withdrawal_requests Retrieve all data about a single Withdrawal Request. Read validate_lightning_address Verify the validity of a Lightning Address.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Zbd

Can an AI agent move money through the Zbd MCP server? +

Yes. The Zbd server exposes 14 financial tools including create_charge_gamertags, create_charge_lightning_address, create_lightning_charges. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Zbd MCP server? +

Yes. The Zbd server exposes 1 destructive tools including revoke_vouchers. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Zbd? +

The Zbd server has 2 write tools including create_authorization_url_oauth2, update_lightning_static_charges. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Zbd.

How many tools does the Zbd MCP server expose? +

36 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 19 are read-only. 17 can modify, create, or delete data.

How do I enforce a policy on Zbd? +

Register the Zbd MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Zbd tool call.

Deterministic rules across all 36 Zbd tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

36 Zbd tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Zbd's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.