Back to Home
Uzeyr-Odysseus icon

BookingMCP

Verified Safe

by Uzeyr-Odysseus

Overview

Serves as an LLM-friendly Model Context Protocol (MCP) server for searching hotels and destinations using the Booking.com RapidAPI.

Installation

Run Command
python main.py

Environment Variables

  • RAPIDAPI_KEY

Security Notes

The server loads `RAPIDAPI_KEY` from environment variables, which is good practice for secrets. It uses `httpx` for external API calls, which is a standard and generally secure library. There are no obvious signs of 'eval', 'exec', or other dangerous functions being used on untrusted input, nor are there hardcoded sensitive credentials. Network requests are to a defined third-party API (RapidAPI). Logging includes API request parameters which might be a minor concern if parameters contain sensitive PII, but for hotel search queries, this is generally low risk.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-11-26

Tags

HotelsBooking.comMCPLLMTravel