Server data from the Official MCP Registry
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Remote endpoints: streamable-http: https://shieldz.cash/mcp
This is a well-structured MCP server for crypto payments with proper authentication design and input validation. The server correctly treats API keys as optional and separates keyless tools from authenticated ones. Permissions align well with its stated purpose—it makes HTTPS calls to Shieldz and reads environment variables for optional credentials. No dangerous patterns detected. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SHIELDZ_API_KEY
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Model Context Protocol (MCP) server for Shieldz. 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.
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:
{ "mcpServers": { "shieldz": { "url": "https://shieldz.cash/mcp" } } }
Local (stdio) — run via npx:
{
"mcpServers": {
"shieldz": {
"command": "npx",
"args": ["-y", "@shieldz/mcp"]
}
}
}
Set SHIELDZ_API_KEY to additionally enable richer invoice management: create_invoice, get_invoice, list_invoices.
{
"mcpServers": {
"shieldz": {
"command": "npx",
"args": ["-y", "@shieldz/mcp"],
"env": { "SHIELDZ_API_KEY": "sk_live_…" }
}
}
}
Get an API key from your merchant dashboard → Developers.
SHIELDZ_API_KEY (optional) — enables the invoice tools. Omit for keyless mode.SHIELDZ_BASE_URL (optional) — defaults to https://shieldz.cash.MIT © Deniz Yanbollu / Shieldz
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.