How to Use the UniOne MCP in Cursor
Write code that sends real emails using UniOne directly in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect UniOne MCP to Cursor
Create your Vinkius account to connect UniOne 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.
Send live, context-aware emails.
When you call `send_template`, the AI generates the full API request and injects it into your code. You don't get mock data; you use real UniOne responses to write working code. This means your agent mode can handle complex logic, like sending a specific confirmation email only if the user's profile status matches certain criteria.
Configure webhooks in-line.
You need to set up an endpoint that gets notified when an event happens? Use `set_webhook`. The AI writes the setup code right into your file, using a live API call to configure UniOne. It handles both reading (`get_webhook`) and writing the configuration details for you.
Manage email content drafts.
The `list_templates` tool lets the AI verify which templates are available before writing the sending logic. You can use this list to ensure your code only references valid UniOne resources. If you need to change one, just call `set_template`, and the resulting code is immediately updated.
Set up UniOne 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 UniOne 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 UniOne transactions." If the MCP tools are loaded correctly, Cursor will call the UniOne tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"unione-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 UniOne. 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 UniOne MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the UniOne MCP today
We host it, we monitor it, we maintain it. You just paste one token.