mcp-server
by MagedDevOps
Overview
Manages hospital operations, including appointment booking, doctor and patient management, and WhatsApp communication, via an MCP server with HTTP/SSE transport.
Installation
npm startEnvironment Variables
- PORT
- REQUEST_TIMEOUT
- WHATSAPP_BEARER_TOKEN
Security Notes
CRITICAL: The Facebook WhatsApp API Bearer Token is hardcoded directly in the `send_whatsapp_message` tool in `server.js`. This is a severe security vulnerability that exposes sensitive credentials. The server also uses broad CORS (`*`) which, while common for public APIs, could be risky depending on authentication/authorization implementation. No 'eval' or direct code injection patterns were observed in the provided code snippets for API calls, which use `encodeURIComponent` for query parameters.
Similar Servers
mcp-server
Provides server functionality, likely related to the Minecraft community or development (MCP).
mcp
Provides an MCP server for an AI agent to manage reminders by integrating with an external reminders application API.
wiki_mcp_server
An MCP (Model Context Protocol) server for integrating Confluence wiki content, allowing AI models to search, retrieve, and list Confluence information.
resume-mcp
A Model Context Protocol (MCP) server for managing and versioning resume data stored in a PostgreSQL database, with robust validation and safety features.