Back to Home
adasNetwoven icon

mcp-server-hotel

Verified Safe

by adasNetwoven

Overview

Exposes an API endpoint for an MCP (Multi-tool Coordination Protocol) server to retrieve hotel reviews.

Installation

Run Command
python server.py

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-14

Tags

MCP ServerAPIHotel ReviewsPythonTool