S

stripe.com

Stripe provides financial infrastructure for businesses, including online and in-person payments, billing, payouts, and related money-management products. Its platform supports businesses building payment, subscription, marketplace, treasury, and other financial workflows.

3 integrations · MCP · REST · CLI

Stripe exposes a REST HTTP API at https://api.stripe.com, an OAuth-protected MCP server at https://mcp.stripe.com, and the `stripe` CLI; all require Stripe-issued credentials.

discovered 4d ago
MCP servers1
REST · OpenAPI1
CLI1
Credentials
Stripe API keyapi_keyGet key

Create or reveal a key in the API keys page of the Stripe Dashboard. Stripe issues publishable keys (pk_...), restricted keys (rk_...), secret keys (sk_...), and organization keys (sk_org_...). For server-side integrations, Stripe recommends creating a restricted API key or using a secret key; for browser/mobile publishable operations use a publishable key where supported.

Stripe MCP OAuth authorizationoauth2

Use an MCP client that supports OAuth and add the Stripe MCP server URL https://mcp.stripe.com (for example from the Stripe MCP docs). The client handles the OAuth flow; you sign in to Stripe in the browser and approve access. After installing, MCP client sessions can be managed in Stripe Dashboard settings.

Stripe CLI authenticated session / CLI-generated restricted keycompound$ stripe login

Acquired by the CLI — running stripe login opens the auth flow and stores the credential.

conventions · 1/8 published

Publish these signals → /publishing