mcp-stripe

Execute Stripe MCP server operations for transaction management.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mshaheerz/hive-mind --skill mcp-stripe-mshaheerz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-stripe
Source: https://github.com/mshaheerz/hive-mind/tree/main/agent-skills/mcp-stripe
Command: npx skills add https://github.com/mshaheerz/hive-mind --skill mcp-stripe-mshaheerz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Stripe financial transactions, from customer onboarding to dispute resolution, reducing manual errors and operational overhead.

Core Features & Use Cases

  • Customer Management: Create, list, and manage customer profiles.
  • Product & Pricing: Define and list products and their associated prices.
  • Invoicing & Payments: Generate invoices, create payment links, and process payments.
  • Subscription Management: Handle subscription creation, updates, and cancellations.
  • Refunds & Disputes: Process refunds and manage customer disputes.
  • Balance Queries: Check account balance and pending funds.
  • Use Case: Automatically create a new product in Stripe, set its price, generate a payment link, and send it to a customer via email.

Quick Start

Use the mcp-stripe skill to create a new customer named 'Acme Corp' with email '[email protected]'.

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 subscription management and payment links?

Stripe subscription management is automated by executing MCP server operations to create, update, and cancel subscriptions, generate payment links, and define product pricing. This reduces manual errors and operational overhead.

Can I process Stripe refunds and manage customer disputes programmatically?

Yes, Stripe refunds and customer disputes are processed programmatically through MCP server operations. The system handles refund execution and dispute management while adhering to strict confirmation protocols for financial transactions.

What is the best way to generate Stripe invoices and onboard new customers?

Generating Stripe invoices and onboarding customers is handled through transaction management operations that create customer profiles, define products, and issue invoices. This streamlines the entire financial workflow from onboarding to payment.

Does this Stripe transaction management approach require secure authentication?

Yes, secure authentication is required to execute Stripe MCP server operations. The system mandates strict confirmation protocols for all financial transactions, ensuring safe customer, invoice, and balance management.

How do I check my Stripe account balance and pending funds?

Stripe account balance and pending funds are queried using balance management operations within the MCP server. This provides direct visibility into your financial transactions and available funds.

What are the limitations of managing Stripe transactions through MCP operations?

Managing Stripe transactions through MCP operations requires strict confirmation protocols for financial actions and secure authentication. Complex, multi-step workflows like end-to-end product creation must be executed sequentially.