How to Use the Whop MCP in Claude Code
Script Whop operations from the terminal using the Claude Code MCP Server for CI/CD.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Whop MCP to Claude Code
Create your Vinkius account to connect Whop to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Verify User Access Status
You can pull a user's specific membership details by calling `get_membership`. This function returns all relevant data points about a single subscription. It's perfect for validating access rights in a CI/CD pipeline. You also have `list_memberships` to check multiple accounts at once. Pipe that output into a script to verify large batches of user status across your platform.
Handle Promotional Code Lifecycle
Need to automate promo code creation? Use the `create_promo_code` tool via the terminal. You can then use `list_promo_codes` to instantly verify that the new code exists and is properly formatted. For general product inventory, run `list_products`. This lets you check if a specific SKU is available before triggering a deployment or build job.
Audit Financial Transactions
The terminal makes auditing easy. Use `list_payments` to pull all transaction records into your script's output stream. This data is ideal for feeding into an external analytics tool. Complementing that, the `list_invoices` function pulls customer invoices. You can then process this list against your payment logs to ensure every sale has a corresponding bill.
Set up Whop MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seewhop-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Whop transactions." It will automatically discover and invoke the available Whop tools.
claude mcp add --transport http whop-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Whop MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Whop MCP today
We host it, we monitor it, we maintain it. You just paste one token.