How to Use the CleverTap MCP in Claude Code
Pipe CleverTap campaign metrics straight into your terminal scripts with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CleverTap MCP to Claude Code
Create your Vinkius account to connect CleverTap 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.
Headless campaign extraction
Running marketing audits from the command line relies on `list_clevertap_campaigns` to find active pushes. Trigger Claude Code in your terminal, and it executes the search instantly. The agent pipes those IDs into `get_campaign_performance_report`, formatting the raw JSON into a clean text summary. You never have to open a browser dashboard again.
Automate schema checks via MCP Server
Preventing CI/CD pipeline breaks requires `list_event_schemas` to verify frontend tracking fields. Run a headless check where the agent calls this during your build process. It compares the production requirements against your committed code. If someone altered a critical custom event, the script flags the mismatch before deployment.
Monitor live stats in the shell
Watching traffic spikes during a deployment means running `get_real_time_usage_stats` on a loop. Claude Code prints active user counts directly to standard output. Need to know who is hitting the new endpoints? The agent follows up with `list_clevertap_segments` and `get_user_profile_details` to verify the right cohorts are active.
Set up CleverTap 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 seeclevertap-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CleverTap transactions." It will automatically discover and invoke the available CleverTap tools.
claude mcp add --transport http clevertap-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 CleverTap MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CleverTap MCP today
We host it, we monitor it, we maintain it. You just paste one token.