What it does
Stripe's official MCP server exposes the Stripe API plus documentation search, letting clients read and (with write tools) operate on customers, charges, payment intents, invoices, subscriptions, products, and refunds. Deterministic API calls against your account; a restricted API key is recommended for autonomous use.
Example prompts
- Look up this customer's recent payments and any failed charges.
- Search the Stripe docs for how to set up a usage-based subscription.
Tools provided
- stripe_api_read — Read Stripe resources.
- stripe_api_write — Create or update Stripe resources.
- create_refund — Issue a refund.
- search_stripe_documentation — Search Stripe documentation.
- get_stripe_account_info — Read the connected account info.
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Stripe Secret/Restricted Key (sk_/rk_) · optionalUse a restricted key for autonomous agents.Copy a secret key from the Stripe Dashboard (Developers → API keys).Paste the value as a single line.Only sent to: mcp.stripe.com, api.stripe.com
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
