How to Use the Zenloop MCP in Claude Code
Automate Zenloop survey management in CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Zenloop MCP to Claude Code
Create your Vinkius account to connect Zenloop 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.
Create survey responses for different channels.
In a headless environment, you can programmatically log answers. Use `create_email_answer` when your pipeline processes an email submission. If the source is a website embed, call `create_embed_answer` to capture that data. Other sources are handled similarly: use `create_link_answer` for Link channels, or execute `create_overlay_answer` if the feedback came from a Website Overlay.
Get account and survey details.
Before running any logic, you need to confirm inputs. Use `get_account_details` to fetch Zenloop's general account info into your script variables. Likewise, call `get_survey_details` to retrieve all necessary parameters for a specific survey ID. This makes your CI/CD jobs self-contained and reliable.
Manage and list customer responses.
Your automation flow starts by running `list_surveys` to get an inventory of all active surveys. Then, you use `list_survey_answers` to pull the actual feedback records. Remember that this tool accepts date filtering, letting your script focus only on answers logged during a specific deployment window.
Set up Zenloop 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 seezenloop-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Zenloop transactions." It will automatically discover and invoke the available Zenloop tools.
claude mcp add --transport http zenloop-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 Zenloop MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Zenloop MCP today
We host it, we monitor it, we maintain it. You just paste one token.