Stripe Stack
Automates Stripe subscription management tasks like creating customers, plans, and invoices based on custom rules.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-stack npx -- -y @trustedskills/stripe-stack
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-stack": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-stack"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The stripe-stack skill provides AI agents with capabilities related to interacting with Stripe, a popular payment processing platform. It enables tasks such as retrieving customer information, managing subscriptions, and initiating payments. This skill streamlines financial operations within an agent's workflow by providing direct access to Stripe functionalities.
When to use it
- Subscription Management: Automate the process of creating, updating, or canceling user subscriptions in your application.
- Payment Reconciliation: Retrieve transaction details for reconciliation purposes and identify discrepancies.
- Customer Support: Quickly access customer payment history and subscription status to resolve inquiries efficiently.
- Fraud Prevention: Analyze transaction data to detect potentially fraudulent activities and take preventative measures.
Key capabilities
- Retrieval of customer information from Stripe.
- Management of user subscriptions within the Stripe platform.
- Initiation of payments through Stripe.
Example prompts
- "Get me the subscription details for customer ID 'cus_XXXXXXXXXXXX'."
- "Cancel subscription 'sub_XXXXXXXXXXXX' and notify the user."
- "Create a new payment request for $50 to charge customer 'cus_YYYYYYYYYYY'."
Tips & gotchas
This skill requires appropriate API keys and permissions configured within your Stripe account. Ensure these credentials are securely provided to the AI agent for proper functionality.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.