← tellandgo.com
INDIVIDUAL MCP TOOL
prebook_stay
Verify and lock the quoted rate with the supplier before payment.
LIVE ENDPOINT
https://mcp.tellandgo.com/mcp
Connect to this endpoint to inspect the live schema for prebook_stay and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.tellandgo]
url = "https://mcp.tellandgo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tellandgo": {
"type": "http",
"url": "https://mcp.tellandgo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tellandgo
Remote MCP URL: https://mcp.tellandgo.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": {
"tellandgo": {
"url": "https://mcp.tellandgo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tellandgo": {
"type": "http",
"url": "https://mcp.tellandgo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tellandgo",
"transport": "streamable-http",
"url": "https://mcp.tellandgo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_stays— Search Tell & Go's live inventory of hotels & resorts.get_stay_details— Retrieve full details for a specific Tell & Go property by its ID or slug.get_quote— Check real-time availability and get a firm price quote for a property, dates, and occupancy.start_booking— Initiate a booking from a valid quote.get_booking— Look up the status of a booking that was created in this MCP connection.cancel_booking— Cancel a booking that was created in this MCP connection.