Tools that your AI agent can use through this MCP server to interact with Stripe
Update a customer. See the docs for more information
Retrieves the details of an existing invoice. See the docs for more information
Retrieve a single line item on an invoice. See the docs for more information
Retrieves the details of an existing customer. See the docs for more information
Given a checkout session ID, retrieve the line items. See the docs
Cancel or reverse a payout. A payout can be canceled only if it has not yet been paid out. A payout can be reversed only if it has already been paid out. Funds will be refunded to your available balance. See the docs for more information
Creates a new product object in Stripe. See the documentation
Creates a new price for an existing product. The price can be recurring or one-time. See the documentation
Mark an invoice as uncollectible. See the docs for more information
Void an invoice. See the docs for more information
Update the metadata on a refund. See the docs for more information
Update the metadata on a payout. See the docs for more information
Update a payment intent. See the docs for more information
Update an invoice line item. See the docs for more information
Update an invoice. See the docs for more information
Manually send an invoice to your customer out of the normal schedule for payment (note that no emails are actually sent in test mode). See the docs for more information
Retrieves the details of an existing refund. See the docs for more information
Retrieve a product by ID. See the docs
Retrieves the details of an existing product price. See the docs for more information
Retrieves the details of an existing payout. See the docs for more information
Retrieves the details of a payment intent that was previously created. See the docs for more information
A Checkout Session represents your customer's session as they pay for one-time purchases or subscriptions through Stripe Checkout. See the docs for more information
Retrieves the current account balance, based on the authentication that was used to make the request. See the docs for more information
Find or list refunds. See the docs for more information
Find or list payouts. See the docs for more information
Retrieves a list of payment intent that were previously created. See the docs for more information
Find or list invoices. See the docs for more information
Find or list customers. See the docs for more information
Returns the last 100 transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first. See the docs for more information
Finalize a draft invoice. See the docs for more information
Delete a draft invoice, or void a non-draft or subscription invoice. See the docs for more information
Delete a line item from an invoice. See the docs for more information
Delete a customer. See the docs for more information
With metered billing, you charge your customers based on their consumption of your service during the billing cycle, instead of explicitly setting quantities. Use this action to create a usage record for metered billing. See the docs for more information
Create a subscription. See docs here
Creating a new refund will refund a charge that has previously been created but not yet refunded. Funds will be refunded to the credit or debit card that was originally charged. You can optionally refund only part of a charge. You can do so multiple times, until the entire charge has been refunded. Once entirely refunded, a charge can't be refunded again. See the docs for more information
Send funds to your own bank account. Your Stripe balance must be able to cover the payout amount, or you'll receive an 'Insufficient Funds' error. See the docs for more information
Create a payment intent. Seethe docs for more information
Add a line item to an invoice. See the docs for more information
Create an invoice. See the docs for more information
Create a customer. See the docs for more information
Confirm that your customer intends to pay with current or provided payment method. Upon confirmation, Stripe will attempt to initiate a payment. See the docs for more information
Capture the funds of an existing uncaptured payment intent. See the docs for more information
Cancel a payment intent. Once canceled, no additional charges will be made by the payment intent and any operations on the payment intent will fail with an error. For payment intents with status=requires_capture
, the remaining amount_capturable will automatically be refunded. See the docs for more information