Podia Connector for AI agents.
10 live capabilities
Manage your digital products and customer data through natural conversation.
Waiting for input…
Why people use Podia
Podia : Stop Digging Through Dashboards to Manage Your Store
This Connector lets you stay in one window. You just tell your agent to check a sale or update a profile. You get the data you need in seconds, keeping your focus on your students and your products.
What Vinkius changes
You get a direct line to your store's data without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
A student can't access their course
A support rep asks the agent to get_customer and list_subscriptions to see if the payment actually went through.
- Real-world use case 02
Checking daily revenue
A store owner asks for a list of sales from the last 24 hours using list_sales to see how a new launch is performing.
- Real-world use case 03
Onboarding a new lead
A creator uses create_customer to add a VIP to the list immediately after a phone call without opening a browser.
Complete set · 10capabilities
The complete Podia capability set.
These are the exact actions your AI can choose when you ask it to work with Podia.
01—04
4 capabilities in this set.
Part of 10 available through Podia.
- 01 Capability
List products
Lists all digital products, courses, and webinars. Use this to see your full catalog.
- 02 Capability
List sales
Lists all your transactions. Use this to see recent revenue and sales history.
- 03 Capability
List subscriptions
Lists all active subscriptions. Use this to see who is currently paying for your plans.
- 04 Capability
List plans
Shows all your membership plans. Use this to check what tiers you currently offer.
05—07
3 capabilities in this set.
Part of 10 available through Podia.
- 05 Capability
List customers
Pulls a list of all your customers from Podia. Use this to see who's in your database.
- 06 Capability
Update customer
Updates an existing customer's info. Use this to fix typos or change contact details.
- 07 Capability
Create customer
Creates a new customer record. Use this to manually add a user to your store.
08—10
3 capabilities in this set.
Part of 10 available through Podia.
- 08 Capability
Get customer
Fetches details for a specific customer. Use this to see a deep dive into one person's profile.
- 09 Capability
Get product
Fetches details for a specific product. Use this to see pricing or metadata for one item.
- 10 Capability
Get sale
Fetches details for a specific sale. Use this to see the specifics of a single transaction.
Set up in minutes
One URL. Then ask Podia to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Podia 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_ZoZZuk5miB8Oe3bbgWWjoNogwFlUMuFX3xeDIaQ2/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 Podia, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Podia for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZoZZuk5miB8Oe3bbgWWjoNogwFlUMuFX3xeDIaQ2/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 Podia URL.
- Step 03
Save and start
Save the connection and enable Podia in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"podia": {
"url": "https://edge.vinkius.com/vk_preview_ZoZZuk5miB8Oe3bbgWWjoNogwFlUMuFX3xeDIaQ2/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 Podia
Open Agent mode in chat and ask: "Using Podia, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"podia": {
"url": "https://edge.vinkius.com/vk_preview_ZoZZuk5miB8Oe3bbgWWjoNogwFlUMuFX3xeDIaQ2/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 Podia
Ask Copilot: "Using Podia, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"podia": {
"url": "https://edge.vinkius.com/vk_preview_ZoZZuk5miB8Oe3bbgWWjoNogwFlUMuFX3xeDIaQ2/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 Podia
Open Cascade and ask: "Using Podia, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"podia": {
"url": "https://edge.vinkius.com/vk_preview_ZoZZuk5miB8Oe3bbgWWjoNogwFlUMuFX3xeDIaQ2/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 Podia
Ask Cline: "Using Podia, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add podia --transport http "https://edge.vinkius.com/vk_preview_ZoZZuk5miB8Oe3bbgWWjoNogwFlUMuFX3xeDIaQ2/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 Podia
Ask Claude: "Using Podia, show me...". 10 tools are ready
Where the request belongs
Work Podia can move forward.
This is for the digital creator who's tired of tab-switching between their community and their backend. It's for the support lead who wants to resolve issues faster and the entrepreneur who needs a pulse on sales while they're busy building.
Course Creator
Updates student info and checks enrollment counts during live sessions.
Support Specialist
Pulls up customer subscription statuses to solve billing issues quickly.
Digital Store Owner
Monitors daily sales and product performance via quick text queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKajabi
All-in-one business platform for creators. manage courses, customers, and marketing via AI.
Polar
Manage digital products, subscriptions, orders and customers via Polar. create checkouts, manage discounts and track revenue from any AI agent.
Whop
Manage digital products, payments, and memberships on Whop with AI agents.
Gumroad
Sell digital products, memberships, and physical goods directly to your audience with a checkout that handles everything.
Hotmart
Sell online courses, digital products, and memberships on the leading platform for digital creators in Latin America and beyond.
FastSpring
Manage digital commerce via FastSpring. track orders and subscriptions, handle accounts, and manage product catalogs directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Podia 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 Podia.
The practical details behind the request, access and result.
Can I use the Podia MCP to see my sales?
Yes, you can pull up a full list of your transactions or look up a specific sale to see how much was spent and on what product.
How does the Podia MCP help with customer support?
It lets you pull up customer profiles and subscription statuses instantly. You can update their info or check their access without leaving your chat window.
Can I update student info with the Podia MCP?
Yes, you can use it to modify existing customer records. This is helpful for fixing typos or updating contact details on the fly.
Does the Podia MCP work for membership sites?
It works perfectly for membership sites. You can list all your active subscriptions and see which plans your members are currently on.
How do I connect my Podia store to my AI agent?
Just subscribe to the Connector on Vinkius and add your Podia API key to your client settings. Your agent will then have the ability to interact with your store data.
Can I see my different membership plans using the Podia MCP?
Yes, you can list all your membership plans to see what tiers you offer and what details are attached to each one.
Can I update a customer's email or name directly through the AI?
Yes, you can use the update_customer capability. Just provide the Customer ID and the new details you wish to change, and the agent will process the update in your Podia account.
How do I see a list of all my digital products and courses?
Simply ask the agent to run the list_products capability. It will return a comprehensive list of your available products, courses, and webinars hosted on Podia.
Can I track my recent sales and transaction details?
Absolutely. Use list_sales to see recent transactions or get_sale with a specific ID to inspect the financial details of a particular purchase.
One connection away
Give your agent a direct line to Podia.
Connect Podia once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available