Stripe Model Context Protocol
The Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
Setup
Stripe hosts a remote MCP server at https://mcp.stripe.com. View the docs here. To run the Stripe MCP server locally using npx, use the following command:
Make sure to replace YOUR_STRIPE_SECRET_KEY
with your actual Stripe secret key. Alternatively, you could set the STRIPE_SECRET_KEY in your environment variables.
Usage with Claude Desktop
Add the following to your claude_desktop_config.json
. See here for more details.
of if you're using Docker
Available tools
Tool | Description |
---|---|
balance.read | Retrieve balance information |
coupons.create | Create a new coupon |
coupons.read | Read coupon information |
customers.create | Create a new customer |
customers.read | Read customer information |
disputes.read | Read disputes information |
disputes.update | Update an existing dispute |
documentation.read | Search Stripe documentation |
invoiceItems.create | Create a new invoice item |
invoices.create | Create a new invoice |
invoices.read | Read invoice information |
invoices.update | Update an existing invoice |
paymentIntents.read | Read payment intent information |
paymentLinks.create | Create a new payment link |
prices.create | Create a new price |
prices.read | Read price information |
products.create | Create a new product |
products.read | Read product information |
refunds.create | Create a new refund |
subscriptions.read | Read subscription information |
subscriptions.update | Update subscription information |
Debugging the Server
To debug your server, you can use the MCP Inspector.
First build the server
Run the following command in your terminal:
Build using Docker
First build the server
Run the following command in your terminal:
Instructions
- Replace
YOUR_STRIPE_SECRET_KEY
with your actual Stripe API secret key. - Run the command to start the MCP Inspector.
- Open the MCP Inspector UI in your browser and click Connect to start the MCP server.
- You can see the list of tools you selected and test each tool individually.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Сервер протокола контекста модели Stripe позволяет интегрироваться с API Stripe через вызов функций. Этот протокол поддерживает различные инструменты для взаимодействия с различными службами Stripe.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License
- -securityAlicense-qualityA server that integrates with Stripe for handling payments, customers, and refunds through the Model Context Protocol, providing a secure API to manage financial transactions.Last updated -39PythonMIT License
Shopify Dev MCPofficial
AsecurityAlicenseAqualityModel Context Protocol (MCP) server that interacts with Shopify Dev. This protocol supports various tools to interact with different Shopify APIs.Last updated -52,068469TypeScriptISC License- -securityAlicense-qualityThe PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.Last updated -139143TypeScriptApache 2.0