PAYMENTS INTEGRATION / Stripe
Stripe MCP
Lets an assistant discover Stripe APIs, inspect account data and perform authorized API operations with additional confirmation for selected sensitive writes.
“Stripe MCP server”
01 / THE REASONING
Why this made the selection.
- Provides API discovery and documentation alongside account operations, useful while implementing an integration.
- Documents environment-specific grants and extra confirmation for selected high-impact operations.
02 / THE REVIEW RECORD
What we actually inspected.
Source review has boundaries.
A clear record is more useful than a “safe” badge.
Material inspected
- https://docs.stripe.com/mcp (setup, access and capability sections)
- Official MCP Registry publisher entry: endpoint matched against official setup documentation
Our findings
- stripe_api_write covers POST/PATCH/PUT/DELETE operations within the authorized account.
- The companion Stripe AI toolkit licence does not establish the hosted MCP implementation’s licence.
Not established by this review
- Authentication, service availability and tool execution were not tested.
- The hosted implementation source and licence were not established.
The review applies to the material and revision named here. A newer upstream release can change its behavior.
03 / PUT IT TO WORK
Connect a server deliberately.
- Add https://mcp.stripe.com using the official client instructions.
- Authorize the intended sandbox/account and environment permissions; review human-confirmation links for sensitive writes.
Before you start
- A Stripe account and permission for the intended environment; an OAuth-capable client or supported API-key setup.
Documented configuration example
Use the client and authentication context described in the setup guidance. Configuration formats vary between hosts.
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com"
}
}
} 04 / FOLLOW THE EVIDENCE
The source trail.
Our notes are separate from the original resource.
Check upstream before adopting a new version.
https://docs.stripe.com/mcp
Supports: summary, whySelected, bestFor, limitations, review, compatibility, install, access, transports, configExample
https://registry.modelcontextprotocol.io/v0.1/servers?search=stripe&version=latest&limit=100
Supports: transports