Vee3

Vee3 connects coding agents to a hosted catalog of live data and action tools through one MCP server at https://mcp.vee3.io/mcp.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Stripe.Accept Quote: Accept an open quote on the connected Stripe account. Accepting a quote moves it to accepted status and generates an invoice or subscription schedule from the quote's line items.
  • Stripe.Approve Review: Approve a Radar review on the connected Stripe account. Allows the held payment to proceed and closes the review. Call stripe.get_review first; the review must be open. Pass str
  • Stripe.Attach Payment Method: Attach an existing payment method to a customer. Prefer SetupIntents or PaymentIntents with setup_future_usage for new payment methods. Pass stripe_account_id from stripe

What data it sees

Do you need an account

No: the server works without sign-in

Vee3 connects coding agents to a hosted catalog of live data and action tools through one MCP server at https://mcp.vee3.io/mcp. Use it for market research, due diligence, competitive analysis, and fact-heavy tasks without leaving your editor.

Tools cover domain research (availability, WHOIS, DNS, RDAP, metrics), X (Twitter) search and profiles, Google Trends and keyword insights, SEO and backlinks, Google Maps places, YouTube and TikTok data, Rotten Tomatoes metadata, website screenshots, and free catalog discovery helpers.

Sign up at app.vee3.io for a free tier. Tool calls use token-based billing; failed calls are not charged.

Documentation URL

https://vee3.io/capabilities

Server tool list (60)

Raw names from tools/list. Only developers need these.

