Connect Your AI Agent with Stripe for Slack

Integrate Stripe MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Stripe
Stripe
Stripe powers online and in-person payment processing and financial solutions for businesses of all sizes.

Categories

Commerce

Available Tools

Tools that your AI agent can use through this MCP server to interact with Stripe

Update a Customer

Update a customer. See the docs for more information

Retrieve an Invoice

Retrieves the details of an existing invoice. See the docs for more information

Retrieve Invoice Line Item

Retrieve a single line item on an invoice. See the docs for more information

Retrieve a Customer

Retrieves the details of an existing customer. See the docs for more information

Retrieve Checkout Session Line Items

Given a checkout session ID, retrieve the line items. See the docs

Cancel Or Reverse a Payout

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

Create Product

Creates a new product object in Stripe. See the documentation

Create Price

Creates a new price for an existing product. The price can be recurring or one-time. See the documentation

Write Off Invoice

Mark an invoice as uncollectible. See the docs for more information

Void Invoice

Void an invoice. See the docs for more information

Update a Refund

Update the metadata on a refund. See the docs for more information

Update a Payout

Update the metadata on a payout. See the docs for more information

Update a Payment Intent

Update a payment intent. See the docs for more information

Update Invoice Line Item

Update an invoice line item. See the docs for more information

Update Invoice

Update an invoice. See the docs for more information

Send Invoice

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

Retrieve a Refund

Retrieves the details of an existing refund. See the docs for more information

Retrieve Product

Retrieve a product by ID. See the docs

Retrieve a Price

Retrieves the details of an existing product price. See the docs for more information

Retrieve a Payout

Retrieves the details of an existing payout. See the docs for more information

Retrieve a Payment Intent

Retrieves the details of a payment intent that was previously created. See the docs for more information

Retrieve a Checkout Session

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

Retrieve the Current Balance

Retrieves the current account balance, based on the authentication that was used to make the request. See the docs for more information

List Refunds

Find or list refunds. See the docs for more information

List Payouts

Find or list payouts. See the docs for more information

List Payment Intents

Retrieves a list of payment intent that were previously created. See the docs for more information

List Invoices

Find or list invoices. See the docs for more information

List Customers

Find or list customers. See the docs for more information

List Balance History

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 Draft Invoice

Finalize a draft invoice. See the docs for more information

Delete Or Void Invoice

Delete a draft invoice, or void a non-draft or subscription invoice. See the docs for more information

Delete Invoice Line Item

Delete a line item from an invoice. See the docs for more information

Delete a Customer

Delete a customer. See the docs for more information

Create a Usage Record

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 Subscription

Create a subscription. See docs here

Create a Refund

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

Create a Payout

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

Create a payment intent. Seethe docs for more information

Create Invoice Line Item

Add a line item to an invoice. See the docs for more information

Create Invoice

Create an invoice. See the docs for more information

Create a Customer

Create a customer. See the docs for more information

Confirm a Payment Intent

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 a Payment Intent

Capture the funds of an existing uncaptured payment intent. See the docs for more information

Cancel a Payment Intent

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