mcp-server-hotel
Verified Safeby adasNetwoven
Overview
Exposes an API endpoint for an MCP (Multi-tool Coordination Protocol) server to retrieve hotel reviews.
Installation
python server.pySecurity Notes
The provided code is minimal and acts as a simple wrapper, returning a hardcoded string. It does not process user input in a way that introduces direct injection vulnerabilities, nor does it use 'eval' or access external systems beyond what's implied by the 'fastmcp' library. No hardcoded secrets are present. The primary security considerations would lie within the 'fastmcp' library itself or if the 'get_hotel_reviews' function were expanded to interact with a real backend without proper input sanitization.
Similar Servers
mcp-interviewer
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.
MultiServer-Mcp
Demonstrates building and interacting with multiple Microservice-Compatible Protocol (MCP) servers for math and text processing using a LangChain MCP client for direct tool invocation.
Expense-tracker-mcp
The server provides an API for tracking and managing personal expenses, allowing users to add, list, delete, update, and query expense records.
tutto-mcp-server
Implements a Model Context Protocol (MCP) server in Python using FastMCP to expose custom tools and resources for consumption by language models.