mcp-stripe

Execute Stripe MCP transactions for customers, invoices, and payments.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill mcp-stripe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-stripe
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/mcp-stripe
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill mcp-stripe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated execution of Stripe MCP transactions against the Stripe MCP server.

Core Features & Use Cases

  • End-to-end MCP operations: Create/list customers, products/prices, invoices, and payment links; query balances and payment intents.
  • Controlled finance workflows: Generate invoices, add invoice items, finalize invoices, process refunds, and manage disputes with required confirmations.
  • Use Case: A billing agent can create a customer, establish a product, issue an invoice, send a payment link, and track the payment—all in a consistent, auditable flow.

Quick Start

To begin, configure the MCP endpoint, authenticate, and start issuing Stripe MCP actions through the skill.

Frequently Asked Questions about mcp-stripe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Stripe invoice generation and payment tracking end-to-end?

Automating Stripe invoices involves creating a customer, establishing a product, issuing an invoice, and sending a payment link within a consistent, auditable MCP workflow. This skill executes read-before-write transactions to track payments safely.

Can I process Stripe refunds and manage disputes through automated MCP workflows?

Processing Stripe refunds and managing disputes through MCP workflows requires confirmation-based actions to ensure safety. This skill supports controlled finance workflows that generate refunds and resolve disputes while maintaining auditable traces.

How do I create Stripe customers and set up recurring subscriptions using MCP?

Creating Stripe customers and managing subscriptions via MCP involves automated execution against the Stripe server. This skill supports end-to-end subscription workflows, enabling customer creation and recurring billing setup in a deterministic flow.

Do I need a configured MCP endpoint to automate Stripe payment operations?

A configured MCP endpoint with appropriate authentication is required to automate Stripe payment operations. This skill relies on a configured MCP endpoint and a deterministic flow defined in SKILL.md to execute safe transactions.

What Stripe operations are supported for automating billing workflows via MCP?

Stripe billing automation via MCP supports creating customers, products, prices, invoices, and payment links. It also handles balance queries, payment intents, refunds, and disputes with required confirmations and error handling.

How does this skill prevent unsafe Stripe transactions during automated execution?

Preventing unsafe Stripe transactions requires read-before-write operations, confirmation-based actions, and safety checks. This skill implements error handling and a deterministic flow to ensure all MCP operations are auditable and secure.