How to Use the GetYourGuide MCP in Cursor
Generate code using live GetYourGuide API data via this MCP Server directly inside your Cursor editor environment.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GetYourGuide MCP to Cursor
Create your Vinkius account to connect GetYourGuide 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 with live GetYourGuide search tools
The `search_travel_activities` tool pulls real-time GetYourGuide activity data directly into your Cursor editor workspace. When writing travel features in Cursor, your agent calls this tool to populate your code with actual GetYourGuide tour metadata instead of placeholder text. Using `search_by_destination` alongside `list_travel_destinations` in Cursor allows you to test location-based GetYourGuide filtering logic on the fly. Your Cursor agent writes the integration code, runs it, and checks the output against live GetYourGuide destination lists.
Test availability logic in Cursor using this MCP Server
The `check_activity_availability` tool verifies open slots for any GetYourGuide tour directly within your Cursor coding session. You can ask Cursor to write a GetYourGuide booking validator, and the agent uses this tool to test the code against live inventory. By calling `get_activity_details` in Cursor, your agent inspects the exact JSON structure of a GetYourGuide tour's metadata. This means your Cursor UI components are built to match the real GetYourGuide API response schema, eliminating runtime errors later.
Build booking workflows in Cursor
The `create_travel_booking` tool lets you develop and test GetYourGuide reservation pipelines using real booking endpoints in Cursor. Your Cursor agent writes the checkout logic and verifies the payload structure by making actual GetYourGuide sandbox requests. With `get_booking_status` and `cancel_travel_booking` in Cursor, you can build and debug post-booking GetYourGuide management features. The AI inspects live response payloads to automatically generate your try-catch blocks.
Set up GetYourGuide 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 GetYourGuide 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 GetYourGuide transactions." If the MCP tools are loaded correctly, Cursor will call the GetYourGuide tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"getyourguide-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 GetYourGuide. 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 GetYourGuide MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GetYourGuide MCP today
We host it, we monitor it, we maintain it. You just paste one token.