BookingMCP
Verified Safeby Uzeyr-Odysseus
Overview
Serves as an LLM-friendly Model Context Protocol (MCP) server for searching hotels and destinations using the Booking.com RapidAPI.
Installation
python main.pyEnvironment 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
fastapi_mcp
Automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools for seamless integration with LLM agents.
guidance-for-vibe-coding-with-aws-mcp-servers
This guidance demonstrates how to build AI-powered development workflows using Amazon Bedrock AgentCore and the Model Context Protocol (MCP) by providing a deployable hotel booking agent system that showcases 'vibe coding' techniques.
RTFD
RTFD acts as an MCP server to provide LLM coding agents with real-time documentation from various package repositories and platforms, aiming to prevent hallucinations and provide up-to-date context.
dewy-resort
A comprehensive hotel management system leveraging AI-powered chat with Amazon Bedrock for guest and staff interactions, orchestrating backend operations through Workato integrations with Salesforce, Stripe, and Twilio, and managing hotel resources locally via an MCP server.