
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@shieldz/mcp
Advanced tools
Model Context Protocol (MCP) server for Shieldz — let AI agents create and look up non-custodial crypto payment invoices.
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).create_tip_jar — a reusable "pay what you want" page; the payer chooses the amount.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.
{
"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
FAQs
Model Context Protocol (MCP) server for Shieldz. Let AI agents accept non-custodial crypto payments with no API key: keyless payment links and tip jars.
The npm package @shieldz/mcp receives a total of 58 weekly downloads. As such, @shieldz/mcp popularity was classified as not popular.
We found that @shieldz/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.