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.
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.
- Stripe MCP serverdetected
- Stripe APIdiscovered
- Stripe CLIdiscovered
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.
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 loginAcquired by the CLI — running stripe login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://stripe.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing