Live MCP server · free · no API key · no signup

Book-ready hotel search,
inside your AI assistant

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
822,000+hotels
16,614+cities
190countries
Liveprices

Connect in under a minute

Streamable HTTP transport, stateless JSON-RPC 2.0, no authentication. Paste the URL and go.

Claude (web / desktop)

  1. Settings → Connectors
  2. Add custom connector
  3. Paste https://onebookingonline.com/mcp

💬ChatGPT

  1. Settings → Apps & Connectors
  2. Enable Developer mode
  3. Add MCP server with the URL above

Claude Code / CLI

claude mcp add --transport http \
  obo-travel https://onebookingonline.com/mcp

🔧Cursor / VS Code / any client

{ "mcpServers": { "obo-travel": {
    "type": "http",
    "url": "https://onebookingonline.com/mcp"
} } }

What your assistant can do

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.

ToolWhat it returnsExample ask
search_hotelsUp 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_offersRoom-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_dealsThe 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_ideasCurated 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_destinationsThe cities OBO covers, with verified-bookable hotel counts, filterable by country."Which UAE cities can I book through OBO?"

Things to ask

Once connected, just talk to your assistant. Eight starters:

Find a 5-star hotel in Dubai with free cancellation for December 10 to 14, under $150 a night
When is it cheapest to spend 3 nights in Paris in the next two months?
Compare the three cheapest 4-star hotels in Barcelona for a weekend in November
What rooms does the Millennium Place Barsha Heights have on December 10 to 12, and at what price?
Plan a budget beach getaway: which destinations do you suggest and what would a stay cost?
Which cities in the United Arab Emirates can I book through OBO Travel?
I need a family city break in February: suggest destinations, then find three kid-friendly hotels with prices
Find a luxury stay in Istanbul with breakfast included and give me the direct booking link

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.

See it work

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=..." }

Fair use

ScopeLimit (per IP)
All requests30 / minute · 500 / day
Live availability searches10 / minute · 150 / day

Scope and security

Read-only, trip research only. This connector searches hotels, compares live prices and collects ideas. It cannot create bookings, take payments, or read any account or personal data. There is no state and no tracking beyond standard rate limiting. Booking always happens on onebookingonline.com via the 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.

For agents and crawlers

🤖Machine-readable metadata

/.well-known/mcp.json describes this server (endpoint, transport, tools, limits) in JSON.

📖Agent documentation

/llms.txt (short) and /llms-full.txt (complete) cover the whole site plus this MCP server, in plain Markdown.

🔍Discovery

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.