Hotels Skill
БесплатноНе проверенEnables real-time hotel search and pricing data from Booking.com for AI agents and Claude.
Описание
Enables real-time hotel search and pricing data from Booking.com for AI agents and Claude.
README
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.
📦 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 2
Output:
{
"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).
Установка Hotels Skill
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Anmoldureha/hotels-skillFAQ
Hotels Skill MCP бесплатный?
Да, Hotels Skill MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Hotels Skill?
Нет, Hotels Skill работает без API-ключей и переменных окружения.
Hotels Skill — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Hotels Skill в Claude Desktop, Claude Code или Cursor?
Открой Hotels Skill на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Hotels Skill with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
