HasData

Booking.com MCP Server

Connect your AI agents to HasData's Booking.com MCP server. Scrape live room rates, cancellation policies, and guest review scores in structured JSON over streamable HTTP.

https://mcp.hasdata.com/api/mcp?apis=booking
Transport
Streamable HTTP
Auth
OAuth or API key
Tools
2 Booking.com tools
Price
10 credits / call
Get API Key Read the docs 1,000 free credits. No credit card required.
Data teams at
ClientsClients
Playground

See the Booking.com MCP server in action

Select a sample prompt to inspect the tool it chooses and the JSON payload your agent receives.

Booking.com · 2 tools Enter to send
Find hotels in Paris for two adults, 12 to 15 October, cheapest first
booking_search · 200 OK sample call
4,982 properties. Cheapest three for those three nights:
HOTEL ABOUKIR · $174.26 · 4.4 (889 reviews) · 2nd arr.
The cheap rate is a single bed in a female dormitory room.
HotelF1 Paris Saint Ouen · $186.38 · 6.0 (17,051)
Art Beaubourg · $189.75 · 3.9 (727) · 3rd arr.
booking_search { "keyword": "Paris", "checkInDate": "2026-10-12", "checkOutDate": "2026-10-15", "rooms": 1, "adults": 2, "children": 0, "sort": "priceLowestFirst" }
{
"url": "https://api.hasdata.com/scrape/booking/search?keyword=Paris&checkin=2026-10-12",
"status": 200,
"json": {
"results": [
{ "hotelId": 11783591, "title": "HOTEL ABOUKIR",
"room": "Single Bed in Female Dormitory Room",
"price": { "pricePerStayRaw": "$174.26", "excludedChargesRaw": "$35.52" },
"reviews": { "score": 4.4, "count": 889 },
"location": { "locationTitle": "2nd arr., Paris", "address": "134 Rue d'Aboukir" } }
],
"pagination": { "page": 1, "totalResults": 4982, "totalPages": 200 }
}
}
Find hotels in Paris for two adults, 12 to 15 October, cheapest first
booking_search · 200 OK sample call
4,982 properties. Cheapest three for those three nights:
HOTEL ABOUKIR · $174.26 · 4.4 (889 reviews) · 2nd arr.
The cheap rate is a single bed in a female dormitory room.
HotelF1 Paris Saint Ouen · $186.38 · 6.0 (17,051)
Art Beaubourg · $189.75 · 3.9 (727) · 3rd arr.
booking_search { "keyword": "Paris", "checkInDate": "2026-10-12", "checkOutDate": "2026-10-15", "rooms": 1, "adults": 2, "children": 0, "sort": "priceLowestFirst" }
{
"url": "https://api.hasdata.com/scrape/booking/search?keyword=Paris&checkin=2026-10-12",
"status": 200,
"json": {
"results": [
{ "hotelId": 11783591, "title": "HOTEL ABOUKIR",
"room": "Single Bed in Female Dormitory Room",
"price": { "pricePerStayRaw": "$174.26", "excludedChargesRaw": "$35.52" },
"reviews": { "score": 4.4, "count": 889 },
"location": { "locationTitle": "2nd arr., Paris", "address": "134 Rue d'Aboukir" } }
],
"pagination": { "page": 1, "totalResults": 4982, "totalPages": 200 }
}
}
What does Hotel Aboukir in Paris offer for 12 to 15 October?
booking_place · 200 OK sample call
A hotel at 134 Rue d'Aboukir, in the 2nd arrondissement.
Most popular facilities start with room service and free Wi-Fi.
Nine photos, a description in three blocks and five property highlights.
booking_place { "url": "https://www.booking.com/hotel/fr/aboukir-paris2.html", "checkInDate": "2026-10-12", "checkOutDate": "2026-10-15", "rooms": 1, "adults": 2, "children": 0 }
{
"url": "https://api.hasdata.com/scrape/booking/place?url=…aboukir-paris2.html",
"status": 200,
"json": { "overview": {
"id": 11783591, "title": "HOTEL ABOUKIR", "propertyType": "HOTEL",
"address": { "streetAddress": "134 Rue d'Aboukir", "addressLocality": "Paris" },
"mostPopularFacilities": ["Room service", "Free Wifi"]
} }
}
Only four-star Paris hotels with a pool and free cancellation, same dates
booking_search · 200 OK sample call
The three filters cut 4,982 properties down to 55, across three pages.
Hôtel Saint-Marc · 4 stars
Hotel La Lanterne & Spa By Timhotel · 4 stars
Hotel Grand Coeur Latin · 4 stars
booking_search { "keyword": "Paris", "checkInDate": "2026-10-12", "checkOutDate": "2026-10-15", "rooms": 1, "adults": 2, "children": 0, "rating__": ["fourStars"], "facilities__": ["swimmingPool"], "reservationPolicy__": ["freeCancellation"] }
{
"url": "https://api.hasdata.com/scrape/booking/search?keyword=Paris&rating=fourStars",
"status": 200,
"json": {
"searchInformation": { "facilities": ["swimmingPool"], "rating": ["fourStars"] },
"results": [{ "title": "Hôtel Saint-Marc", "rating": 4 }],
"pagination": { "totalResults": 55, "totalPages": 3 }
}
}
Which Paris hotels score Wonderful on those dates?
booking_search · 200 OK sample call
891 properties clear the Wonderful band.
Hôtel Le Magnifique · $953.68 · 9.2 (36 reviews)
Les Rives Oceanik · $1,064.26 · 9.1 (1,335)
Hôtel Brighton, Esprit de France · $1,814.88 · 9.0 (1,366)
Note the first one earns its 9.2 from 36 reviews and the third from 1,366.
booking_search { "keyword": "Paris", "checkInDate": "2026-10-12", "checkOutDate": "2026-10-15", "rooms": 1, "adults": 2, "children": 0, "reviewScore__": ["wonderful"] }
{
"url": "https://api.hasdata.com/scrape/booking/search?keyword=Paris&reviewScore=wonderful",
"status": 200,
"json": {
"results": [
{ "title": "Hôtel Le Magnifique", "price": { "pricePerStayRaw": "$953.68" },
"reviews": { "score": 9.2, "count": 36 } }
],
"pagination": { "totalResults": 891 }
}
}
Tools

