MCP server

Stripe
MCPCustomers, invoices, and a refund you have to mean.
Stripe’s official MCP. Remote at mcp.stripe.com, or local with the CLI. Tools match the API.
latest·Proprietary·Updated this month·github.com/stripe/agent-toolkit·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com"
}
}
}By Stripe
Spec
What the server actually exposes.
list_customers
readCustomers in the account.
list_invoices
readInvoices and their status.
create_refund
writeRefund a charge after you confirm.
search_stripe
readSearch across Stripe objects.
Guardrails
- OAuth on the remote
- Writes are explicit tools
- Use a restricted key if you self-host
stripe-mcp.mcp/tools
Tools
- read
list_customers
Customers in the account.
- read
list_invoices
Invoices and their status.
- write
create_refund
Refund a charge after you confirm.
- read
search_stripe
Search across Stripe objects.
Last call
{ "ok": true,
"tool": "list_customers",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
