Share:
About
Interact with Stripe: list customers, subscriptions, and payments; create test-mode charges; issue refunds; and inspect webhook events. Use a restricted API key when giving the assistant access to a live account so scope is limited to the operations you actually need.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install Stripe MCP
Server URL
https://mcp.stripe.comClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"stripe": {
"type": "http",
"url": "https://mcp.stripe.com"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.