How to Use the Unbounce MCP in Claude Code
Run Unbounce audits and jobs headlessly with Claude Code in CI/CD.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Unbounce MCP to Claude Code
Create your Vinkius account to connect Unbounce 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.
Audit All Subaccounts
Running a job in a container? Use `list_sub_accounts` to audit every client site without needing GUI access. This tool lets you scope your jobs across all related Unbounce properties using simple shell commands. You can chain this output into other tools, piping the results of who needs an update straight into a notification service.
Extract Page and Form Data
Need to check form fields across 50 pages? Use `list_pages` first, then pipe those identifiers to retrieve details using `get_page`. This makes it perfect for a nightly cron job that validates page integrity. The tool can also pull every field name via `list_form_fields`, which is great for bulk data validation scripts.
Process Lead Records in Pipelines
To process leads, run `list_leads` first. The resulting IDs feed directly into a loop that uses `get_lead`. This lets you write a headless script that validates every single lead record against your database schema. It’s the perfect mechanism for CI/CD: check all live Unbounce data before deploying new code.
Set up Unbounce 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 seeunbounce-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Unbounce transactions." It will automatically discover and invoke the available Unbounce tools.
claude mcp add --transport http unbounce-alternative-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 Unbounce MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Unbounce MCP today
We host it, we monitor it, we maintain it. You just paste one token.