How to Use the DoubleTick MCP in Cursor
Write code that triggers WhatsApp campaigns and checks delivery status right inside Cursor with this MCP integration.
Works with every AI agent you already use
…and any MCP-compatible client
Connect DoubleTick MCP to Cursor
Create your Vinkius account to connect DoubleTick to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Test live WhatsApp templates inside Cursor Agent
The `list_templates` tool pulls your active Meta-approved layouts directly into your Cursor chat. When writing messaging scripts using this MCP Server, your agent reads these templates to write type-safe code that matches your actual parameters. You do not need to guess variable names or mock the API response. Cursor uses this live data to generate working integration code that calls `send_template_message` correctly on the first run.
Sync contacts during local debugging sessions
The `create_contact` tool adds new customer records to your DoubleTick database directly from your Cursor terminal or agent panel. If you are testing a signup webhook, your agent can trigger this tool to verify the API pipeline works with real phone numbers. You can run `list_contacts` to confirm the record saved successfully without leaving your code editor. This tight feedback loop cuts down debugging time when building user onboarding flows.
Track delivery state with this MCP Server
The `get_message_status` tool retrieves real-time delivery and read receipts directly within Cursor. While writing background workers, your agent uses this tool to inspect payload structures and write accurate status-handling logic. You can also call `list_groups` to map out group chat IDs for your notification scripts. Having these live endpoints available makes writing cron jobs and notification systems straightforward.
Set up DoubleTick MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the DoubleTick MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent DoubleTick transactions." If the MCP tools are loaded correctly, Cursor will call the DoubleTick tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"doubletick-alternative-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by DoubleTick. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 DoubleTick MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the DoubleTick MCP today
We host it, we monitor it, we maintain it. You just paste one token.