S

stripe.com

Stripe provides online payment processing, billing, payouts, and related financial infrastructure for internet businesses. Its platform also includes tools for developers to manage payments, subscriptions, connected accounts, and other commerce 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.

discovered 21h ago
MCP servers1
REST · OpenAPI1
CLI1
Credentials
Stripe API keyapi_key$ stripe login --interactive

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

Stripe MCP OAuth consentoauth2

Configure your MCP client to connect to https://mcp.stripe.com. Per Stripe’s MCP docs, the server uses OAuth to connect MCP clients according to the MCP spec; the MCP client handles the OAuth flow and the user approves access in the browser. After installation, you can manage MCP client sessions in your Stripe Dashboard settings.

Stripe CLI-generated API keyapi_key$ 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