stripe.accept_quoteAccept an open quote on the connected Stripe account. Accepting a quote moves it to accepted status and generates an invoice or subscription schedule from the quote's line items. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.approve_reviewApprove a Radar review on the connected Stripe account. Allows the held payment to proceed and closes the review. Call stripe.get_review first; the review must be open. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.attach_payment_methodAttach an existing payment method to a customer. Prefer SetupIntents or PaymentIntents with setup_future_usage for new payment methods. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.cancel_payment_intentCancel a payment intent that is still cancelable, such as one awaiting capture or confirmation. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.cancel_payoutCancel a pending payout on the connected Stripe account. Only payouts that have not yet been paid can be canceled. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.cancel_quoteCancel a draft or open quote on the connected Stripe account. Canceled quotes cannot be reopened or accepted. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.cancel_refundCancel a pending refund on the connected Stripe account. Only refunds in requires_action status can be canceled. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.cancel_setup_intentCancel a SetupIntent that is no longer needed, transitioning it to a canceled state. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.cancel_subscriptionCancel a Stripe subscription. Set cancel_at_period_end to true to cancel at the end of the current billing period; omit or set false for immediate cancellation. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.cancel_terminal_actionCancel the current in-progress action on a terminal reader, such as an active payment collection. Provide the reader id; returns the reader with the action cleared. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.capture_chargeCapture a previously authorized charge on the connected Stripe account. Optionally pass amount to capture less than the full authorized amount. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.capture_payment_intentCapture funds from a payment intent with status requires_capture. Optionally capture less than the authorized amount. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.close_disputeClose a dispute on the connected Stripe account. Marks the dispute as closed when you accept the chargeback or finish submitting counter-evidence. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.confirm_payment_intentConfirm a payment intent when a payment method is already attached or provided. Use return_url for redirect-based payment methods that require customer authentication. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.confirm_setup_intentConfirm a setup intent so the customer can complete saving their payment method. Provide payment_method and return_url when required for authentication. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_billing_meter_eventReport usage to a Stripe billing meter. The payload must include the meter's customer and value keys (defaults: stripe_customer_id and value). Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_checkout_sessionCreate a Stripe Checkout session and return a hosted checkout URL for the customer to complete payment, subscribe, or save a payment method. Agents must redirect users to the returned url rather than collecting card details directly. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_couponCreate a new coupon on the connected Stripe account. Provide either `percent_off` or ad-hoc fixed-amount pricing with `amount_off` and `currency`. Set `duration_in_months` when `duration` is `repeating`. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_credit_noteIssue a credit note against a finalized invoice on the connected Stripe account. Provide invoice plus amount or line items to credit. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_customerCreate a new customer on the connected Stripe account. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_customer_portal_configurationCreate a customer portal configuration that controls the self-serve portal experience. The configuration defines which features customers can access (subscription management, invoice history, payment method updates, etc.) and the business profile displayed in the portal. Use the returned configuration id when creating portal sessions. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_customer_portal_sessionCreate a Stripe customer portal session and return the hosted portal URL. Agents must redirect customers to the returned url so they can manage their subscriptions, update payment methods, and view invoice history. Portal sessions are single-use and expire after a short time. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_fileUpload a file to Stripe on the connected account, for example dispute evidence or identity documents. This is not a raw file upload endpoint. First upload the file with files.upload_file and the @vee3/upload CLI, then pass the file_name returned by files.list_uploaded_files. Only files listed by list_uploaded_files can be sent to Stripe. Provide purpose (for example dispute_evidence) and file_name from list_uploaded_files. Use the returned file id in update-stripe-dispute evidence fields. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_invoiceCreate a draft invoice for a customer on the connected account. The invoice remains a draft until finalized. Add line items with create_stripe_invoice_item before finalizing. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_invoice_itemCreate a pending invoice item for a customer. The item is added to the customer's next invoice or a specified draft invoice. Provide either a Stripe Price id (`price`) or ad-hoc pricing with `unit_amount` and `currency` (mapped to Stripe's `amount` parameter), or `unit_amount_decimal` and `currency`. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_issuing_cardIssue a new virtual or physical Issuing card on the connected Stripe account. Provide cardholder id, currency, and type (virtual or physical). Optionally set initial status and metadata. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_issuing_cardholderCreate a new Issuing cardholder on the connected Stripe account. Provide type individual, name (full name printed on the card, max 24 characters), email, and billing address. Optionally include individual_first_name, individual_last_name, phone_number, and metadata. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_issuing_disputeCreate a new Issuing dispute on the connected Stripe account for a card transaction. Provide the transaction id. Optionally include evidence and metadata to support the dispute. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_payment_intentCreate a payment intent. Returns client_secret for client-side confirmation in your application's UI. Agents must not collect or handle raw card numbers or CVC; use Stripe.js, Checkout, or Payment Links for card entry. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_payment_linkCreate a shareable payment link that customers can use to complete checkout without embedding Stripe in your application. Returns a url to share with customers. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_payment_methodCreate a payment method. Never collect raw card numbers or CVC; use Stripe Checkout, Elements, or Stripe.js for card entry. For card type, only pass tokenized card data (for example a Stripe token) in the card object. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_payoutCreate a manual payout on the connected Stripe account. Transfers available balance to the default external account. Requires amount and currency. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_priceCreate a new price for a product. Provide currency and product id; set unit_amount for one-time or recurring billing, and recurring.interval for subscription prices. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_productCreate a new product on the connected Stripe account. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_promotion_codeCreate a customer-facing promotion code linked to an existing coupon. Optionally set a custom code string, active status, and redemption limits. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_quoteCreate a new quote on the connected Stripe account in draft status. Optionally attach a customer, line items, expiry date, and descriptive text. The quote can be finalized and sent to the customer for acceptance. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_refundCreate a refund on the connected Stripe account. Provide charge or payment_intent plus optional amount, reason, and metadata. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_report_runStart generating a financial report on the connected Stripe account. Provide a report_type id from list-stripe-report-types. Optionally pass parameters such as interval_start and interval_end. Poll stripe.get_report_run until status is succeeded, then download the report from the result URL. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_setup_intentCreate a setup intent to save a customer's payment method for future use without charging now. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_shipping_rateCreate a new shipping rate on the connected Stripe account. Provide a `display_name` and `type` (fixed_amount). When type is fixed_amount, supply `fixed_amount` with amount and currency. Optionally set a `delivery_estimate`, `tax_behavior`, and metadata. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_subscriptionCreate a new subscription for a customer. Provide customer and at least one subscription item with a price id. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_subscription_itemAdd a new item to an existing Stripe subscription. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_tax_calculationCalculate the tax owed for a potential transaction without committing any charges. Provide the `currency`, `line_items` (each with `amount`, `reference`, and optional `tax_code`), and either `customer` (existing customer id) or `customer_details` with an address. The result includes per-item tax amounts, a total breakdown, and expires after a short window. Use the returned calculation id with create-stripe-tax-transaction to record the tax once the payment is complete. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_tax_rateCreate a new tax rate on the connected Stripe account. Provide a human-readable `display_name` (shown on receipts), the `percentage` (for example 19 for 19%), and whether the rate is `inclusive` (tax included in the price) or exclusive. Optionally set `country`, `state`, `jurisdiction`, `tax_type`, and `description`. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.create_tax_transactionRecord a tax transaction from a completed tax calculation, confirming the tax liability. Provide the `calculation` id (taxcalc_...) and a unique `reference` string such as an order id. The transaction locks in the tax amounts and can be used for tax reporting and reversals. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_terminal_configurationCreate a terminal configuration on the connected Stripe account. Optionally set device-specific settings via `bbpos_wisepos_e`, `tipping`, and `verifone_p400` objects. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_terminal_connection_tokenCreate a short-lived connection token for the Stripe Terminal SDK. Pass the returned secret to a point-of-sale client so it can discover and communicate with readers. Optionally scope the token to a location id. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_terminal_locationCreate a terminal location on the connected Stripe account. Provide a `display_name` and physical `address` with required line1, city, and country fields. Optionally set line2, postal_code, state, and metadata. Returns the new location id for assigning readers. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_terminal_readerRegister a terminal reader on the connected Stripe account using its `registration_code` from the device packaging or admin console. Optionally set a label, assign a location id, and attach metadata. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 6 tokens.
stripe.create_usage_recordReport metered usage for legacy subscription-based billing. The timestamp must fall within the current billing period and must not be in the future. Prefer billing meter events for new usage-based billing integrations. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_couponPermanently delete a Stripe coupon via [Coupons delete](https://docs.stripe.com/api/coupons/delete). Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_customerPermanently delete a Stripe customer via [Customers delete](https://docs.stripe.com/api/customers/delete). Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_invoicePermanently delete a draft invoice on the connected account. Only draft invoices can be deleted; finalized invoices must be voided instead. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_invoice_itemDelete a pending invoice item from the connected Stripe account. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_productDelete a Stripe product via [Products delete](https://docs.stripe.com/api/products/delete). Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_subscription_itemRemove a subscription item from a Stripe subscription. Set clear_usage to true to delete all usage for metered plans. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_terminal_locationDelete a terminal location on the connected Stripe account. Readers must be removed or reassigned before deleting a location. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.delete_terminal_readerDelete a terminal reader from the connected Stripe account. The reader must not have an in-progress action. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.detach_payment_methodDetach a payment method from its customer so it can no longer be used for charges on that customer. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.
stripe.expire_checkout_sessionExpire an open checkout session so the hosted checkout URL can no longer be used. Completed or already expired sessions cannot be expired again. Pass stripe_account_id from stripe.get_connected_accounts or omit to use the default account. Cost = 5 tokens.