INDIVIDUAL MCP TOOL
get_booking_status
Look up one booking by its token — the long hex string at the end of a checkout link.
LIVE ENDPOINT
https://mcp.treeple.kz/mcp
Connect to this endpoint to inspect the live schema for get_booking_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.treeple]
url = "https://mcp.treeple.kz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"treeple": {
"type": "http",
"url": "https://mcp.treeple.kz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: treeple
Remote MCP URL: https://mcp.treeple.kz/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": {
"treeple": {
"url": "https://mcp.treeple.kz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"treeple": {
"type": "http",
"url": "https://mcp.treeple.kz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "treeple",
"transport": "streamable-http",
"url": "https://mcp.treeple.kz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_tours— Search the Treeple catalogue of guided tours in Kazakhstan.get_tour— Full details for one tour: day-by-day itinerary, what is included and excluded, meeting place, cancellation terms and the per-person price at each group size.get_availability— Departure dates for a tour.submit_booking_request— Hand a booking request to a Treeple manager, who then contacts the traveller.get_quote— Ask Treeple to price one tour for a specific group and date.create_booking_session— Turn a quote into a checkout link on treeple.kz and give that link to the traveller.search_content— Search Treeple content that is NOT a tour: places to see, restaurants, travel articles, and the categories tours are sold in.get_content— Full entry for one item returned by search_content, addressed by its slug.