← Registry

eCommerce

shieldz.cash

Creates crypto payment links and tip jars with no setup required.

1 endpoint3 known toolsFirst detected July 6, 2026Last detected July 25, 2026

ENDPOINT 1

https://shieldz.cash/mcp

No auth detected

MCP server metadata

Name
shieldz
Version
0.3.0
Capabilities
tools
Server instructions

Keyless, non-custodial crypto payments. create_payment_link and create_tip_jar need only a wallet address; no API key.

Known tools 3

create_payment_link

Create a one-time crypto payment link with ZERO setup, no account, no API key.

Potential side effects
create_tip_jar

Create a reusable 'pay what you want' tip jar with ZERO setup.

Potential side effects
get_account_status

Look up a keyless Shieldz account by its manage_token (returned when you create a payment link or tip jar).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.shieldz]
url = "https://shieldz.cash/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shieldz": {
      "type": "http",
      "url": "https://shieldz.cash/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shieldz
Remote MCP URL: https://shieldz.cash/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "shieldz": {
      "url": "https://shieldz.cash/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shieldz": {
      "type": "http",
      "url": "https://shieldz.cash/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shieldz",
  "transport": "streamable-http",
  "url": "https://shieldz.cash/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.