NimbleBrainInc/mcp-stripe
If you are the rightful owner of mcp-stripe and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Stripe MCP Server is designed to facilitate seamless interaction with the Stripe payment API, enabling efficient management of customers, payments, subscriptions, invoices, and products.
Tools
Functions exposed to the LLM to take actions
list_customers
List customers with pagination
get_customer
Get details of a specific customer
search_customers
Search for customers by query
list_charges
List charges/payments with optional filters
get_charge
Get details of a specific charge
create_payment_intent
Create a new payment intent
list_subscriptions
List subscriptions with optional filters
get_subscription
Get details of a specific subscription
list_products
List products from your catalog
list_invoices
List invoices with optional filters
get_invoice
Get details of a specific invoice
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client