buy_credits
Purchase credits for Varrd's MCP server using USDC on Base network. Get a deposit address, send USDC, then confirm payment to receive credits for market analysis tools.
Instructions
Buy credits with USDC on Base. Two modes:
Call without payment_intent_id to get a Stripe deposit address.
Send USDC to that address, then call again with the payment_intent_id to confirm and receive credits. Default $5. Free — no credits consumed to call this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_cents | No | Amount in cents (default 500 = $5.00). Minimum $5. | |
| payment_intent_id | No | Stripe PaymentIntent ID from a previous buy_credits call. Pass this after sending USDC to confirm payment and receive credits. |