Paddle MCP Server

Official

create_product

Create a new product in Paddle by defining its name, description, image URL, and tax category. Automatically calculates taxes based on the selected category, ensuring compliance across jurisdictions.

Instructions

This tool will create a new product in Paddle.

When selecting a tax category, choose the one that best describes your product:

  • standard: Software products that are pre-written and can be downloaded and installed onto a local device
  • digital-goods: Non-customizable digital files or media (not software) acquired with an up front payment that can be accessed without any physical product being delivered
  • ebooks: Digital books and educational material which is sold with permanent rights for use by the customer
  • implementation-services: Remote configuration, set-up, and integrating software on behalf of a customer
  • professional-services: Services that involve the application of your expertise and specialized knowledge of a software product
  • saas: Products that allow users to connect to and use online or cloud-based applications over the Internet
  • software-programming-services: Services that can be used to customize and white label software products
  • training-services: Training and education services related to software products
  • website-hosting: Cloud storage service for personal or corporate information, assets, or intellectual property

The tax category affects how taxes are calculated in different jurisdictions. Choose carefully as it impacts your customers' tax rates. When using the standard tax category, prompt the user to review the tax category in the Paddle dashboard.

Input Schema

NameRequiredDescriptionDefault
customDataNoA JSON object containing custom data. Limited to 50 keys, with key names up to 40 characters long.
descriptionNoA description of the product that will be displayed to customers.
imageUrlNoA URL to an image that will be displayed to customers. Must be publicly accessible.
nameYesThe name of the product. Must be unique within your catalog.
taxCategoryYesThe tax category that best describes your product. Used to automatically calculate tax rates.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customData": { "additionalProperties": {}, "description": "A JSON object containing custom data. Limited to 50 keys, with key names up to 40 characters long.", "type": "object" }, "description": { "description": "A description of the product that will be displayed to customers.", "type": "string" }, "imageUrl": { "description": "A URL to an image that will be displayed to customers. Must be publicly accessible.", "type": "string" }, "name": { "description": "The name of the product. Must be unique within your catalog.", "type": "string" }, "taxCategory": { "description": "The tax category that best describes your product. Used to automatically calculate tax rates.", "enum": [ "digital-goods", "ebooks", "implementation-services", "professional-services", "saas", "software-programming-services", "standard", "training-services", "website-hosting" ], "type": "string" } }, "required": [ "name", "taxCategory" ], "type": "object" }

You must be authenticated.

Other Tools from Paddle MCP Server

Related Tools

ID: 0pdgnr4eoo