dispute-refund-audit
Installation
SKILL.md
Dispute & Refund Audit
Stripe MCP Setup
Requires Stripe MCP connected via OAuth or restricted key. Docs: https://docs.stripe.com/mcp
GetMcpToolswithserver: "user-Stripe"(orplugin-stripe-stripe) before any call- Prefer
stripe_api_search→stripe_api_details→stripe_api_readfor list/retrieve - Always paginate —
limit: 100, followhas_morewithstarting_after - Amounts are in cents unless noted
- Never expose secret keys in output
Workflow
GetDisputes— recent, paginateGetRefundsor failed/succeeded charges withrefunded: true- Group by reason, amount, status (
needs_response,lost,won)