~/agent-config
Browse
MCP

Stripe MCP

Lets your agent work with the Stripe API — inspect customers, products, and payments while building billing flows. Use a restricted test-mode key.

#mcp #stripe #payments #billing

Snippet

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": ["-y", "@stripe/mcp", "--tools=all"],
      "env": {
        "STRIPE_SECRET_KEY": "sk_test_YOUR_KEY"
      }
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

BackendApiFullstack

Related resources

Skill

API Design

Designs consistent REST and RPC APIs — resource naming, status codes, pagination, versioning, and error shapes. Produces an OpenAPI-friendly contract.…

#api #rest #design +1

Cursor, Claude Code, Windsurf +3