# PromptRails + Stripe Integration

Source: https://0.0.0.0:8080/integrations/stripe

---

[All Integrations](/integrations)

![Stripe](/images/logos/stripe.svg)

# Stripe

Accounting

Manage Stripe customers, invoices, subscriptions, and payments. Your agents can look up transaction details, create invoices, and monitor subscription health.

## How to Connect

1.  1Go to the MCP Templates marketplace.
2.  2Find the Stripe template.
3.  3Enter your Stripe secret API key.
4.  4Add the template to your agent.

## Available Tools

`stripe_search_customers`

Search Stripe customers by query

`stripe_get_customer`

Get a Stripe customer by ID

`stripe_create_customer`

Create a new Stripe customer

`stripe_update_customer`

Update an existing Stripe customer

`stripe_list_subscriptions`

List Stripe subscriptions

`stripe_get_subscription`

Get a Stripe subscription by ID

`stripe_cancel_subscription`

Cancel a Stripe subscription

`stripe_list_invoices`

List Stripe invoices

`stripe_get_invoice`

Get a Stripe invoice by ID

`stripe_create_invoice`

Create a new Stripe invoice

`stripe_send_invoice`

Send a Stripe invoice to the customer

`stripe_list_payment_intents`

List Stripe payment intents

`stripe_get_payment_intent`

Get a Stripe payment intent by ID

`stripe_create_payment_intent`

Create a new Stripe payment intent

`stripe_list_payment_methods`

List Stripe payment methods for a customer

`stripe_create_payment_link`

Create a Stripe payment link

`stripe_list_products`

List Stripe products

`stripe_create_product`

Create a new Stripe product

`stripe_list_prices`

List Stripe prices

`stripe_create_price`

Create a new Stripe price

`stripe_create_refund`

Create a Stripe refund

`stripe_list_refunds`

List Stripe refunds

`stripe_get_balance`

Get the current Stripe account balance

[Documentation](/docs/mcp-tools)[Stripe API Reference](https://docs.stripe.com/api)

[Get Started](https://app.promptrails.ai)
