MCP server

Stripe

MCP

Customers, 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

    read

    Customers in the account.

  • list_invoices

    read

    Invoices and their status.

  • create_refund

    write

    Refund a charge after you confirm.

  • search_stripe

    read

    Search 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

  • list_customers

    Customers in the account.

    read
  • list_invoices

    Invoices and their status.

    read
  • create_refund

    Refund a charge after you confirm.

    write
  • search_stripe

    Search across Stripe objects.

    read

Last call

{ "ok": true,
  "tool": "list_customers",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.