Stripe Agent

🌐Community
by acaprino · vlatest · Repository

Automates Stripe tasks like creating customers, subscriptions, and invoices via API calls, streamlining payment management.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add stripe-agent npx -- -y @trustedskills/stripe-agent
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "stripe-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/stripe-agent"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Stripe, enabling them to retrieve payment information and manage subscriptions. It can be used to check account balances, list customers, and handle subscription changes programmatically through the Stripe API. The agent can automate tasks related to financial operations and customer management within the Stripe ecosystem.

When to use it

  • Automated Reporting: Generate reports on monthly recurring revenue (MRR) or outstanding invoices directly from your Stripe account.
  • Customer Support: Answer customer inquiries about their subscription status, payment history, or upcoming charges.
  • Subscription Management: Automatically upgrade or downgrade user subscriptions based on usage data or other triggers.
  • Fraud Detection: Identify and flag potentially fraudulent transactions by analyzing transaction patterns within Stripe.

Key capabilities

  • Retrieves account balances from Stripe.
  • Lists customers associated with a Stripe account.
  • Manages subscription details (e.g., upgrades, downgrades).
  • Interacts with the Stripe API programmatically.

Example prompts

  • "What is my current Stripe balance?"
  • "List all active subscriptions for customer 'John Doe'."
  • "Upgrade user X's subscription to the premium plan."
  • "Show me the last 10 transactions on my Stripe account."

Tips & gotchas

  • Requires a valid API key and secret from your Stripe account. Ensure these credentials are securely stored and managed within the agent environment.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
acaprino
Installs
14

🌐 Community

Passed automated security scans.