Stripe

Payment

Complete Stripe payment processing toolkit. All tools for payments, customers, subscriptions, invoices, products, financial operations, and reporting. Perfect for comprehensive Stripe integration.

This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.

48 tools

Free account required. Works with Claude, Cursor, ChatGPT, and more. Other setup options ↓

Stripe
SKILL.md

Domain knowledge for Stripe payment processing — Payment Intents, customers, subscriptions, products, disputes, payouts

Tools in this Bundle (48)

Stripe Attach Payment Method

v1.0.0

Attach a payment method to a customer for future payments. After attaching, set it as the customer's default with stripe_upsert_customer(id='cus_...',...

Stripe Cancel Payment Intent

v1.0.0

Cancel a payment intent before it's confirmed or processed. Once canceled, it cannot be reused.

Stripe Cancel Payout

v1.0.0

Cancel a pending payout. Can only cancel payouts that haven't been paid yet.

Stripe Cancel Subscription

v1.0.0

Cancel a subscription immediately or at the end of the current billing period. Returns updated subscription object.

Stripe Confirm Payment Intent

v1.0.0

Confirm a payment intent to process the payment. After confirmation, the payment is charged. The payment intent must have a payment_method attached (e...

Stripe Create Charge

v1.0.0

Create a charge using the legacy Charges API. Prefer stripe_upsert_payment_intent for new integrations.

Stripe Create Payment Method

v1.0.0

Create a payment method (card, bank account, etc.). After creating, attach it to a customer with stripe_attach_payment_method, then optionally set it ...

Stripe Create Payout

v1.0.0

Create a payout to transfer funds to your bank account. Payouts are processed according to your payout schedule.

Stripe Create Price

v1.0.0

Create a price for a product. The product must already exist (use stripe_upsert_product first). Prices are immutable — to change pricing, create a new...

Stripe Create Refund

v1.0.0

Create a refund for a charge or payment intent. Provide either charge or payment_intent ID (not both). The charge/payment must have status 'succeeded'...

Stripe Create Usage Record

v1.0.0

Record usage for a metered subscription item. Used to calculate billing for usage-based subscriptions.

Stripe Delete Customer

v1.0.0

Permanently delete a customer. CAUTION: This action cannot be undone. All subscriptions will be canceled, payment methods removed, and the customer de...

Stripe Delete Product

v1.0.0

Delete a product. Cannot delete products with active prices or used in active subscriptions.

Stripe Detach Payment Method

v1.0.0

Detach a payment method from its customer. The payment method itself is not deleted but can no longer be used for that customer.

Stripe Fetch Balance

v1.0.0

Get current Stripe account balance including available balance, pending balance, and currency breakdown.

Stripe Fetch Balance Transaction

v1.0.0

Get detailed information about a specific balance transaction including amount, type, fee, and net amount.

Stripe Fetch Charge

v1.0.0

Get detailed information about a specific charge including amount, status, payment method, and customer.

Stripe Fetch Customer

v1.0.0

Get detailed information about a specific customer including contact info, payment methods, subscriptions, and balance.

Stripe Fetch Dispute

v1.0.0

Get detailed information about a specific dispute including status, amount, reason, and evidence submission deadline.

Stripe Fetch Payment Intent

v1.0.0

Get detailed information about a specific payment intent including status, amount, payment method, and customer.

Stripe Fetch Payment Method

v1.0.0

Get detailed information about a payment method including type, card details (masked), and customer association.

Stripe Fetch Payout

v1.0.0

Get detailed information about a specific payout including amount, status, arrival date, and failure reason if applicable.

Stripe Fetch Price

v1.0.0

Get detailed information about a specific price including amount, currency, and product association.

Stripe Fetch Product

v1.0.0

Get detailed information about a specific product including name, description, and pricing.

Stripe Fetch Refund

v1.0.0

Get detailed information about a specific refund including amount, status, reason, and associated charge.

Stripe Fetch Subscription

v1.0.0

Get detailed information about a specific subscription including status, items, billing cycle, and customer.

Stripe List Balance Transactions

v1.0.0

List balance transactions (charges, refunds, payouts, etc.) showing funds moving in and out of your Stripe account.

Stripe List Charges

v1.0.0

List charges with optional filtering by customer and date range. Returns paginated results.

Stripe List Customers

v1.0.0

List customers with optional filtering by email and date range. Returns paginated results with cursor for next page.

Stripe List Disputes

v1.0.0

List disputes. Returns paginated results. Use this to monitor chargebacks and disputes.

Stripe List Events

v1.0.0

List account events (payments, refunds, customer changes, etc.) for monitoring and triggering logic. Events are retained for 30 days.

Stripe List File Links

v1.0.0

List file links for files stored on Stripe. Returns URL, expiration status, and metadata for each link.

Stripe List Files

v1.0.0

List files uploaded to Stripe (reports, dispute evidence, identity documents). Returns name, size, purpose, and creation time.

Stripe List Payment Intents

v1.0.0

List payment intents with optional filtering by customer, status, and date range. Returns paginated results.

Stripe List Payment Methods

v1.0.0

List payment methods for a customer. Optionally filter by type.

Stripe List Payouts

v1.0.0

List payouts with optional filtering by status. Returns paginated results.

Stripe List Prices

v1.0.0

List prices with optional filtering by product and active status. Returns paginated results. Prices are immutable.

Stripe List Products

v1.0.0

List products with optional filtering by active status. Returns paginated results.

Stripe List Refunds

v1.0.0

List refunds with optional filtering by charge or payment intent. Returns paginated results.

Stripe List Setup Attempts

v1.0.0

List setup attempts for a payment method setup intent. Useful for reviewing and troubleshooting payment method creation.

Stripe List Shipping Rates

v1.0.0

List available shipping rates configured in your Stripe account. Returns rate details including amount, currency, and delivery estimates.

Stripe List Subscriptions

v1.0.0

List subscriptions with optional filtering by customer and status. Returns paginated results.

Stripe List Usage Records

v1.0.0

List usage record summaries for a metered subscription item. Shows consumption data for billing.

Stripe Submit Dispute Evidence

v1.0.0

Submit evidence for a dispute. Evidence can include receipts, customer communication, shipping information, and more.

Stripe Upsert Customer

v1.0.0

Create a new customer or update an existing customer. For create: provide email (recommended) and other fields. For update: provide customer ID and on...

Stripe Upsert Payment Intent

v1.0.0

Create a new payment intent or update an existing one. For create: provide amount (required) and currency. Optionally attach a customer and payment_me...

Stripe Upsert Product

v1.0.0

Create a new product or update an existing product. Products represent goods or services you sell. For create: provide name (required). After creating...

Stripe Upsert Subscription

v1.0.0

Create a new subscription or update an existing one. For create: provide customer and items (price IDs from stripe_list_prices). Prerequisites: (1) cu...

Required Providers (1)

Stripe

Developer Tools
Stripe is a payment processing platform that allows businesses to accept and manage online transactions globally. Use...

Setup Instructions

Connect this Stripe MCP Bundle Server to any MCP client in minutes

Compatible with Claude Desktop, Cursor, and all Model Context Protocol clients

https://mcp.mcpbundles.com/bundle/stripe

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Stripe?

Sign in to start using these tools with your AI assistant

Stripe MCP Bundle Server - MCP Bundles • MCP Bundles