dish-mcp
Verified Safeby samgwd
Overview
An MCP server to allow AI assistants to check room availability, book, and cancel bookings on the DiSH room booking site.
Installation
uv run fastmcp run src/mcp_server.pyEnvironment Variables
- DISH_COOKIE
- TEAM_ID
- MEMBER_ID
Security Notes
The server design explicitly handles credentials via environment variables and provides an interactive script for secure retrieval using Playwright, avoiding hardcoded secrets. It warns users not to commit sensitive files. API interactions use the 'requests' library, passing data as JSON payloads or parameters, which reduces common injection risks. API calls include a timeout. No 'eval' or malicious patterns were found.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
ellymud
A Multi-User Dungeon (MUD) game server with support for Telnet, WebSocket, and a Model Context Protocol (MCP) for AI agent integration and programmatic control.