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

  1. GetMcpTools with server: "user-Stripe" (or plugin-stripe-stripe) before any call
  2. Prefer stripe_api_searchstripe_api_detailsstripe_api_read for list/retrieve
  3. Always paginatelimit: 100, follow has_more with starting_after
  4. Amounts are in cents unless noted
  5. Never expose secret keys in output

Workflow

  1. Paginate GetSubscriptions — statuses: active, past_due, trialing
  2. Expand data.default_payment_method
  3. Read payment_method.card.funding: credit | debit | prepaid | unknown
  4. Cross-tab: funding × status (active vs past_due)
Installs
5
GitHub Stars
5
First Seen
Jul 28, 2026
card-funding-risk — appeeky/stripe-skills