Skip to main content
Glama
ShieldZCash

ShieldZ Crypto Payments

Official
by ShieldZCash

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHIELDZ_API_KEYNoAPI key for full merchant account. Enables invoice tools. If omitted, only keyless tools are available.
SHIELDZ_BASE_URLNoBase URL for Shieldz API. Defaults to https://shieldz.cash

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_payment_linkA

Create a one-time crypto payment link with ZERO setup, no account, no API key. Give a destination wallet address and an amount; get back a shareable pay_url, an embeddable button, and a manage_url. Non-custodial: funds settle directly to the address you provide. Optionally pass an email so the owner can claim a full dashboard later.

create_tip_jarA

Create a reusable 'pay what you want' tip jar with ZERO setup, no account, no API key. The payer chooses the amount. Returns a shareable /tip url, an embeddable button, and a manage_url. Idempotent per wallet address: calling again updates the same tip jar. Non-custodial: funds settle directly to the address you provide.

get_account_statusA

Look up a keyless Shieldz account by its manage_token (returned when you create a payment link or tip jar). Returns settlement details, tip jars, totals (paid/pending), and the full invoice list as structured JSON.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShieldZCash/shieldz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server