Paddle Connector for AI agents.
10 live capabilities
Manage SaaS subscriptions and billing data for your business.
Waiting for input…
Why people use Paddle
Paddle for SaaS Billing and Subscription Management
This Connector changes that by putting your billing data right where you're already working. Instead of hunting for invoice IDs, you just ask your agent to pull the latest records or check a subscription's status. You get your answers in seconds without ever leaving your chat interface.
What Vinkius changes
You get a direct line to your billing data without ever opening the Paddle dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a subscription pause request
A customer wants to pause their seats for a month.
- Real-world use case 02
Auditing regional tax boundaries
RevOps needs to know the tax boundaries for a new country.
- Real-world use case 03
Verifying a customer overcharge claim
A user claims they were overcharged.
Complete set · 10capabilities
The complete Paddle capability set.
These are the exact actions your AI can choose when you ask it to work with Paddle.
01—04
4 capabilities in this set.
Part of 10 available through Paddle.
- 01 Capability
Cancel subscription
Ends an active subscription. You can set it to happen right now or at the end of the current billing cycle.
- 02 Capability
Get customer details
Pulls the full profile for a specific customer. It's useful for seeing their contact info and tax details in one go.
- 03 Capability
Get subscription details
Shows the current status of a specific plan. Use it to check next billing dates and current payment amounts.
- 04 Capability
Get transaction details
Grabs the specifics of a single payment. This helps you see prorations and individual line items.
05—07
3 capabilities in this set.
Part of 10 available through Paddle.
- 05 Capability
List customers
Returns a list of all accounts in your Paddle dashboard. It's the fastest way to see your entire customer base.
- 06 Capability
List catalog prices
Shows all the different pricing definitions you've set up. Use this to see how different tiers are priced across regions.
- 07 Capability
List subscriptions
Pulls a list of every active and past subscription. Use it to audit your current recurring revenue.
08—10
3 capabilities in this set.
Part of 10 available through Paddle.
- 08 Capability
List transactions
Shows every billing event in your history. This is your go-to for auditing payments and finding specific receipts.
- 09 Capability
Pause subscription
Temporarily halts a recurring plan. It's perfect for customers who need a break without fully canceling.
- 10 Capability
List catalog products
Lists every product you currently sell. It helps your agent understand what's available in your store.
Set up in minutes
One URL. Then ask Paddle to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Paddle from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iApkUhC3WkMhTJGQ3RDbIZIvCfwGAJhDm0YuoHY3/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Paddle, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Paddle for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iApkUhC3WkMhTJGQ3RDbIZIvCfwGAJhDm0YuoHY3/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Paddle URL.
- Step 03
Save and start
Save the connection and enable Paddle in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"paddle": {
"url": "https://edge.vinkius.com/vk_preview_iApkUhC3WkMhTJGQ3RDbIZIvCfwGAJhDm0YuoHY3/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Paddle
Open Agent mode in chat and ask: "Using Paddle, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"paddle": {
"url": "https://edge.vinkius.com/vk_preview_iApkUhC3WkMhTJGQ3RDbIZIvCfwGAJhDm0YuoHY3/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Paddle
Ask Copilot: "Using Paddle, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"paddle": {
"url": "https://edge.vinkius.com/vk_preview_iApkUhC3WkMhTJGQ3RDbIZIvCfwGAJhDm0YuoHY3/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Paddle
Open Cascade and ask: "Using Paddle, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"paddle": {
"url": "https://edge.vinkius.com/vk_preview_iApkUhC3WkMhTJGQ3RDbIZIvCfwGAJhDm0YuoHY3/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Paddle
Ask Cline: "Using Paddle, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add paddle --transport http "https://edge.vinkius.com/vk_preview_iApkUhC3WkMhTJGQ3RDbIZIvCfwGAJhDm0YuoHY3/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Paddle
Ask Claude: "Using Paddle, show me...". 10 tools are ready
Where the request belongs
Work Paddle can move forward.
This is for support leads tired of hunting for order IDs, RevOps analysts who need clean revenue data, and SaaS devs testing checkout flows.
Customer Success Lead
Handles billing disputes and subscription changes without manual dashboard navigation.
Revenue Operations Analyst
Pulls transaction ledgers and tax data to build accurate revenue models.
SaaS Product Manager
Checks localized pricing and catalog definitions during feature launches.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCheddar
Manage usage-based billing and subscriptions via Cheddar. track usage, monitor invoices, and manage customers directly from any AI agent.
Chargebee
Manage recurring subscriptions, automate billing cycles, and reduce churn with revenue operations built for SaaS growth.
Stripe
Manage payments, customers, subscriptions, invoices, and account balance via Stripe. all from any AI agent.
Billsby
Manage subscription billing via Billsby. list customers, subscriptions, and invoices directly from any AI agent.
Zoho Billing
Comprehensive billing and subscription management platform.
Orb
Automate usage-based billing via Orb. ingest events, manage subscriptions, and track invoices directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Paddle connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Paddle.
The practical details behind the request, access and result.
Can the Paddle MCP help my support team manage plan changes?
Yes, it lets agents pause or cancel subscriptions directly. This means your team can handle requests in real-time without needing to switch to a different dashboard.
Does the Paddle MCP allow me to see my transaction history?
Yes, you can pull lists of all billing events and specific details. This is great for auditing payments or finding specific receipts for your customers.
Can I use the Paddle MCP to check customer tax information?
Yes, it lets you see the tax identification boundaries for your accounts. This is helpful for ensuring your billing records are accurate and compliant.
How does the Paddle MCP help with revenue reporting?
It lets you pull structured transaction arrays and pricing data for analysis. Your agent can gather these details instantly to help you build revenue models.
Can the Paddle MCP handle refunds?
No, this Connector is for managing subscription states and viewing records. For processing actual refunds, you still need to use the Paddle dashboard.
Will the Paddle MCP show me my product catalog?
Yes, it can list all your products and their localized pricing definitions. This helps your agent provide accurate quotes to potential customers.
Can I cancel a customer subscription directly from chat?
Yes. The agent leverages the cancel_subscription capability to stop recurring plans natively. You can instruct the agent to cancel it "immediately" or "at the next_billing_period" according to Paddle's API logical boundaries.
How do I fetch the exact localized checkout prices?
The list_catalog_prices query extracts the complete Price definitions from your Paddle system. It details the billing frequency, currency boundaries, tax-inclusiveness flags, and item descriptions seamlessly.
Is Paddle Classic Supported or is this for Paddle Billing?
This integration targets the modern Paddle Billing REST API which leverages robust structural objects (like Customers, Businesses, and Subscriptions) ensuring clean MoR tax boundaries and granular item mappings.
One connection away
Give your agent a direct line to Paddle.
Connect Paddle once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available