KosmoKrator

other

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.

7 functions 6 read 1 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
paddle
route_slug
paddle
package
paddle
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Paddle MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Paddle.

Paddle CLI Matrix

Use these pages for direct Paddle CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.