shieldz-mcp
MCP server for Shieldz, the non-custodial crypto payment gateway. AI agents create invoices and accept crypto payments with $0 platform fees.
Documentation
@shieldz/mcp
**Model Context Protocol (MCP) server for Shieldz.** Lets an AI agent (Claude, etc.) accept non-custodial crypto payments and sell digital products.
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`.
- `create_unlock` — sell a digital product: a pay-to-unlock page for a file link, license key, or secret text (up to 100k chars). The buyer pays and the payload is revealed on their paid confirmation, automatically. Args: `address`, `price_usd`, `payload`, `aup_accepted`, optional `title`, `description`, `chain`, `asset`, `email`. (To deliver an uploaded file up to 10 MB, post multipart to `/api/v1/unlocks`.)
- `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"]
}
}
}API-key tools (full merchant account)
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.
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
Frequently asked questions
What is shieldz-mcp?
shieldz-mcp is MCP server for Shieldz, the non-custodial crypto payment gateway. AI agents create invoices and accept crypto payments with $0 platform fees.
How do I install shieldz-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is shieldz-mcp open source?
Yes — it is hosted on GitHub at https://github.com/ShieldZCash/shieldz-mcp.
Related MCP tools
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Code research platform for AI agents; find, understand, and prove context across your code and all of GitHub, in a fraction of the tokens. One toolset, MCP or CLI
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP