Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Stripe to manage payments, customers, subscriptions, and automate payment processing workflows through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Stripe
3
Configure API Key
Get your Stripe secret key from your Stripe Dashboard. Use test keys for development.
🎉 Your Stripe MCP Server is ready! Once the API key is configured, you can use your MCP server URL with any MCP-compatible client.
Watch the Example
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
create_customer | Create a new customer in Stripe |
create_payment_intent | Create a new payment intent for processing payments |
retrieve_payment | Get information about a specific payment |
create_subscription | Create a new subscription for a customer |
list_invoices | List invoices for a customer or your account |
For more details about tool input schema, use the get_tools API.