# Shieldz Mcp

> Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.

- **Type:** MCP server
- **Install:** `agentstack add mcp-shieldzcash-shieldz-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ShieldZCash](https://agentstack.voostack.com/s/shieldzcash)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.3.0
- **License:** MIT
- **Upstream author:** [ShieldZCash](https://github.com/ShieldZCash)
- **Source:** https://github.com/ShieldZCash/shieldz-mcp
- **Website:** https://shieldz.cash

## Install

```sh
agentstack add mcp-shieldzcash-shieldz-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# @shieldz/mcp

[](https://www.npmjs.com/package/@shieldz/mcp)

**Model Context Protocol (MCP) server for [Shieldz](https://shieldz.cash).** Lets an AI agent (Claude, etc.) accept non-custodial crypto payments.

Funds always settle to the wallet address you provide. Shieldz never holds your keys.

## Keyless tools (no account, no API key)

Give a destination wallet address and start accepting crypto in one call:

- `create_payment_link` — a one-time payment link (shareable URL + embeddable button + QR). Args: `address`, `amount_usd`, optional `chain` (default `base`), `asset` (default `USDC`), `memo`, `email`.
- `create_tip_jar` — a reusable "pay what you want" page; the payer chooses the amount. Args: `address`, optional `chain`, `asset`, `title`, `suggested_amounts_usd`, `slug`, `email`.
- `get_account_status` — look up settlement details, tip jars, totals, and invoices by `manage_token`.

These work with **zero configuration**. Pass an optional `email` so the owner can claim a full dashboard later via magic link.

**Remote (no install)** — point any MCP client at the hosted server:

```json
{ "mcpServers": { "shieldz": { "url": "https://shieldz.cash/mcp" } } }
```

**Local (stdio)** — run via npx:

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

## API-key tools (full merchant account)

Set `SHIELDZ_API_KEY` to additionally enable richer invoice management: `create_invoice`, `get_invoice`, `list_invoices`.

```json
{
  "mcpServers": {
    "shieldz": {
      "command": "npx",
      "args": ["-y", "@shieldz/mcp"],
      "env": { "SHIELDZ_API_KEY": "sk_live_…" }
    }
  }
}
```

Get an API key from your [merchant dashboard](https://merchant.shieldz.cash) → Developers.

### Environment

- `SHIELDZ_API_KEY` (optional) — enables the invoice tools. Omit for keyless mode.
- `SHIELDZ_BASE_URL` (optional) — defaults to `https://shieldz.cash`.

## License

MIT © Deniz Yanbollu / Shieldz

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ShieldZCash](https://github.com/ShieldZCash)
- **Source:** [ShieldZCash/shieldz-mcp](https://github.com/ShieldZCash/shieldz-mcp)
- **License:** MIT
- **Homepage:** https://shieldz.cash

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.3.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.3.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-shieldzcash-shieldz-mcp
- Seller: https://agentstack.voostack.com/s/shieldzcash
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
