Skip to Content

Stripe MCP

Query and manage Stripe customers, payments, subscriptions, and refunds. High blast-radius — use restricted keys.

Overview

Catalog IDmcp-stripe
Categorypayments
Auth methodAPI key
Blast radiushigh
TrustVerified — published by cendriix
Version1.2.0
Regionsus-east-1, eu-west-1, ap-southeast-1

Tools

ToolDescription
list_customersList Stripe customers.
list_chargesList Stripe charges/payments.
create_refundCreate a refund for a Stripe charge.
retrieve_subscriptionRetrieve details of a Stripe subscription.
create_payment_intentCreate a Stripe PaymentIntent.

Tool parameters

list_customers

List Stripe customers.

ParameterTypeDescription
limitnumberoptionalMax results (default: 10)

list_charges

List Stripe charges/payments.

ParameterTypeDescription
limitnumberoptionalMax results (default: 10)

create_refund

Create a refund for a Stripe charge.

ParameterTypeDescription
chargeIdstringrequiredStripe charge ID to refund
amountnumberoptionalAmount in cents (partial refund; omit for full refund)

retrieve_subscription

Retrieve details of a Stripe subscription.

ParameterTypeDescription
subscriptionIdstringrequiredStripe subscription ID

create_payment_intent

Create a Stripe PaymentIntent.

ParameterTypeDescription
amountintegerrequiredAmount in cents
currencystringrequiredCurrency code (e.g. usd)
customerstringoptionalCustomer ID
payment_method_typesarrayoptionalPayment method types

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Stripe and click Install
  3. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
  4. Click Test Connection to run a health check and list available tools

Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.

Blast radius

This MCP is classified high. This MCP can modify infrastructure or reach sensitive data. High-blast-radius tool calls require explicit approval when your organisation enables approval gates in Policies.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on