get_quote
Get the exact list price to order a service and quantity, with no account needed. Returns unit price and total in USD, priced by the same server-side path a real order uses (quantity bounds enforced), so trust it over doing the math from catalog prices. It places no order and charges nothing. The result's payment_methods says how the order can be paid: from a connected GrowVib account (OAuth at the /mcp endpoint, then place_order), or, when listed, with no account at all over x402 (USDC on Base or Solana, via place_paid_order or the REST endpoint it names; payment_methods.x402.networks lists the rails).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | Yes | Quantity to order (e.g. number of members or views). | |
| service_id | Yes | The service id from search_catalog. | |
| service_option_id | No | Optional specific service option id; defaults to the service's primary option. |