How to Use the 360dialog MCP in Cursor
Generate Python or JS code that sends real WhatsApp messages using Cursor's AI agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect 360dialog MCP to Cursor
Create your Vinkius account to connect 360dialog 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.
Write Code That Sends Messages
Tell the Cursor agent to write a script that sends a WhatsApp message. It will use the `send_message` tool to get a real API response from 360dialog, then generate Python or JS code that actually works, not just a placeholder. This also works for media. Ask it to build a function for uploading and sending an image. Cursor will call `upload_media` and `send_media_message`, then write the code with the correct request and response structure based on the live API call.
Build on Real Template Data in Cursor
Stop guessing your template names and variables. Have Cursor's agent run `list_templates`, then ask it to write code that sends a specific template message using `send_template_message`. It will inject the correct name and parameters right into your file. You can even have it fetch a template's details with `get_template` first, so the code it generates includes comments explaining the required variables. This makes building notification systems much faster because you're working with live data from your 360dialog account.
Integrate Health Checks into Your App
When you're building an application that relies on 360dialog, you need health checks. Ask Cursor to generate a function that uses `check_360dialog_status` to ping the API and return its status. This is perfect for creating a status page or building retry logic into your app. The code Cursor writes is based on a real call to the MCP Server, so you know the response handling is correct from the start.
Set up 360dialog 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 360dialog 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 360dialog transactions." If the MCP tools are loaded correctly, Cursor will call the 360dialog tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"360dialog-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 360dialog. 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 360dialog MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the 360dialog MCP today
We host it, we monitor it, we maintain it. You just paste one token.