Agentifact assessment — independently scored, not sponsored. Last verified Mar 6, 2026.
Stripe MCP
Official Stripe MCP server. Query customers, charges, subscriptions, and products. Full read/write access with careful permission scoping.
Solid choice for most workflows
You need to let AI agents query and manage your Stripe account (customers, invoices, subscriptions, disputes) via natural language without building custom API integrations.
Fast natural-language queries with real-time Stripe data. Expect occasional latency on complex searches. The tool works best for read operations and simple writes; sensitive actions (refunds, subscription cancellations) should always be reviewed in the Stripe Dashboard before execution. OAuth2 scoping is strict—you must grant explicit permissions for each action type.
You need to automate payment troubleshooting and dispute management—finding failed charges, investigating payment history, and gathering evidence for chargebacks—without logging into Stripe manually.
Reliable payment lookups and dispute visibility. Refund operations are instant but irreversible—always require human confirmation before execution. Dispute evidence submission may require manual follow-up in the Stripe Dashboard for complex cases.
One active connection per Stripe account per app
Stripe allows only one active OAuth connection per Stripe account and app pair. Creating a new app-based connection invalidates all existing tokens for that account, breaking other integrations. This is a hard constraint that affects multi-agent or multi-tool deployments.
Sensitive actions require human confirmation
Refunds, subscription cancellations, and dispute submissions are irreversible. The MCP server will execute these on agent request without a built-in approval gate. Always enable human confirmation in your MCP client settings and log sensitive actions for audit trails. Test thoroughly in Stripe's test mode before enabling live mode.
Paid AI client subscription + Developer Mode access
Stripe MCP requires a paid ChatGPT plan (Plus, Team, Enterprise) or equivalent Claude/Cursor subscription. Free tiers do not support MCP connectors. Additionally, you must have developer-level access to enable MCP in your client settings.
Trust Breakdown
What It Actually Does
Connects your apps to Stripe to look up and manage customer data, payments, subscriptions, and product catalogs directly without leaving your workflow.
Official Stripe MCP server. Query customers, charges, subscriptions, and products. Full read/write access with careful permission scoping.
Fit Assessment
Best for
- ✓payment-management
- ✓subscription-handling
- ✓customer-support
- ✓dispute-resolution
- ✓financial-analytics
Not ideal for
- ✗Stripe connection invalidation when creating new App-based connection for same account
- ✗Rate limit of 100 requests per second in test mode
Known Failure Modes
- Stripe connection invalidation when creating new App-based connection for same account
- Rate limit of 100 requests per second in test mode
Score Breakdown
Protocol Support
npx -y @stripe/mcpCapabilities
Governance
- permission-scoping
- rate-limiting
- human-approval