Adds a security layer for AI agents making crypto payments through ClawVault's API. Claude can use request_payment to send USDC or other tokens, check_limits to validate amounts before sending, and get_payment_status to track approvals. Payments run through your configured spending limits and whitelists. If a payment falls within your rules, it auto-approves. If not, you get a Telegram notification and approve or deny manually. Also exposes get_vault for balance checks, list_transactions for history, and freeze_agent as an emergency kill switch. Reach for this when you want Claude to handle payments autonomously but need guardrails to prevent runaway spending or unauthorized recipients.
claude mcp add --transport stdio andrewszk-clawvault-mcp-server -- npx -y clawvault-mcp-server