You're viewing a demo portfolio

Join the waitlist
PRSM

stripe_list_subscriptions

Active

Tool of Stripe_connect

declared in 0.1.0

List active subscriptions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "status": "active",
      "_apiKey": "your-stripe_connect-api-key"
    },
    {
      "limit": 15,
      "status": "active",
      "_apiKey": "your-stripe_connect-api-key",
      "customer": "cus_ABC123"
    }
  ],
  "required": [
    "_apiKey"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (1-100, default 10)"
    },
    "status": {
      "type": "string",
      "description": "Filter by status (active, canceled, past_due, etc.)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Stripe secret or restricted API key (sk_...)"
    },
    "customer": {
      "type": "string",
      "description": "Filter by customer ID"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Stripe_connect

https://github.com/pipeworx-io/mcp-stripe_connect

1/7 registries
View full server →
stripe_list_subscriptions — Stripe_connect — PRSM MCP