Whop Connector for AI agents.
11 live capabilities
Manage digital products, memberships, and payments from a single chat.
Waiting for input…
Why people use Whop
Whop for Digital Product and Membership Management
This Connector changes the workflow. Instead of clicking through three different menus, you just tell your AI agent what you need. You can check a member's status, pull an invoice, or launch a new promo code in seconds. You get to stay in your creative flow while the agent handles the logistics.
What Vinkius changes
You get a voice-controlled dashboard for your entire digital storefront.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Running a flash sale
A creator wants to run a 24-hour sale.
- Real-world use case 02
Troubleshooting a user account
A community manager needs to find out why a user is complaining.
- Real-world use case 03
Weekly revenue reporting
An accountant needs a summary of the week's sales.
Complete set · 11capabilities
The complete Whop capability set.
These are the exact actions your AI can choose when you ask it to work with Whop.
01—04
4 capabilities in this set.
Part of 11 available through Whop.
- 01 Capability
Get membership
Pull up the specific details for a single membership. Use this to see exactly what a user is subscribed to.
- 02 Capability
Cancel membership
Cancel a specific user membership. Use this to handle churn or administrative removals instantly.
- 03 Capability
Create promo code
Generate a new discount code for your storefront. This helps you run flash sales or influencer campaigns quickly.
- 04 Capability
List invoices
See a list of all customer invoices. It makes it easy to track who has paid and who hasn't.
05—08
4 capabilities in this set.
Part of 11 available through Whop.
- 05 Capability
Get me
Get your current Whop user or company details. This is the quickest way to confirm your account status.
- 06 Capability
List memberships
See a list of all user memberships. Use this to get a bird's-eye view of your active subscriber base.
- 07 Capability
List payments
View your payment transactions. This lets you monitor your incoming revenue streams in real-time.
- 08 Capability
List plans
See all your Whop subscription plans. Use this to review your pricing structure and tiers.
09—11
3 capabilities in this set.
Part of 11 available through Whop.
- 09 Capability
List products
See all products in your Whop storefront. This helps you keep track of your entire digital catalog.
- 10 Capability
List promo codes
See all existing promotional codes. Use this to manage your current marketing campaigns.
- 11 Capability
List reviews
See all product reviews. This helps you monitor customer feedback and community health.
Set up in minutes
One URL. Then ask Whop to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Whop 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_G0hU2BNReFm5e8yvFu1MHtAp8Kslgu6QGPNW3NjG/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 Whop, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Whop for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_G0hU2BNReFm5e8yvFu1MHtAp8Kslgu6QGPNW3NjG/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 Whop URL.
- Step 03
Save and start
Save the connection and enable Whop in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"whop": {
"url": "https://edge.vinkius.com/vk_preview_G0hU2BNReFm5e8yvFu1MHtAp8Kslgu6QGPNW3NjG/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 Whop
Open Agent mode in chat and ask: "Using Whop, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"whop": {
"url": "https://edge.vinkius.com/vk_preview_G0hU2BNReFm5e8yvFu1MHtAp8Kslgu6QGPNW3NjG/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 Whop
Ask Copilot: "Using Whop, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"whop": {
"url": "https://edge.vinkius.com/vk_preview_G0hU2BNReFm5e8yvFu1MHtAp8Kslgu6QGPNW3NjG/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 Whop
Open Cascade and ask: "Using Whop, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"whop": {
"url": "https://edge.vinkius.com/vk_preview_G0hU2BNReFm5e8yvFu1MHtAp8Kslgu6QGPNW3NjG/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 Whop
Ask Cline: "Using Whop, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add whop --transport http "https://edge.vinkius.com/vk_preview_G0hU2BNReFm5e8yvFu1MHtAp8Kslgu6QGPNW3NjG/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 Whop
Ask Claude: "Using Whop, show me...". 11 tools are ready
Where the request belongs
Work Whop can move forward.
For digital creators and community owners who are drowning in administrative tasks. It's for the person who spends more time troubleshooting memberships than actually creating content.
Digital Creator
Manages access for software and communities without leaving the chat.
E-commerce Ops Manager
Automates tracking for payments, invoices, and promo codes.
Community Manager
Quickly checks user statuses and handles admin tasks via conversation.
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.
Podia
Manage your Podia store. list customers, track sales, and oversee products and subscriptions directly from any AI agent.
FastSpring
Manage digital commerce via FastSpring. track orders and subscriptions, handle accounts, and manage product catalogs directly from any AI agent.
Memberful
Monetize your content with membership subscriptions that integrate seamlessly into your existing website and WordPress setup.
Buy Me A Coffee
Manage your creator account via Buy Me A Coffee. track supporters, memberships, and digital products directly from any AI agent.
Memberstack
Member authentication and user management via Memberstack. manage members, plans, and custom fields.
Bring your own AI
Change the model, client or framework. Keep Whop 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 Whop.
The practical details behind the request, access and result.
Can the Whop MCP help me manage my community memberships?
Yes, it lets you see who's joined, check their current plan, and handle cancellations through your AI agent.
Can I use the Whop MCP to create discount codes?
Absolutely. You can ask your agent to generate new promo codes for specific products or plans instantly.
Does the Whop MCP track my store's revenue?
It allows your agent to pull lists of payments and invoices so you can monitor your sales history easily.
Can I see what products I'm selling with the Whop MCP?
Yes, your agent can list all your current products and subscription plans whenever you need to review your catalog.
Is the Whop MCP good for checking customer feedback?
You can use it to pull product reviews, making it easy to see what your customers think of your offerings.
Can I cancel a user's subscription using the Whop MCP?
Yes, you can tell your agent to cancel a specific membership, which is great for handling support requests quickly.
How do I find my Whop Company API Key?
Log in to your Whop dashboard, navigate to Settings > Developer, and you will find your unique Company API Key in the API section.
Can the agent process membership cancellations?
Yes! The cancel_membership capability allows your AI agent to programmatically end a user's subscription when requested.
One connection away
Give your agent a direct line to Whop.
Connect Whop once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available