Account at a Glance
28 Tools Across 12 Domains
The Stripe MCP connector exposes the full breadth of Stripe's payment infrastructure through a structured tool interface. Each tool maps to a specific Stripe API operation, enabling autonomous agents to manage the complete payment lifecycle — from customer creation through dispute resolution — without direct API integration.
Create and retrieve customer records with full contact details, billing addresses, and metadata. Supports email-based filtering and pagination.
Define products with names and descriptions, then attach one-time or recurring prices in any currency. Supports complex billing intervals.
Build invoices programmatically — attach line items, set due dates, and finalize them to trigger payment collection.
Inspect payment intent records with status tracking (succeeded, pending, failed), amounts, and customer associations.
Manage recurring billing cycles — list active subscriptions, modify plan items with proration control, or cancel at period end.
Issue full or partial refunds against payment intents with reason codes: duplicate, fraudulent, or customer-requested.
Create percentage or fixed-amount coupons with configurable duration: once, repeating (N months), or forever.
Retrieve open or closed disputes and submit evidence packages to contest chargebacks with structured reason codes.
Generate shareable checkout URLs for any price/product combination — no frontend integration required.
Retrieve real-time account balance across available and pending states, broken down by source type and currency.
Query any Stripe object by ID or using Stripe's custom query syntax — customers, charges, subscriptions, and more.
Search the full Stripe documentation or API reference by natural language question, with optional language filtering.
Revenue Visualized
Data sourced from list_payment_intents and list_invoices. Charts below visualize payment distribution by customer, billing reason breakdown, and a simulated monthly revenue trend.
- Sub Cycle
- Sub Create
- One-Time
Create Operations
The Stripe MCP connector supports write operations alongside reads. The panel below simulates four create-type tool calls — create_customer, create_product, create_coupon, and create_payment_link — showing the exact input/output structure an agent would receive.
Creates a new customer record in Stripe with a name and optional email address.
This panel simulates the MCP tool call and response. In a live agent context, the MCP connector would execute the actual Stripe API operation.
Customers
Products & Prices
Invoices
Active Subscriptions
Payment Intents
Disputes
Dispute Evidence Submission
The update_dispute tool accepts a structured evidence object with up to 24 fields. The workflow below walks through selecting a dispute, building the evidence package, and previewing the exact MCP tool call that would be submitted to Stripe.
Focus on shipping documentation and delivery confirmation. Include tracking numbers and carrier records.
You've selected dispute du_1SsnUxExYa0bAJ1qTJbwyEWd for $75.00. The MCP tool update_dispute accepts an evidence object with up to 24 fields. Proceed to add your evidence.
