card-funding-risk
Installation
SKILL.md
Card Funding Risk
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
- Paginate
GetSubscriptions— statuses:active,past_due,trialing - Expand
data.default_payment_method - Read
payment_method.card.funding:credit|debit|prepaid|unknown - Cross-tab: funding × status (active vs past_due)