Home › Other › HasData Booking.com
HasData Booking.com
Booking.com stays by destination and dates, and full property details, as structured JSON.
Topics: Travel & Transportation
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.hasdata.com/mcp?apis=booking Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http booking-mcp https://mcp.hasdata.com/mcp?apis=booking --header "x-api-key: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"booking-mcp": {
"url": "https://mcp.hasdata.com/mcp?apis=booking",
"headers": {
"x-api-key": "<YOUR_VALUE>"
}
}
}
}
x-api-keyrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (npm 1.0.7)
npx -y @hasdata/booking-mcp@1.0.7
Or add to your MCP client config:
{
"mcpServers": {
"booking-mcp": {
"command": "npx",
"args": [
"-y",
"@hasdata/booking-mcp@1.0.7"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (pypi 1.0.7)
uvx hasdata-booking-mcp
Or add to your MCP client config:
{
"mcpServers": {
"booking-mcp": {
"command": "uvx",
"args": [
"hasdata-booking-mcp"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Related servers
mcp-server-airbnb
Provides tools to search Airbnb and get listing details.
teslamate-mcp
A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data…
wanderlog-mcp
MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes,…
tripadvisor-mcp
A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP…
ns-mcp-server
Access Dutch Railways (NS) travel information, schedules, and real-time updates
mcp-server-nationalparks
National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry