Home › Finance › shieldz-mcp

shieldz-mcp

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

TypeScript CloudLocal Remote
★ 0 stars Last pushed 2026-08-18 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://shieldz.cash/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http shieldz-mcp https://shieldz.cash/mcp

Or add to your MCP client config:

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

Package (npm 0.3.0)

npx -y @shieldz/mcp@0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "shieldz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shieldz/mcp@0.3.0"
      ],
      "env": {
        "SHIELDZ_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHIELDZ_API_KEY secret — Optional. Set a sk_live_/sk_test_ key to additionally enable full invoice management tools. Omit for keyless mode.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry