auto_pay_checkout
Completes checkout on payment pages with visible totals by detecting Web3 or fiat payment methods. Reads required SOP first and fetches merchant hints for physical goods.
Instructions
⚠️ MANDATORY: Read mcp://resources/sop first. Only use on PAYMENT pages where final total is visible. Auto-detects Web3 or Fiat and completes payment. For physical goods (Shopify, Etsy), get_merchant_hints first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_alias | Yes | Card alias to charge for JIT Fiat fallback, e.g. 'Card_01'. | |
| checkout_url | Yes | Full URL of the checkout/payment page to analyze and pay. |