data
Paddle MCP, CLI, and Lua Integration for AI Agents
Paddle integration docs for AI agents: MCP gateway setup, Paddle CLI commands, Lua API reference, credentials, and function schemas.Paddle for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
paddle.paddle_list_transactions | Read read | 4 | List Paddle transactions. Supports filtering by status and customer ID, with cursor-based pagination. |
paddle.paddle_get_transaction | Read read | 1 | Get detailed information about a specific Paddle transaction by its ID. |
paddle.paddle_list_customers | Read read | 4 | List Paddle customers. Supports filtering by email and name, with cursor-based pagination. |
paddle.paddle_get_customer | Read read | 1 | Get detailed information about a specific Paddle customer by their ID. |
paddle.paddle_create_customer | Write write | 2 | Create a new customer in Paddle. An email address is required. |
paddle.paddle_list_products | Read read | 3 | List Paddle products. Supports filtering by status with cursor-based pagination. |
paddle.paddle_get_current_user | Read read | 0 | Verify Paddle API connectivity by performing a health check request. Returns connection status and API response. |