Stripe
Automates Stripe payment processing tasks like refunds, subscriptions, and reporting via natural language commands.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe npx -- -y @trustedskills/stripe
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
Stripe Integration Skill
What it does
This skill enables AI agents to interact with Stripe's payment infrastructure, allowing them to process transactions and manage financial data. It provides the necessary tools for an agent to handle real-world commerce tasks directly within its workflow.
When to use it
- Automating subscription billing cycles for SaaS products without manual intervention.
- Processing one-time payments for digital goods or services during a user's checkout flow.
- Retrieving payment status updates to trigger fulfillment actions in your application logic.
- Managing refund requests initiated by customers through an AI support interface.
Key capabilities
- Initiating and managing Stripe Checkout sessions.
- Creating and verifying PaymentIntents for secure transactions.
- Handling customer billing portal access and management.
- Processing refunds and charge disputes programmatically.
Example prompts
- "Create a new subscription plan for a customer using their saved payment method."
- "Check the status of the recent transaction ID
pi_123456and notify me if it failed." - "Issue a full refund to order #98765 and update the user's account balance."
Tips & gotchas
Ensure your AI agent has valid API keys with the appropriate read/write scopes before attempting any payment operations. Always verify that the customer's environment supports the specific Stripe features you are invoking, such as 3D Secure authentication for high-value transactions.
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.