MCP directory

Stripe

0.7.0

io.github.stripe/agent-toolkit

Stripe API tools for customers, products, prices, invoices, and payment links. Local stdio with a secret key.

publisher
Stripe
auth
API key
transport
stdio
runtime
npx
install
npx -y @stripe/mcp --tools=all
env
STRIPE_SECRET_KEY
tools
list_customers, create_customer, list_products, create_invoice, create_payment_link
tags
payments

sourcedocs

Client config

{
  "mcpServers": {
    "agent-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp"
      ]
    }
  }
}

npx -y @stripe/mcp