stripe
Overview
Allows you to integrate with Stripe APIs through the Stripe Agent Toolkit
Transport
stdio
Tools
Key Capabilities
- Payment processing and customer management
- Subscription and invoice management
- Official Stripe Agent Toolkit integration with stdio transport
- Comprehensive API coverage for payment, customer, and subscription operations
How It Works
The server provides MCP-based access to Stripe APIs through:
- Payment processing tools (create_payment_link, create_price, create_product)
- Customer and subscription management (create_customer, list_customers, list_subscriptions)
- Invoice and refund handling (create_invoice, finalize_invoice, create_refund)
- API key-based authentication via environment variables