← tickadoo.com
INDIVIDUAL MCP TOOL
get_transfer_info
Use this when the user is arriving in a supported city and needs transfer guidance from an airport, station, or port to a hotel coordinate.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tickadoo-com]
url = "https://mcp.tickadoo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tickadoo-com": {
"type": "http",
"url": "https://mcp.tickadoo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tickadoo-com
Remote MCP URL: https://mcp.tickadoo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tickadoo-com": {
"url": "https://mcp.tickadoo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tickadoo-com": {
"type": "http",
"url": "https://mcp.tickadoo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tickadoo-com",
"transport": "streamable-http",
"url": "https://mcp.tickadoo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_experiences— Use this when the user names a city plus a category, query, or filter set and wants a ranked list of bookable experiences.search_local_experiences— Use this when the user mentions a place, neighbourhood, landmark, or area but does not give exact coordinates.find_nearby_experiences— Use this when a non-ChatGPT client supplies exact latitude and longitude and wants experiences near that coordinate.whats_on_tonight— Use this when the user asks what is on in a city tonight.get_last_minute— Use this when the user wants something to do within the next few hours.get_whats_on_this_week— Use this when the user wants ideas for the coming week in a city.recommend_experiences— Use this when the user describes what they want in natural language rather than naming a category.get_city_guide— Use this when the user wants an orientation overview of a city for trip planning.