Stripe MCP Tools
Stripe exposes 8 tools. Each one has its own page with the configuration for every client that can run this server.
-
search_stripe_documentationRead-onlysearch stripe documentation
-
create_customerMutatingcreate customer
-
list_customersRead-onlylist customers
-
create_productMutatingcreate product
-
create_priceMutatingcreate price
-
create_payment_linkMutatingcreate payment link
-
create_invoiceMutatingcreate invoice
-
retrieve_balanceretrieve balance
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.