Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
STRIPE_SECRET_KEYYesStripe Secret Key (starts with sk_) Docs.
STRIPE_WEBHOOK_SECRETNoStripe Webhook Secret (optional, for webhook verification) Docs.

Tools

ToolAccessDescription
List CustomersReadList Stripe customers with optional filtering
Get CustomerReadRetrieve detailed information about a specific customer
List PaymentsReadList payment intents with optional status filtering
Get BalanceReadRetrieve the current account balance
List SubscriptionsReadList subscriptions with optional status filtering
List InvoicesReadList invoices with optional customer and status filtering
List ChargesReadList charges with optional customer or payment intent filtering

Example prompts

  • Check my Stripe account balance and provide a summary of available and pending funds.
  • Show me the most recent successful payments in my Stripe account.
  • Give me an overview of my Stripe customers including total count and recent additions.
  • Show me the status of all active subscriptions and any that are expiring soon.