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.
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.
- Stripe MCP serverdetected
- Stripe APIdiscovered
- Stripe CLIdiscovered
$ stripe login --interactiveAcquired by the CLI — running stripe login --interactive opens the auth flow and stores the credential.
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 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