MCP Stripe Server
JSON →Integrates with Stripe to manage payments, customers, and refunds.
Install
npx -y @smithery/cli Tools · 6
- customer_create Create a new customer
- customer_retrieve Retrieve a customer's details
- customer_update Update customer information
- payment_intent_create Create a payment intent for processing payments
- charge_list List recent charges
- refund_create Create a refund for a charge
Environment variables
STRIPE_API_KEY
Links
★ 44 GitHub stars