MCP.so
Sign In
>_

Stripe CLIOfficialFeatured

@stripe

About Stripe CLI

Build, test, and manage Stripe integrations, including local webhook forwarding and test events.

#stripe#payments#product-service-cli#official#stripe-command-line

Installation

brew install stripe/stripe-cli/stripe

What it does

Forward webhooks locally

Trigger test events

Call Stripe APIs

Command examples

  1. 1
    stripe login
  2. 2
    stripe listen --forward-to localhost:3000/webhook
  3. 3
    stripe trigger payment_intent.succeeded

Comments