Paddle MCP Server

Official

list_subscriptions

Retrieve and filter subscriptions from your Paddle account with pagination, sorting, and parameters like customer ID, price ID, status, and scheduled changes. Manage subscription data efficiently.

Instructions

This tool will list subscriptions from your Paddle account.

Use the maximum perPage by default (200) to ensure comprehensive results. Filter subscriptions by address ID, customer ID, price ID, collection mode, scheduled change action, and status as needed. Results are paginated - use the 'after' parameter with the last ID from previous results to get the next page. Sort results using orderBy parameter. Amounts are in the smallest currency unit (e.g., cents).

Input Schema

NameRequiredDescriptionDefault
addressIdNoReturn entities related to the specified address.
afterNoReturn entities after the specified Paddle ID when working with paginated endpoints.
collectionModeNoReturn entities that match the specified collection mode.
customerIdNoReturn entities related to the specified customer.
idNoReturn only the IDs specified.
orderByNoOrder returned entities by field and direction.
perPageNoSet how many entities are returned per page. Default: 50; Maximum: 200.
priceIdNoReturn entities related to the specified price.
scheduledChangeActionNoReturn subscriptions that have a scheduled change.
statusNoReturn entities that match the specified status.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addressId": { "description": "Return entities related to the specified address.", "items": { "type": "string" }, "type": "array" }, "after": { "description": "Return entities after the specified Paddle ID when working with paginated endpoints.", "type": "string" }, "collectionMode": { "description": "Return entities that match the specified collection mode.", "enum": [ "automatic", "manual" ], "type": "string" }, "customerId": { "description": "Return entities related to the specified customer.", "items": { "type": "string" }, "type": "array" }, "id": { "description": "Return only the IDs specified.", "items": { "type": "string" }, "type": "array" }, "orderBy": { "description": "Order returned entities by field and direction.", "enum": [ "id[ASC]", "id[DESC]" ], "type": "string" }, "perPage": { "description": "Set how many entities are returned per page. Default: 50; Maximum: 200.", "type": "number" }, "priceId": { "description": "Return entities related to the specified price.", "items": { "type": "string" }, "type": "array" }, "scheduledChangeAction": { "description": "Return subscriptions that have a scheduled change.", "items": { "enum": [ "cancel", "pause", "resume" ], "type": "string" }, "type": "array" }, "status": { "description": "Return entities that match the specified status.", "items": { "enum": [ "active", "canceled", "past_due", "paused", "trialing" ], "type": "string" }, "type": "array" } }, "type": "object" }

You must be authenticated.

Other Tools from Paddle MCP Server

Related Tools

ID: 0pdgnr4eoo