easybusy-mcp-server
Verified Safeby zvonano
Overview
A Node.js server that acts as a wrapper or proxy for the EasyBusy simple booking API, likely exposing it via a WebSocket interface.
Installation
npm startSecurity Notes
The provided package.json does not show any direct malicious patterns, 'eval' usage, or obfuscation. Dependencies `dotenv` and `ws` are standard. However, without the `server.mjs` code, a full security audit (especially for the WebSocket implementation, input validation, and API key handling) cannot be performed. A WebSocket server inherently opens a network port, which requires proper security measures.
Similar Servers
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
mcp-server
Serves as an MCP (Model Context Protocol) server, providing tools for fetching a specific image and demonstrating various JSON schema input types for tool calls.
MCP-server
A personal finance tracker for managing income and expenses, with optional synchronization to Notion.
fastapi-mcp-server
An API server built with FastAPI, likely for managing or processing data related to an application or system referred to as 'MCP'.