Mcp Stripe

🌐Community
by heyvhuang · vlatest · Repository

Helps with MCP tools, Stripe as part of orchestrating AI agents and multi-step 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 mcp-stripe npx -- -y @trustedskills/mcp-stripe
2

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

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

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

About This Skill

mcp-stripe

What it does

This skill enables AI agents to interact with Stripe's infrastructure via Model Context Protocol (MCP), allowing them to discover and manage payment resources. It facilitates direct access to customer data, products, and invoices within the agent's operational context.

When to use it

  • Automating subscription renewals by retrieving active invoice details for specific customers.
  • Creating new product listings or updating pricing tiers without manual API intervention.
  • Generating real-time usage reports by querying transaction history across multiple accounts.
  • Validating payment methods before processing a checkout flow in an e-commerce bot.

Key capabilities

  • Connects to Stripe via MCP to enable structured data exchange.
  • Retrieves customer information, including billing addresses and email.
  • Manages products and pricing configurations dynamically.
  • Accesses invoice records for status checks and historical data.

Example prompts

  • "List all active subscriptions for customer ID cus_12345 and summarize their total spend."
  • "Create a new product called 'Premium Plan' with a monthly price of $29.99 and set it as active."
  • "Generate a report of all invoices issued in the last 30 days that are currently unpaid."

Tips & gotchas

Ensure your AI agent has valid Stripe API credentials configured before attempting to connect, as unauthorized access will fail immediately. Be mindful of rate limits imposed by Stripe when executing high-volume read or write operations through the MCP interface.

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
heyvhuang
Installs
31

🌐 Community

Passed automated security scans.