SimplyBook-Mcp-Server
Verified Safeby Umair-Siddique
Overview
The SimplyBook-Mcp-Server acts as a FastMCP server to provide a structured interface for interacting with the SimplyBook.me REST API, facilitating booking and service management.
Installation
docker compose up --buildEnvironment Variables
- SIMPLYBOOK_COMPANY
- SIMPLYBOOK_LOGIN
- SIMPLYBOOK_PASSWORD
Security Notes
The server handles SimplyBook.me API credentials via environment variables. The obtained X-Token is stored in a temporary file (cleared after 1 hour), which is a minor risk but mitigated by short expiry. Sensitive data is sanitized in logs before writing. No direct 'eval' or obfuscation is present. Public exposure via Ngrok is possible, and documentation explicitly warns about associated security risks, indicating awareness but placing responsibility on the user for secure deployment.
Similar Servers
SageMCP
A scalable platform for hosting MCP servers with multi-tenant support, OAuth integration, and connector plugins for various services, deployed on Kubernetes.
docspace-mcp
The DocSpace MCP server provides an interface for AI clients to interact with an ONLYOFFICE DocSpace collaborative platform, enabling file management, folder operations, room management, and user interaction through a Model Context Protocol.
RDFPortal-MCP
Facilitates SPARQL queries and API interactions with various biological/biomedical RDF databases for research and data integration.
REI3-Tickets-MCP-Server
A FastMCP server that integrates with the REI3 Tickets application, enabling MCP clients to manage tickets, worklogs, and retrieve ticket information.