How to Use the Amenitiz MCP in Cursor
Write custom booking logic and query live Amenitiz hotel data directly inside Cursor Agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amenitiz MCP to Cursor
Create your Vinkius account to connect Amenitiz 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 hotel availability in Cursor
The `get_availability` tool fetches real-time room openings from your Amenitiz account directly into your editor. You can write your custom booking engine code while checking actual inventory data from your PMS. Cursor uses this tool to verify that your local algorithms handle sold-out dates correctly. You don't need to write mock data generators because your agent queries real API responses during development.
Map custom database schemas to Amenitiz room types
The `list_room_types` tool pulls your active property configurations straight into your workspace. Cursor reads this data to help you write accurate database migrations that match your Amenitiz structure. Your agent uses `get_property` to understand the overall hotel layout and metadata. This lets you build custom dashboards that perfectly align with your physical property setup.
Build reservation tools with this MCP Server
This MCP Server uses `list_reservations` to feed live booking lists directly to your coding agent. You can ask Cursor to generate analytical scripts that parse these bookings for occupancy trends. When debugging, your agent runs `get_reservation` to pull a single booking payload. You see the exact JSON structure your code needs to handle, speeding up your API integration work.
Set up Amenitiz 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 Amenitiz 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 Amenitiz transactions." If the MCP tools are loaded correctly, Cursor will call the Amenitiz tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"amenitiz-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 Amenitiz. 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 Amenitiz MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amenitiz MCP today
We host it, we monitor it, we maintain it. You just paste one token.