Back to Home
samgwd icon

dish-mcp

Verified Safe

by samgwd

Overview

An MCP server to allow AI assistants to check room availability, book, and cancel bookings on the DiSH room booking site.

Installation

Run Command
uv run fastmcp run src/mcp_server.py

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-03

Tags

Room BookingMCP ServerDiSH APIAI AssistantCalendar Integration