Stripe Api

🌐Community
by yuyz0112 · vlatest · Repository

Helps with Stripe, API as part of agent workflows workflows.

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-api npx -- -y @trustedskills/stripe-api
2

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

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

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 the Stripe API. It can be used to create and manage customers, process payments, retrieve transaction details, and perform other common Stripe operations. The agent can leverage this skill to automate financial tasks and integrate Stripe functionality into various workflows.

When to use it

  • Automated Payment Processing: Automatically charge customers based on subscription tiers or usage data.
  • Refund Management: Issue refunds for failed transactions or customer disputes programmatically.
  • Transaction Reporting: Retrieve detailed transaction information for reconciliation and financial reporting purposes.
  • Customer Onboarding: Create new Stripe customers with specific billing details and preferences.

Key capabilities

  • Create Customers
  • Process Payments
  • Retrieve Transactions
  • Manage Subscriptions (implied)
  • Issue Refunds

Example prompts

  • "Create a new customer in Stripe with the email address '[email protected]' and billing address '123 Main St'."
  • "Refund transaction ID 'txn_xxxxxxxxxxxxxxxxx' for $10."
  • "What is the status of payment intent 'pi_xxxxxxxxxxxxxxxxx'?"

Tips & gotchas

Requires a valid Stripe API key to function. Ensure your agent has the necessary permissions configured within your Stripe account to perform the requested actions.

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
yuyz0112
Installs
5

🌐 Community

Passed automated security scans.