Manage customer data and their payment methods. Use this when you need to create customers, update customer information, view customer payment methods, or delete customers.
This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.
Free account required. Works with Claude, Cursor, ChatGPT, and more. Other setup options ↓
Stripe customers and payment methods
Attach a payment method to a customer for future payments. After attaching, set it as the customer's default with stripe_upsert_customer(id='cus_...',...
Create a payment method (card, bank account, etc.). After creating, attach it to a customer with stripe_attach_payment_method, then optionally set it ...
Permanently delete a customer. CAUTION: This action cannot be undone. All subscriptions will be canceled, payment methods removed, and the customer de...
Detach a payment method from its customer. The payment method itself is not deleted but can no longer be used for that customer.
Get detailed information about a specific customer including contact info, payment methods, subscriptions, and balance.
Get detailed information about a payment method including type, card details (masked), and customer association.
List customers with optional filtering by email and date range. Returns paginated results with cursor for next page.
List payment methods for a customer. Optionally filter by type.
Create a new customer or update an existing customer. For create: provide email (recommended) and other fields. For update: provide customer ID and on...
Connect this Customer Management MCP Bundle Server to any MCP client in minutes
Compatible with Claude Desktop, Cursor, and all Model Context Protocol clients
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.