MCP & AI Agent Integration

Paddle
automation.

24 AI agent actions for Paddle — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Paddle to process orders, manage inventory, and handle customer requests autonomously. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
24
actions
100%
governed
<200ms
latency
24
AI agent actions
12
Read operations
12
Write operations
1
High-risk actions (approval gated)
E-Commerce Paddle is a E-Commerce integration — use it to automate order management, fulfillment, and customer operations from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Paddle.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Customer
paddle:get_customer
Fetch a single customer by ID with contact details and metadata.
Read Low risk
Get Discount
paddle:get_discount
Fetch a single discount by ID with usage limits and restrictions.
Read Low risk
Get Price
paddle:get_price
Fetch a single price by ID with billing details and product info.
Read Low risk
Get Product
paddle:get_product
Fetch a single product by ID with pricing and metadata.
Read Low risk
Get Subscription
paddle:get_subscription
Fetch a single subscription by ID with billing details and current status.
Read Low risk
Get Transaction
paddle:get_transaction
Fetch a single transaction by ID with payment details and line items.
Read Low risk
List Customers
paddle:list_customers
List customers with optional filtering and pagination.
Read Low risk
List Discounts
paddle:list_discounts
List discounts with optional filtering and pagination.
Read Low risk
List Prices
paddle:list_prices
List prices with optional filtering and pagination.
Read Low risk
List Products
paddle:list_products
List products with optional filtering and pagination.
Read Low risk
List Subscriptions
paddle:list_subscriptions
List subscriptions with optional filtering and pagination.
Read Low risk
List Transactions
paddle:list_transactions
List transactions with optional filtering and pagination.
Read Low risk
Cancel Subscription
paddle:cancel_subscription
Cancel a subscription in Paddle. This action cannot be undone.
Write High risk
Create Customer
paddle:create_customer
Create a new customer in Paddle.
Write Medium risk
Create Discount
paddle:create_discount
Create a new discount in Paddle.
Write Medium risk
Create Price
paddle:create_price
Create a new price for a product in Paddle.
Write Medium risk
Create Product
paddle:create_product
Create a new product in Paddle.
Write Medium risk
Create Transaction
paddle:create_transaction
Create a new transaction in Paddle for one-time or subscription purchases.
Write Medium risk
Pause Subscription
paddle:pause_subscription
Pause a subscription in Paddle. Can be resumed later.
Write Medium risk
Resume Subscription
paddle:resume_subscription
Resume a paused subscription in Paddle.
Write Medium risk
Update Customer
paddle:update_customer
Update an existing customer in Paddle.
Write Medium risk
Update Discount
paddle:update_discount
Update an existing discount in Paddle. Note: type, amount, and currency cannot be updated.
Write Medium risk
Update Price
paddle:update_price
Update an existing price in Paddle. Note: unit_price and billing_cycle cannot be updated.
Write Medium risk
Update Product
paddle:update_product
Update an existing product in Paddle.
Write Medium risk
MCP & Runtime API

Call Paddle
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Paddle actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

paddle:get_customer READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "paddle:get_customer",
    "args": {},
    "execution_id": "agent-001"
  }'
paddle:cancel_subscription WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "paddle:cancel_subscription",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Paddle.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Paddle data
Call paddle:get_customer via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Paddle
Dry-run validates paddle:cancel_subscription before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Order or fulfillment event
Process with AI
Update customer records
Notify team via Slack
How it works

Every Paddle action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Paddle — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Paddle action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Paddle action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Paddle works best
alongside these.

Build multi-step workflows that connect Paddle to the rest of your stack. All governed. All audited.

Paddle integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Paddle in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →