AI Connection: connect Airbnb & Booking.com to your AI
Connect ChatGPT, Claude, Cursor or any MCP-aware AI assistant to your hejGuide data with one OAuth login. Because hejGuide is your channel manager for Airbnb, Booking.com and Vrbo, the AI sees every channel through a single connection — it can read your bookings, revenue, reviews and guests, and draft replies or tasks under your control.
hejGuide implements the Model Context Protocol (MCP) spec 2025-11-25 over Streamable HTTP, protected by OAuth 2.1 with Dynamic Client Registration and PKCE.
Get connected in 30 seconds
New here? Read the overview on hejguide.com/ai-connection first — what it does, what it costs, and why it's a bring-your-own-AI connection.
What hosts ask their AI
| Scenario | Example | Tools used |
|---|---|---|
| Morning briefing | "Who is checking in today, what does the cleaner need to know, and is anyone still waiting for a reply?" | bookings.get_today_checkins · messages.list_threads · tasks.list |
| Pricing & performance | "Which listings are dragging down my revenue this quarter, and how do they compare to last year?" | reports.get_top_listings · reports.compare_periods · pricing.get_current_rates |
| Reputation & guests | "Draft a reply to the negative review on Beach House, then summarise what guests love most this year." | reviews.create_draft_reply · reviews.get_sentiment_summary |
| Guidebook & local guide | "Add a Wi-Fi page to the Beach House guidebook and a tip for Cafe Brecht in the Restaurants category." | guidebook.create_page · places.create |
What stays in your control
- Per-permission consent. Toggle off any data type at connect time. You can always reconnect with different permissions.
- No surprise writes. Draft replies and messages are saved as drafts. Nothing publishes to a guest, Channex or an OTA without your click.
- PII stays masked by default. Guest email and phone require explicit
include_pii: truewith a written reason. Every unmask is logged. Maximum 50 unmask lookups per day per account. - Revoke anytime. One click in your account settings kills the connection and rotates the token.
Developer reference
- Connect a client — Step-by-step for Claude Desktop and ChatGPT, plus the raw OAuth flow for custom integrations
- Tools — All 56 tools with arguments, return shape and scope requirement
- Scopes & permissions — The 19 OAuth scopes mapped to plan modules
- Sub-processor disclosure — Which AI providers receive your data
Quick facts
| Protocol endpoint | https://mcp.hejguide.com/mcp |
| Resource metadata | https://mcp.hejguide.com/.well-known/oauth-protected-resource |
| Authorization server | https://dashboard.hejguide.com |
| MCP spec | 2025-11-25 · Streamable HTTP |
| Auth | OAuth 2.1 · Dynamic Client Registration (RFC 7591) · PKCE S256 mandatory |
| Token type | Opaque DB-backed · access 1h · refresh 30d (rotating) |