MCP.so
Sign In

Shieldz

@shieldzcash

About Shieldz

MCP server for Shieldz — AI agents create non-custodial crypto invoices.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "shieldz": {
      "command": "npx",
      "args": [
        "-y",
        "@shieldz/mcp"
      ]
    }
  }
}

Tools

3

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

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.

Overview

What is Shieldz?

MCP server for Shieldz — AI agents create non-custodial crypto invoices.

How to use Shieldz?

The README includes setup instructions such as "command": "npx",.

Key features of Shieldz

  • get_account_status — look up settlement details, tip jars, totals, and invoices by manage_token
  • SHIELDZ_API_KEY (optional) — enables the invoice tools. Omit for keyless mode
  • SHIELDZ_BASE_URL (optional) — defaults to https://shieldz.cash

Use cases of Shieldz

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Shieldz

Where is the source code for Shieldz?

The source code is linked from the repository URL on this page.

Does Shieldz include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Shieldz?

The source code is linked from the repository URL on this page.

Does Shieldz include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers