Stripe MCP
Query and manage Stripe customers, payments, subscriptions, and refunds. High blast-radius — use restricted keys.
Overview
| Catalog ID | mcp-stripe |
| Category | payments |
| Auth method | API key |
| Blast radius | high |
| Trust | Verified — published by cendriix |
| Version | 1.2.0 |
| Regions | us-east-1, eu-west-1, ap-southeast-1 |
Tools
| Tool | Description |
|---|---|
list_customers | List Stripe customers. |
list_charges | List Stripe charges/payments. |
create_refund | Create a refund for a Stripe charge. |
retrieve_subscription | Retrieve details of a Stripe subscription. |
create_payment_intent | Create a Stripe PaymentIntent. |
Tool parameters
list_customers
List Stripe customers.
| Parameter | Type | Description | |
|---|---|---|---|
limit | number | optional | Max results (default: 10) |
list_charges
List Stripe charges/payments.
| Parameter | Type | Description | |
|---|---|---|---|
limit | number | optional | Max results (default: 10) |
create_refund
Create a refund for a Stripe charge.
| Parameter | Type | Description | |
|---|---|---|---|
chargeId | string | required | Stripe charge ID to refund |
amount | number | optional | Amount in cents (partial refund; omit for full refund) |
retrieve_subscription
Retrieve details of a Stripe subscription.
| Parameter | Type | Description | |
|---|---|---|---|
subscriptionId | string | required | Stripe subscription ID |
create_payment_intent
Create a Stripe PaymentIntent.
| Parameter | Type | Description | |
|---|---|---|---|
amount | integer | required | Amount in cents |
currency | string | required | Currency code (e.g. usd) |
customer | string | optional | Customer ID |
payment_method_types | array | optional | Payment method types |
Installing
- In Cendriix, go to Settings → MCPs
- Find Stripe and click Install
- Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
- 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
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations