Overview
MCP Server for Stripe is a robust backend service that provides AI-powered applications with secure, automated access to Stripe payments infrastructure and support resources. Tailored for developers, startups, and enterprises, MCP Server acts as a bridge between AI agents and the Stripe API, enabling seamless payment processing and intelligent automation.
With MCP Server, your AI systems can effortlessly accept payments online, in person, and across the globe, supporting more than 100 payment methods and local currencies in 195+ countries. Optimizations like one-click checkout and unified payment experiences enhance conversion rates and streamline the customer journey. Whether you are building ecommerce platforms, mobile apps, or enterprise solutions, MCP Server simplifies payment integration and helps accelerate your time to market.
MCP Server is an ideal solution for those looking to modernize their payment stack with AI and automation.
Highlights
- Streamline payments with AI: Enable your AI agents to securely access the Stripe API for frictionless online, in-person, and global payment processing, supporting more than 100 payment methods and local currencies.
- Boost ecommerce performance: Enhance conversion rates with optimized checkouts, one-click payments, and a seamless customer experience across all channels and regions.
- Reduce fraud and improve costs: Use Stripe Radar and Adaptive Acceptance to automatically detect fraud, improve authorization rates, and lower operational costs with modern payment infrastructure.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/36 months |
---|---|---|
unit | free for customers | $0.00 |
Vendor refund policy
No refunds
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
API-Based Agents & Tools
API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.
Additional details
Usage instructions
Model Context Protocol (MCP)
Let your AI agents interact with the Stripe API by using our MCP server.
The Stripe Model Context Protocol (MCP) server defines a set of tools that AI agents can use to interact with the Stripe API and search our knowledge base (including documentation and support articles).
If you use AI-powered code editors like Cursor or Windsurf, or general-purpose tools like Claude Desktop, you can use the MCP server.
Remote server
Stripe hosts a Streamable HTTP MCP server that’s available at <https://mcp.stripe.com>. The Stripe MCP server uses OAuth Dynamic Client Registration to connect MCP clients as per the MCP spec .
To open Cursor and automatically add the Stripe MCP, follow this Cursor link .
Alternatively, add the following to your ~/.cursor/mcp.json file. To learn more, see the Cursor documentation .
{ "mcpServers": { "stripe": { "url": "<https://mcp.stripe.com>" } } }To open VS Code and automatically add the Stripe MCP, follow this VS Code link .
Alternatively, add the following to your .vscode/mcp.json file in your workspace. To learn more, see the VS Code documentation .
{ "servers": { "stripe": { "type": "http", "url": "<https://mcp.stripe.com>" } } }Manage OAuth connections
Our OAuth connection is managed through a Stripe App.
To view authorized MCP clients:
-
Navigate to the Stripe MCP app in the Stripe Dashboard.
-
In the right panel, click Clients to view OAuth-connected MCP clients.
To revoke OAuth access for a specific MCP client:
-
Find the client in the list, and click the overflow menu.
-
Select Revoke.
Allowlist of client redirect URIs
Stripe maintains an allowlist of vetted MCP client redirect URIs to protect our users from malicious phishing attacks. If there’s an MCP client application that you want to allowlist, email us at mcp@stripe.com  .
Bearer token
If you’re building agentic software, you can pass a Stripe API key as a bearer token to the MCP remote server. We strongly recommend using restricted API keys to limit access to the functionality your agent requires. For example, you can use this authorization method with OpenAI’s Responses API .
curl <https://mcp.stripe.com/> \ -H "Content-Type: application/json" \ -H "Authorization: Bearer <<secret key>>" \ -d '{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "create_customer", "arguments": {"name": "Jenny Rosen", "email": "<jenny.rosen@example.com>" } }, "id": 1 }'See Also
Support
Vendor support
Support information can be found at
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.