hotels-skill
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hotels-skillfind hotels in New York for April 10-13"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Free Booking.com API (MCP Server) 🏨
The only free, real-time Booking.com scraper for AI Agents, Claude, and Python.
⭐️ Star this repo if you want to skip the API fees.
This tool uses a headless browser (Playwright) to scrape Booking.com search results in real-time, bypassing the need for expensive commercial APIs. It outputs clean JSON for LLMs.
🚀 Features
Real-time Pricing: Scrapes live data from Booking.com.
No API Keys: Runs locally using headless Chrome.
AI-Native: Returns structured JSON optimized for Agents.
MCP Compatible: Works natively with Claude Desktop.
Related MCP server: 1Stay Hotel Booking
📦 Installation
Clone the repo:
git clone https://github.com/Anmoldureha/hotels-skill.git cd hotels-skillSet up Python environment:
python3 -m venv venv source venv/bin/activate pip install playwright playwright install chromium
🛠️ Usage
Run the script directly:
# python booking.py LOCATION CHECKIN CHECKOUT ADULTS
python booking.py "Bangkok" 2026-03-15 2026-03-22 2Output:
{
"hotels": [
{
"title": "Hilton Sukhumvit Bangkok",
"price": "₹ 110,363",
"rating": "8.5",
"link": "https://www.booking.com/..."
}
]
}🤖 Agent Integration (MCP)
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"hotels": {
"command": "/absolute/path/to/hotels-skill/venv/bin/python3",
"args": ["/absolute/path/to/hotels-skill/mcp_server.py"]
}
}
}⚠️ Note
This uses web scraping. Booking.com may change their DOM structure or block IPs if abused. Use responsibly (add delays between requests).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and book hotels from a database of 2 million properties worldwide. Provides comprehensive hotel search capabilities with location lookup, filtering by amenities, detailed property information, and integrated booking functionality.Last updated6461ISC
- AlicenseAqualityCmaintenanceHotel booking MCP server — the first transaction-complete hotel booking integration for AI agents. Search 300K+ properties in 140+ countries, get live rates and room details, and generate secure checkout URLs. No payment in the AI conversation — guests complete booking at a hosted checkout page and receive a real hotel confirmation number. Set your own booking fee via Stripe Connect.Last updated8232Inno Setup
- FlicenseAqualityDmaintenanceEnables AI assistants to search for and book hotels via the Amadeus Travel API, providing hotel listings, offers, and booking capabilities.Last updated41
- AlicenseAqualityDmaintenanceEnables AI agents to search hotels, check availability, manage reservations, and book rooms on Booking.com via browser automation.Last updated215475MIT
Related MCP Connectors
Vacation rental discovery, direct booking, and property protection for AI agents.
Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents.
Live flight prices and working booking links for AI agents and travel apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Anmoldureha/hotels-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server