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
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
Describe alternatives you've considered
No response
Additional context
No response