stripe
Installation
SKILL.md
Stripe (MCP-native)
Official docs
| Topic | URL |
|---|---|
| Documentation | https://docs.stripe.com |
| Building with LLMs | https://docs.stripe.com/building-with-llms |
| Webhooks | https://docs.stripe.com/webhooks |
Agent rules
- MCP for reads — list products, prices, subscriptions via MCP before writing scripts.
- Webhook idempotency — handlers must tolerate Stripe retries; verify signature server-side.
- Metadata contracts — document product metadata keys in ops runbooks when adding SKUs.
- Live vs test — confirm mode before creating prices; never mix test keys on production URLs.
- Secrets —
STRIPE_SECRET_KEYand webhook secrets via Doppler only.