ENDPOINT 1
https://shieldz.cash/mcp
MCP server metadata
- Name
- shieldz
- Version
- 0.3.0
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_linkCreate a one-time crypto payment link with ZERO setup, no account, no API key.
Potential side effectsget_account_statusLook up a keyless Shieldz account by its manage_token (returned when you create a payment link or tip jar).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.