← Registry

eCommerce

treeple.kz

Provides search, itinerary details, availability, quotes, and booking requests for Treeple guided tours in Kazakhstan.

1 endpoint9 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://mcp.treeple.kz/mcp

No auth detected

MCP server metadata

Name
treeple
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

Treeple is a tour operator based in Almaty, running guided tours across Kazakhstan, plus one long itinerary that crosses into Kyrgyzstan (Issyk-Kul and Song-Kul). Everything departs from Almaty. Use these tools to search the catalogue, to price a trip exactly, and to hand the traveller a checkout link or a request to a human. The normal flow is: search_tours → get_tour → get_quote → create_booking_session. Use submit_booking_request instead when the traveller cannot be priced — a group over 15, a custom itinerary, or anything get_quote refuses. Not every question is about booking. When the traveller asks what to see, where to eat, what to read, or what kinds of tours exist, use search_content and get_content — the same catalogue behind the treeple.kz site, covering 116 places, 16 tour categories, and a small number of restaurants and articles. A place opened with get_content lists the tours that actually go there, so "what is worth seeing near Almaty" can turn into a bookable tour without guessing. Six things that will otherwise trip you up: 1. Do NOT calculate prices yourself. Per-person price falls as the group grows and children count towards the group size; picking a row out of by_group_size by hand is how travellers get quoted the wrong number. Call get_quote and read out what it returns. 2. A quote is not a reservation, and it expires. Say the price "holds until" the valid_until it carries, and re-quote if the traveller comes back later. 3. Tour slugs differ per language. Use canonical_slug as the stable identifier and always pass the language explicitly. 4. Many tours have no fixed departure calendar. availability "on_request" means exactly that — not sold out — and for almost every tour a manager confirms the departure after the traveller books. 5. guide_languages and content_languages are different things. The first is what the guide actually speaks; the second is only which locales a web page exists in. Never answer "is there a guide who speaks X" from the second. 6. A field missing from a response means Treeple has no data for it. Say so, rather than assuming a default. Never collect payment details in the conversation. create_booking_session returns a link on treeple.kz where the traveller enters their own contact details; that is where the transaction happens. Bookings are looked up only by their token — there is deliberately no lookup by email or phone, so never offer to find a booking that way. Dates are ISO YYYY-MM-DD in Asia/Almaty time. Prices are USD.

Known tools 9

search_tours

Search the Treeple catalogue of guided tours in Kazakhstan.

Inferred read-only
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.

Inferred read-only
get_availability

Departure dates for a tour.

Inferred read-only
submit_booking_request

Hand a booking request to a Treeple manager, who then contacts the traveller.

Inferred read-only
get_quote

Ask Treeple to price one tour for a specific group and date.

Inferred read-only
create_booking_session

Turn a quote into a checkout link on treeple.kz and give that link to the traveller.

Inferred read-only
get_booking_status

Look up one booking by its token — the long hex string at the end of a checkout link.

Inferred read-only
search_content

Search Treeple content that is NOT a tour: places to see, restaurants, travel articles, and the categories tours are sold in.

Inferred read-only
get_content

Full entry for one item returned by search_content, addressed by its slug.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.