Stripe Integration
Helps with Stripe, integration as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add johnkmcleod9-stripe-integration npx -- -y @trustedskills/johnkmcleod9-stripe-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"johnkmcleod9-stripe-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/johnkmcleod9-stripe-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill integrates with the Stripe payment platform, enabling AI agents to retrieve customer data, process payments, and manage subscriptions. It allows for automated tasks like checking subscription status, issuing refunds, and creating new customers directly through the agent interface. This integration streamlines financial operations within an AI-powered workflow.
When to use it
- Automated Subscription Management: An agent needs to check if a user's subscription is active or has lapsed before granting access to a service.
- Processing Refunds: An agent receives a request from a customer for a refund and automatically initiates the process through Stripe.
- Onboarding New Customers: An agent collects necessary information and creates a new customer profile in Stripe, ready for payment processing.
- Generating Invoices: An agent needs to create and send invoices to customers based on usage or subscription tiers.
Key capabilities
- Customer Data Retrieval
- Payment Processing
- Subscription Management
- Refund Issuance
- New Customer Creation
Example prompts
- "Check the subscription status for customer ID 'cust_12345'."
- "Issue a refund of $20 to order ID 'order_67890'."
- "Create a new Stripe customer with email '[email protected]' and name 'John Doe'."
Tips & gotchas
- Requires valid API keys from your Stripe account for authentication.
- Be mindful of data privacy regulations when handling sensitive payment information through the agent.
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.