Skip to content

Read Only Mode #105

Description

@richardsondx

Is your feature request related to a problem? Please describe.

No. To avoid unexpected edit from the model, I would like the ability to set read-only.

Describe the solution you'd like

Ability to pass a read-only argument

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
          "-y",
          "@stripe/mcp",
          "--read-only"
          "--tools=all",
          "--api-key=STRIPE_SECRET_KEY"
      ]
    }
  }
}
Tool Description
customers.read Read customer information
products.read Read product information
prices.read Read price information
balance.read Retrieve balance information
paymentIntents.read Read payment intent information
subscriptions.read Read subscription information
coupons.read Read coupon information
disputes.read Read disputes information
documentation.read Search Stripe documentation

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions