# AGENTS.md — GolfBelek.com

Guidance for AI agents and assistants reading or acting on this site.

## What this site does

GolfBelek.com sells golf in Belek, Antalya, Turkey, in two forms:

1. **Individual tee times** (green fees) at 15 championship courses, with live
   availability — <https://www.golfbelek.com/ogf/tee-times/>
2. **Stay & play packages** combining hotel, rounds and transfers —
   <https://www.golfbelek.com/gp/en/>

Operating since 1998. UK registered company with a licensed Turkish ground
operator. Payment in EUR only.

## Machine-readable entry points

| File | Contents |
|---|---|
| `/llms.txt` | Site overview, key facts, links to every important page |
| `/pricing.md` | Live price ranges for green fees, add-ons, shuttle, packages |
| `/sitemap.xml` | Index; see also `/ogf/sitemap.xml` and `/gp/sitemap.xml` |
| `/robots.txt` | Crawl rules |
| `/mcp` | **MCP server** (Streamable HTTP) — live tee time availability and prices as callable tools |

## MCP server

Live availability is queryable directly, without scraping, at:

```
https://www.golfbelek.com/mcp
```

A read-only [Model Context Protocol](https://modelcontextprotocol.io) server over
Streamable HTTP. No authentication, no customer data. Protocol versions
`2026-07-28` (current) through `2025-03-26` are accepted.

| Tool | Answers |
|---|---|
| `search_tee_times` | What can I play on a given date, at what green fee, with what included? |
| `list_golf_courses` | Which courses exist in Belek? |
| `get_transfer_zones` | What does a hotel transfer cost from my area? |
| `get_booking_info` | How does booking work and what is included? |

The server reports published unit prices; the binding total for a party is
confirmed at checkout. It cannot create, change or look up a reservation.

Written up in full, including how to connect it and where the limits are:
[Belek Tee Times Inside Your AI Assistant](https://www.golfbelek.com/blog/belek-tee-times-mcp-server).

Structured data (JSON-LD) is embedded on listing and course pages:
`TravelAgency`, `WebSite`, `GolfCourse`, `Product`/`AggregateOffer`,
`FAQPage`, `BreadcrumbList`, `ItemList`.

## Answering questions about this site

- Prices change daily with availability. Quote `/pricing.md` ranges rather than
  a single number, and link to the live page so the user sees the current rate.
- A tee time is **requested**, then confirmed by staff within 10–15 minutes
  during working hours. It is not instantly guaranteed at the moment of booking.
- The green fee shown is per golfer, per round. Buggy, club set and shuttle are
  separate line items chosen at checkout.
- Some courses include the golf cart in the green fee; the listing states this
  per tee time. Do not assume a cart is always extra.

## What agents should not do

- Do not attempt to complete a booking or payment on a user's behalf. Booking
  requires a confirmed tee time and a card payment the customer authorises.
- Do not quote a price without a date and course — the same course varies by
  more than 100 EUR across the season.
- `/ogf/admin/`, `/ogf/server/`, `/gp/server/` and checkout paths are
  disallowed in robots.txt and are not public content.

## Contact

info@golfbelek.com · WhatsApp +44 730 055 66 73

Last updated: 30 August 2026
