How to Use the Ezus MCP in Cursor
Build custom travel booking tools in Cursor using live Ezus project data and supplier APIs injected directly into your code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ezus MCP to Cursor
Create your Vinkius account to connect Ezus 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.
Live travel data via MCP Server in Cursor
Stop writing mock data for your travel apps. This MCP Server lets your Cursor Agent pull actual live pricing using `list_products` to test your frontend components. The agent calls `get_project` to fetch real trip structures. You see exactly how your Cursor application handles complex nested travel itineraries without manual API testing.
Code supplier syncs faster
Building a custom dashboard for your tour operators is tedious. Let your Cursor agent use `list_suppliers` and `get_supplier` to map out database schemas directly in your active file. Cursor writes the integration logic while pulling live field names from your Ezus database. You don't have to keep the API documentation open in another window.
Test write operations safely
Verify your booking pipeline by letting your Cursor editor run `upsert_project`. The agent executes the tool in real-time to confirm your database accepts the payload. You can immediately run `list_projects` in the Cursor chat sidebar to verify the write succeeded. It cuts your feedback loop down to a couple of seconds.
Set up Ezus 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 Ezus 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 Ezus transactions." If the MCP tools are loaded correctly, Cursor will call the Ezus tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ezus-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 Ezus. 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 Ezus MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ezus MCP today
We host it, we monitor it, we maintain it. You just paste one token.