MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

STRIPE_SECRET_KEY(str)
RequiredSecret

Stripe secret key (sk_test_... for test mode, sk_live_... for live mode). The key prefix selects the environment — no separate base URL.

STRIPE_API_VERSION(str)

Optional Stripe API version to pin via the Stripe-Version header (e.g. '2024-06-20'). When omitted, Stripe uses the account's default version.