Booking.com
Find hotels, homes and more
About Booking.com
Booking.com helps travelers search, compare, and choose hotels, homes, and other stays. Its MCP connector brings accommodation options, filters, ratings, facilities, prices, and trip preferences into assistant workflows for faster lodging research.
Connection details
https://demandapi-mcp.booking.com/v1/mcp/8132308Transport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add booking --transport http https://demandapi-mcp.booking.com/v1/mcp/8132308Frequently asked questions
What is the Booking.com remote MCP server?
The Booking.com remote MCP server is a hosted Model Context Protocol endpoint at https://demandapi-mcp.booking.com/v1/mcp/8132308, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Booking.com MCP server?
Add the endpoint https://demandapi-mcp.booking.com/v1/mcp/8132308 to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Booking.com MCP server require authentication?
Yes. Booking.com uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Booking.com MCP server use?
Booking.com exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.