Connect Claude, ChatGPT, Grok or any MCP client to OBO Travel: live availability, real prices and trip ideas, with a direct booking link for every result.
https://onebookingonline.com/mcp
Streamable HTTP transport, stateless JSON-RPC 2.0, no authentication. Paste the URL and go.
https://onebookingonline.com/mcpclaude mcp add --transport http \ obo-travel https://onebookingonline.com/mcp
{ "mcpServers": { "obo-travel": {
"type": "http",
"url": "https://onebookingonline.com/mcp"
} } }
Five read-only tools. Every price is a live total in USD; every hotel result includes a booking_url that opens the prefilled booking page on onebookingonline.com.
| Tool | What it returns | Example ask |
|---|---|---|
search_hotels | Up to 10 bookable hotels for a city and dates: live USD totals, stars, board, free-cancellation deadline, booking link. Filters for stars, nightly budget and free cancellation; sort by price or stars. | "4-star hotels in Dubai, Dec 10 to 14, free cancellation, under $120 a night" |
get_hotel_offers | Room-level live offers for one hotel: room names, board, total price, cancellation deadline, booking link. | "What rooms does that hotel have and what do they cost?" |
find_deals | The cheapest live-priced stays across the next two months for a destination. Made for flexible dates. | "When is it cheapest to spend 2 nights in Paris?" |
get_trip_ideas | Curated destinations by theme (beach, city break, luxury, budget, culture, family) with why-go notes and coverage stats. | "Give me budget trip ideas for a long weekend" |
search_destinations | The cities OBO covers, with verified-bookable hotel counts, filterable by country. | "Which UAE cities can I book through OBO?" |
Once connected, just talk to your assistant. Eight starters:
Assistants can also hand users straight to our human-friendly Budget Planner with everything prefilled: /planner?budget=1500&vibes=beach,spa&n=4 shows 15 live-priced trips under that budget in one tap.
A real request against the live endpoint (copy-paste it into a terminal):
# Live availability search: Dubai, 2026-10-14 to 2026-10-16 curl -s https://onebookingonline.com/mcp -H 'Content-Type: application/json' -d '{ "jsonrpc":"2.0","id":1,"method":"tools/call", "params":{"name":"search_hotels","arguments":{ "destination":"Dubai","check_in":"2026-10-14","check_out":"2026-10-16", "min_stars":4,"free_cancellation_only":true,"limit":3}} }' # Returns live hotels like: { "name": "Millennium Place Barsha Heights Hotel", "stars": 4, "total_price_usd": 74.80, "free_cancellation_until": "2026-10-12", "booking_url": "https://onebookingonline.com/hotel/dubai/millennium-place-barsha-heights-hotel-h9211168-3.html?check_in=..." }
| Scope | Limit (per IP) |
|---|---|
| All requests | 30 / minute · 500 / day |
| Live availability searches | 10 / minute · 150 / day |
booking_url links, on a secure checkout you complete yourself.
Prices returned by the tools are live totals in USD for the whole stay and can change until checkout. The booking page always shows the binding price.
/.well-known/mcp.json describes this server (endpoint, transport, tools, limits) in JSON.
/llms.txt (short) and /llms-full.txt (complete) cover the whole site plus this MCP server, in plain Markdown.
The MCP URL is referenced from robots.txt, llms.txt, this page's structured data and the site footer, so autonomous agents can find and connect without human help.