The Booking.com tools your agent can call

2 tools

Typed parameters, required flags, and structured JSON fields for each tool. Both tools price a real stay, so the dates and the party size are part of the call rather than an afterthought.

+ hasdata_booking_search_getBookingSearchResults Priced hotel search for a stay 7 params 10 creditsTry
Parameters of hasdata_booking_search_getBookingSearchResults
ParameterTypeRequiredExample
keywordstringrequired"Paris"
checkInDatestringrequired"2026-10-12"
checkOutDatestringrequired"2026-10-15"
roomsnumberrequired1
adultsnumberrequired2
childrennumberrequired0
sortenumoptional"priceLowestFirst"
response
  • hotelId
  • title
  • url
  • room
  • beds
  • location
  • policies
  • price
  • reviews
+ hasdata_booking_place_getBookingPlaceDetails One property with its room list 7 params 10 creditsTry
Parameters of hasdata_booking_place_getBookingPlaceDetails
ParameterTypeRequiredExample
urlstringrequired"…/hotel/fr/le-marais.html"
checkInDatestringrequired"2026-10-12"
checkOutDatestringrequired"2026-10-15"
roomsnumberrequired1
adultsnumberrequired2
childrennumberrequired0
currencystringoptional"EUR"
response
  • id
  • title
  • propertyType
  • address
  • description
  • highlights
  • mostPopularFacilities
  • photos

Every call is 10 credits. Failed calls are not billed.

Connect

One endpoint, any MCP client

Config blocks for Claude Desktop, Cursor, VS Code, Windsurf and Claude Code, in each one’s native format. Authenticate with browser OAuth or an x-api-key header.

Claude Code

zsh — hasdata-booking
$claude mcp add --transport http hasdata-booking \
> https://mcp.hasdata.com/api/mcp?apis=booking \
> --header "x-api-key: YOUR_API_KEY"
· One line, no restart. Run /mcp to confirm 2 tools.
Check the tools are thereIn the session
/mcp
hasdata-booking · connected · 2 tools

Cursor

