Dida Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Dida Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.nathishdev-netizen/dida-mcp-server -->
A Model Context Protocol (MCP) server for hotel search, booking, and reviews.
🏨 Search Hotels - Find hotels by location, price, rating, and amenities with 12+ detailed fields per hotel 📅 Book Rooms - Reserve hotel rooms with guest information ⭐ View Reviews - Read customer reviews and ratings
pip install dida-mcp-serverConfigure in Claude Desktop:
{
"mcpServers": {
"dida-hotels": {
"command": "python",
"args": ["-m", "dida_mcp_server"]
}
}
}{
"mcpServers": {
"dida-hotels": {
"url": "https://uninventive-davin-semihistorically.ngrok-free.dev/sse",
"transport": "sse",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}Contact: [email protected] for access token.
Search for hotels based on various criteria:
Example:
{
"city": "New York",
"max_price": 300,
"min_rating": 4.5,
"amenities": ["WiFi", "Pool"]
}Book a hotel room with guest information:
Get customer reviews for a specific hotel:
Each hotel includes 17 detailed fields:
This server is registered in the official MCP Registry:
io.github.nathishdev-netizen/dida-mcp-serverMIT
Nathish - GitHub
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.