← shieldz.cash
INDIVIDUAL MCP TOOL
get_account_status
Look up a keyless Shieldz account by its manage_token (returned when you create a payment link or tip jar).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT 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.
Related tools
create_payment_link— Create a one-time crypto payment link with ZERO setup, no account, no API key.create_tip_jar— Create a reusable 'pay what you want' tip jar with ZERO setup.