~/.cursor/mcp.json
{
"mcpServers": { "hasdata-booking": {
"url": "https://mcp.hasdata.com/api/mcp?apis=booking",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to ~/.cursor/mcp.json. Servers already in the file stay as they are.
· Project-level config also works at .cursor/mcp.json
Check the tools are thereAfter saving the file
Settings → MCP
hasdata-booking · 2 tools enabled

Claude Desktop

Recommended · OAuth connector
1.Settings → Connectors → Add custom connector
2.Paste https://mcp.hasdata.com/api/mcp?apis=booking
3.Sign in with HasData
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": { "hasdata-booking": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.hasdata.com/api/mcp?apis=booking",
"--header", "x-api-key:YOUR_API_KEY"]
} }
}
· Add this entry to ~/Library/Application Support/Claude/claude_desktop_config.json. Servers already in the file stay as they are.
· The config file only takes stdio servers, so a static key rides the mcp-remote bridge. On Windows the file lives at %APPDATA%\Claude\claude_desktop_config.json.
Check the tools are thereReopen the app
Settings → Connectors
hasdata-booking · connected · 2 tools

VS Code / Copilot

.vscode/mcp.json
{
"servers": { "hasdata-booking": {
"type": "http",
"url": "https://mcp.hasdata.com/api/mcp?apis=booking",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to .vscode/mcp.json. Servers already in the file stay as they are.
· Agent mode picks the server up on save.
Check the tools are thereAgent mode
Ctrl/⌘ + Shift + P → MCP: List Servers
hasdata-booking · running · 2 tools

Windsurf

~/.codeium/windsurf/mcp_config.json
{
"mcpServers": { "hasdata-booking": {
"serverUrl": "https://mcp.hasdata.com/api/mcp?apis=booking",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to ~/.codeium/windsurf/mcp_config.json. Servers already in the file stay as they are.
· Windsurf reads serverUrl, not url. Header auth only.
Check the tools are thereIn Cascade
Cascade → MCP servers
hasdata-booking · 2 tools

Codex CLI

~/.codex/config.toml
[mcp_servers.hasdata-booking]
url = "https://mcp.hasdata.com/api/mcp?apis=booking"
env_http_headers = { "x-api-key" = "HASDATA_API_KEY" }
· Add this entry to ~/.codex/config.toml. Servers already in the file stay as they are.
· TOML, not JSON. Codex reads the key from the HASDATA_API_KEY environment variable, so export it in the shell that starts Codex.
Check the tools are thereIn the terminal
codex mcp list
hasdata-booking · 2 tools

Raw HTTP / curl

zsh — hasdata-booking
$curl -N https://mcp.hasdata.com/api/mcp?apis=booking \
> -H "x-api-key: YOUR_API_KEY" \
> -H "Content-Type: application/json" \
> -H "Accept: application/json, text/event-stream" \
> -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
· Fallback for any client not listed. Streamable HTTP wants both Accept types, and leaving one out returns 406.
Check the tools are thereCall it yourself
curl … tools/list
{ "tools": [ … 2 items ] }
Scope

Booking.com plus whatever else you need

Name the services in the query string and the server exposes only their tools. Every one draws from the same key and the same balance.

Booking.com 2 tools See the full MCP server →
https://mcp.hasdata.com/api/mcp?apis=booking,airbnb,google_travel_hotels
5tools in your server
Build vs Buy

Free on GitHub, paid in hours

Anyone can clone a free MCP to scrape Booking.com. Whether that stays free depends on the shape of your project.

Scenario

A script I run once

Self-hosted from GitHubyour machine, your upkeep
$0/ mo, runs locally
+ 3–6 h onceof someone’s time
Setup (clone, wire, run)3–6 h once
Markup changesnot yet
Retries and concurrencynot needed
Proxy and hosting$0
Nothing to own. You get the answer and delete the folder.
mcp.hasdata.comFree tier
$0/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
~25 calls 250 of 1,000 credits
The free tier renews every month. No card.
leans self-hosted
Take the free repo
Nothing has to keep working tomorrow, so upkeep never appears. Both cost nothing, so take whichever is already in front of you.

A weekly report

Self-hosted from GitHubyour machine, your upkeep
$0–40/ mo
+ 2–4 h / moof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes2–4 h / mo
Retries and concurrency2–4 h once
Proxy and hosting$0–40 / mo
Someone looks at it when the numbers come back wrong, which is how you find out.
mcp.hasdata.comFree tier
$0/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
~100 calls a month 1,000 of 1,000 credits
Exactly the free tier, so a heavier month moves you to Startup.
dead even
Either works
The repo is free if you have somewhere to run it, ours is free up to the credit ceiling. The two to four hours a month decide it.

A pipeline in production

Self-hosted from GitHubyour machine, your upkeep
$40–120/ mo
+ 6–10 h / moof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes2–4 h / mo
Retries, concurrency, rate limits4–8 h once
Proxy and hosting$40–120 / mo
Someone owns this permanently, and it is never the top of their list.
mcp.hasdata.comStartup, 200K credits, 5 concurrent
$49/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
5,000 calls 50K of 200K credits
A quarter of the plan used, and the rest is headroom.
leans hosted
Use the hosted server
The proxy and hosting bill alone is in the range of the whole plan, and that is before anyone spends the six to ten hours.

A feature in my product

Self-hosted from GitHubyour machine, your upkeep
$300+/ mo
+ on-callof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes, plus on-call2–4 h / mo
Retries, concurrency, rate limitsongoing
Proxy and hosting$300+ / mo
The thing your customers touch depends on one volunteer's spare evening.
mcp.hasdata.comBasic, 1M credits, 15 concurrent
$99/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
50,000 calls 500K of 1M credits
Same endpoint at ten calls and at ten million. One invoice.
leans hosted
Use the hosted server
A third of the price, and nobody has to carry a pager for a dependency your customers touch.
Pricing

One balance, every interface

A flat monthly price against a known credit ceiling. Move up a plan when you outgrow it.

Free
$0 /mo
Free forever
100 tool calls / month
1,000 credits / month
1 concurrent request
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Community support
Start free
Startup
$49 /mo
$2.46 / 1k tool calls
20K tool calls / month
200K credits / month
5 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Email support
Get started
Basic
Recommended
$99 /mo
$0.99 / 1k tool calls
100K tool calls / month
1M credits / month
15 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Priority email support
Get started
Growth
$208 /mo
$0.69 / 1k tool calls
3M credits / month
50 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Dedicated account manager
Get started
Monthly tool call volume
Free 100K 500K 2M
Best fit
Basic
tool calls / mo
100K
Concurrency
15
$ / 1k tool calls
$0.99
$99 /mo
Get Started
Enterprise
Custom price based on required volume

Past 20M credits a month, or terms the self-serve plans do not cover. We shape the contract around your workload.

Credits rollover
Unused credits carry into the next billing period.
Concurrency 2000+
Parallel request limits set to your peak load.
#1 request priority
Highest speed, always first in the queue.
Personal manager
A direct line to the founding team.
SSO
SAML single sign-on for the whole team.
SOC-2 compliance
Security review, DPA, and audit reports.
Talk to sales Quote within one business day
FAQ

Before you wire it in

Do I need a Booking.com account or partner access?

No. The only credential is your HasData key. Both tools read the public Booking.com pages a signed-out visitor sees, so there is no partner programme to apply for.

Why do both tools ask for dates and a party size?

Because Booking.com has no price without them. A room rate exists for a specific stay and a specific number of guests, so <code>checkInDate</code>, <code>checkOutDate</code>, <code>rooms</code>, <code>adults</code> and <code>children</code> are all required. Pass <code>0</code> for children when there are none.

Is the price per night or for the whole stay?

For the whole stay, in the currency you asked for. Divide by the number of nights yourself if you need a nightly figure, and remember that taxes and fees follow the property’s own rules.

How fresh is the data? Is anything cached?

Every tool call fetches the page at that moment, so rates and availability are current. Nothing is served from a cache, which is why a call takes a couple of seconds instead of milliseconds.

Can I filter by stars, facilities or review score?

Yes. The search tool takes those as enums rather than as a hand-built URL, so an agent can combine four-star, a pool and free cancellation in one call and get back only what matches.

How many calls can run in parallel?

One on the free tier, five on Startup, fifteen on Basic, and fifty on Growth. The larger Growth volumes raise it to 200, 300 and 500.

What happens when I run out of credits?

Nothing is charged on top of the plan. Calls stop until the billing cycle renews.

Does it work with Claude Desktop, Cursor, VS Code and Claude Code?

Yes, all four, plus anything else that speaks MCP over streamable HTTP. Claude Desktop connects through OAuth, and the rest take the URL and an API key header.

Is HasData affiliated with Booking.com?

No. HasData is an independent service and is not affiliated with, endorsed by, or sponsored by Booking.com. Booking.com is a trademark of its respective owner.