-
Notifications
You must be signed in to change notification settings - Fork 0
Open
NimbleBrainInc/mcp-stripe
#1Description
Service
- API docs: https://docs.stripe.com/api
- Auth: API key (Bearer token)
- Free tier: Yes (test mode, no charge)
Suggested Tools
list_customers- List and search customerscreate_customer- Create a new customercreate_invoice- Create and send invoiceslist_subscriptions- List active subscriptionsget_balance- Retrieve account balancelist_payments- List payment intentscreate_payment_link- Generate a payment link
Suggested Skills
invoice-customer- Look up a customer and create+send an invoicesubscription-report- Summarize active subscriptions and MRRonboard-customer- Create a customer and set up their first subscription
Notes
- Stripe API is well-documented and stable
- Test mode API keys allow full development without real charges
- API uses cursor-based pagination with
starting_afterparameter
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels