At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key from
STRIPE_SECRET_KEYis sent as theBearerprefixedAuthorizationheader. - Docs: https://docs.stripe.com/api/authentication
Credentials
Set these per environment. See Connect an integration.Tools
| Tool | Access | Description |
|---|---|---|
| List Customers | Read | List Stripe customers with optional filtering |
| Get Customer | Read | Retrieve detailed information about a specific customer |
| List Payments | Read | List payment intents with optional status filtering |
| Get Balance | Read | Retrieve the current account balance |
| List Subscriptions | Read | List subscriptions with optional status filtering |
| List Invoices | Read | List invoices with optional customer and status filtering |
| List Charges | Read | List 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.