Accept one-time payments, process refunds, and manage payment methods. Use this when you need to handle individual transactions, process refunds, or manage customer payment methods.
This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.
Attach a payment method to a customer so it can be used for future payments. Once attached, the payment method appears in the customer's payment metho...
Cancel a payment intent before it's confirmed or processed. Once canceled, the payment intent cannot be used. Use this when a customer abandons checko...
Confirm a payment intent to complete the payment. After confirmation, the payment is processed. If the payment requires customer authentication (3D Se...
Create a charge using the legacy Charges API. NOTE: Payment Intents are the recommended modern approach. Use stripe_create_payment_intent instead when...
Create a new payment intent to process a payment. Payment intents are the recommended way to accept payments. Returns a payment intent object with cli...
Create a payment method (card, bank account, etc.). Payment methods can be attached to customers for future use. Returns payment method object with ID...
Create a refund for a charge. Can refund full amount or partial amount. Refunds are immutable once created. Returns refund object with status and amou...
Detach a payment method from a customer. After detaching, the payment method can no longer be used for that customer's payments. The payment method it...
Get detailed information about a specific charge including amount, status, payment method, and customer. Charges are immutable once created.
Get detailed information about a specific payment intent including status, amount, payment method, and customer. Use this to check payment status or r...
Get detailed information about a specific payment method including type, card details (masked), and customer association.
Get detailed information about a specific refund including amount, status, reason, and associated charge. Refunds are immutable once created.
List charges with optional filtering by customer and status. Returns paginated results. Charges are immutable once created.
List payment intents with optional filtering by customer, status, and date range. Returns paginated results. Use filters to find specific payment inte...
List all payment methods for a customer. Returns paginated results. Use this to see what payment methods a customer has saved.
List refunds with optional filtering by charge. Returns paginated results. Refunds are immutable once created.
Update a payment intent before it's confirmed. Can modify amount, payment method, metadata, and description. Once confirmed, payment intents cannot be...
Connect this Payment Processing 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.