JVZoo Connector for AI agents.
10 live capabilities
Manage your affiliate marketing sales and product listings from a single chat.
Waiting for input…
Why people use JVZoo
JVZoo for Automating Affiliate Marketing Data
This Connector changes that by giving your agent direct access to your data. You can just ask your agent to summarize your top sales or list your active campaigns. It pulls the info and presents it to you in a few seconds, so you can stop copy-pasting and start making decisions.
What Vinkius changes
You get a way to talk to your JVZoo data without ever opening a browser tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Identifying top performing partners
An affiliate manager asks their agent to find which partners made the most sales last week.
- Real-world use case 02
Verifying a customer payment
A support agent needs to know if a purchase went through.
- Real-world use case 03
Auditing active promotions
A marketing lead wants to see all current offers.
Complete set · 10capabilities
The complete JVZoo capability set.
These are the exact actions your AI can choose when you ask it to work with JVZoo.
01—04
4 capabilities in this set.
Part of 10 available through JVZoo.
- 01 Capability
Get product
Retrieve descriptions and technical settings for a specific product listing. This is useful for checking specific item details.
- 02 Capability
Get sale
Fetch customer details and payment status for order verification or support. It helps you confirm if a transaction was successful.
- 03 Capability
List affiliates
See your entire approved affiliate network to identify your top performers. This is great for high-level partner audits.
- 04 Capability
List campaigns
View all active affiliate campaigns to track your current promotional efforts. It helps you see what is currently live.
05—07
3 capabilities in this set.
Part of 10 available through JVZoo.
- 05 Capability
List coupons
List all active discount coupons to audit your current incentives. Use this to ensure your promo codes are still valid.
- 06 Capability
List products
Get a full list of product names and IDs for sales analysis. Use this to get a bird's eye view of your inventory.
- 07 Capability
List sales
Pull a list of all sales transactions to monitor your revenue. It provides the raw data for your sales tracking.
08—10
3 capabilities in this set.
Part of 10 available through JVZoo.
- 08 Capability
List webhooks
See all configured webhooks to audit your automated integrations. Use this to make sure your external apps are connected.
- 09 Capability
Get account
Check your connection status and verify your account identity. This is the first step to ensure your agent can talk to JVZoo.
- 10 Capability
Get affiliate
Pull specific details for a partner to help with vetting and relationship management. Use it to see individual performance.
Set up in minutes
One URL. Then ask JVZoo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use JVZoo 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_TwlgwQFn5mbNq422scUb296NEKDtajgexM9Uu0Td/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 JVZoo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable JVZoo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TwlgwQFn5mbNq422scUb296NEKDtajgexM9Uu0Td/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 JVZoo URL.
- Step 03
Save and start
Save the connection and enable JVZoo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jvzoo": {
"url": "https://edge.vinkius.com/vk_preview_TwlgwQFn5mbNq422scUb296NEKDtajgexM9Uu0Td/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 JVZoo
Open Agent mode in chat and ask: "Using JVZoo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jvzoo": {
"url": "https://edge.vinkius.com/vk_preview_TwlgwQFn5mbNq422scUb296NEKDtajgexM9Uu0Td/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 JVZoo
Ask Copilot: "Using JVZoo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jvzoo": {
"url": "https://edge.vinkius.com/vk_preview_TwlgwQFn5mbNq422scUb296NEKDtajgexM9Uu0Td/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 JVZoo
Open Cascade and ask: "Using JVZoo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jvzoo": {
"url": "https://edge.vinkius.com/vk_preview_TwlgwQFn5mbNq422scUb296NEKDtajgexM9Uu0Td/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 JVZoo
Ask Cline: "Using JVZoo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jvzoo --transport http "https://edge.vinkius.com/vk_preview_TwlgwQFn5mbNq422scUb296NEKDtajgexM9Uu0Td/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 JVZoo
Ask Claude: "Using JVZoo, show me...". 10 tools are ready
Where the request belongs
Work JVZoo can move forward.
This is for affiliate managers and digital product owners who are drowning in spreadsheets and manual dashboard checks. It is for the person who needs to know exactly what is happening with their sales and partners at a glance.
Affiliate Manager
Vetting partners and checking their performance metrics on a daily basis.
E-commerce Ops Lead
Tracking sales trends and managing product listings across multiple campaigns.
Marketing Coordinator
Auditing coupon usage and tracking campaign IDs to see what is converting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPolar
Manage digital products, subscriptions, orders and customers via Polar. create checkouts, manage discounts and track revenue from any AI agent.
Goaffpro
Manage affiliates, track referral orders, and oversee commissions via AI agents with Goaffpro.
ReferralCandy
Connect your AI agents to ReferralCandy to manage referral programs, track advocates, register purchases, and analyze campaign performance.
Zinrelo
Manage loyalty programs, reward points, and customer engagement via the Zinrelo API.
Whop
Manage digital products, payments, and memberships on Whop with AI agents.
Podia
Manage your Podia store. list customers, track sales, and oversee products and subscriptions directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep JVZoo 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 JVZoo.
The practical details behind the request, access and result.
Can the JVZoo MCP help me track my sales?
Yes, it pulls your full transaction history so you can see revenue and payment statuses instantly without opening the dashboard.
How does the JVZoo MCP help with affiliate management?
It lets you list all your partners and pull specific details for vetting or relationship tracking in a few seconds.
Can I use the JVZoo MCP to check my product details?
You can ask your agent to retrieve descriptions, pricing, and technical settings for any listing in your account.
Does the JVZoo MCP work with my current webhooks?
It can list all your configured webhooks so you can audit your automated integrations quickly to ensure everything is running.
Can I use the JVZoo MCP to see active coupons?
Yes, it pulls a list of all active discount codes so you can audit your current incentives and make sure they are correct.
Is the JVZoo MCP good for marketing audits?
It is great for pulling campaign IDs and coupon lists to see exactly what is running in your network at any given time.
How do I get JVZoo API credentials?
Log in to your JVZoo account, navigate to My Account > Applications, and find your API Key.
Can I see sales in real-time?
Yes, the list_sales capability provides access to your recent transaction history recorded in JVZoo.
Does it support affiliate management?
Yes, you can list approved affiliates and retrieve details for specific partners using this Connector.
One connection away
Give your agent a direct line to JVZoo.
Connect JVZoo once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available