Skip to main content
Clone ID: stripe Covers customers, products, prices, payments, invoices, subscriptions, and disputes. Two modes: strict (default) exposes only the tools in the real Stripe MCP server. Extended (--strict=false) adds tools like create_payment_intent and confirm_payment_intent. Errors match Stripe’s error format for covered tools.

Start here

Available tools

Core tools (strict mode)

Customers

Products & Prices

Payment Intents

Refunds

Invoices

Subscriptions

Other

Extended tools (strict=false only)

Notes

  • --rate-limit=N triggers rate limit errors after N requests.
  • Create operations support idempotency keys.
  • stripe_integration_recommender and search_stripe_documentation return stubs (no real API calls).