Stripe
E-commerce and payment operations for customer service agents — look up charges, retrieve customer details, process refunds, check subscriptions, and view invoices.Requires the
stripe peer dependency.Quick Start
Config
Stripe secret API key. Falls back to
STRIPE_SECRET_KEY env var.Max items per list operation.
Tools
| Tool | Description |
|---|---|
stripe_list_charges | List recent charges, optionally filtered by customer. |
stripe_get_customer | Get customer details — email, name, balance, metadata. |
stripe_create_refund | Create a full or partial refund for a charge. |
stripe_list_subscriptions | List subscriptions filtered by customer or status. |
stripe_get_invoice | Get invoice details including amounts, status, and PDF link. |
Peer Dependency
Environment Variables
| Variable | Description |
|---|---|
STRIPE_SECRET_KEY | Stripe secret API key (sk_live_... or sk_test_...) |