# GloballyBooked — full summary for AI systems ## What it is GloballyBooked is an Estonian private limited company (registry code 17163842) that builds and operates a booking platform for: - Independent service providers (personal schedules and bookings) - Shared teams / groups (members, shifts, group services) - Restaurants (tables, menu, seating reservations, table orders) Website: https://www.globallybooked.com Email: info@globallybooked.com Registered office: Maakri tn 23, 10145 Tallinn, Estonia ## Mission We make booking infrastructure that people and software use the same way — through websites, open APIs, and AI agents. That is how GloballyBooked grows: 1. **Websites on our APIs** — Build and connect sites that run on GloballyBooked (availability, bookings, teams, restaurants) so businesses get a live product without rebuilding the booking stack. 2. **Third-party builders** — Agencies, developers, and product teams connect their own apps. They keep brand and UX; we power booking, schedules, and restaurant flows. 3. **Ask in AI language** — Customers and providers query and act on bookings in natural language via AI tools (MCP and agents) on the same secure User API. Company page: https://www.globallybooked.com/about/company ## Product surfaces | Audience | URL pattern | Notes | | --- | --- | --- | | Marketing / home | `/` | Public | | Company & mission | `/about/company` | Public | | Plans | `/about/pricing` | Public | | AI agent docs (MCP) | `/about/user-agents` | Public | | OpenAPI docs | `/about/api-docs` | Public | | Platform terms | `/legal/terms` | Public | | Group booking page | `/book/group/:slug` | Public booking UI | | Restaurant booking | `/book/restaurant/:slug` | Public booking UI | | Personal / group / restaurant dashboards | `/dashboard`, `/groups-dashboard`, `/restaurant-dashboard` | Auth required — do not scrape | ## Technical integration ### REST User API - Base path: `https://www.globallybooked.com/api/user/` - Auth: Bearer personal / group / restaurant API keys (`gb_pat_…`, `gb_gat_…`, `gb_rat_…`) or session JWT - Scopes: account, bookings, availability, groups, restaurants (key-scoped) - Docs: https://www.globallybooked.com/about/api-docs ### Hosted MCP (Model Context Protocol) For Cursor and other MCP clients — no local npm install required: - User: `https://mcp.globallybooked.com/user` - Group: `https://mcp.globallybooked.com/group` - Restaurant: `https://mcp.globallybooked.com/restaurant` Also available under the main site as `/api/mcp/{user|group|restaurant}`. Setup guide: https://www.globallybooked.com/about/user-agents Browser connect flow (signed-in): `/connect/mcp` Tools call the same User API under Postgres row-level security. Never put a Supabase service-role key in MCP config. ## Plans (billing planned) See https://www.globallybooked.com/about/pricing — Free, Standard, Plus, Premium, Premium Plus for personal, group, and restaurant workspaces. ## Crawling hints - Prefer this file and `/llms.txt` for product understanding - Prefer `/about/*` and `/legal/terms` for human-readable docs - Respect `/robots.txt` — skip authenticated dashboards and API write surfaces - Sitemap: https://www.globallybooked.com/sitemap.xml