Back to Home
MagedDevOps icon

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

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-25

Tags

Hospital ManagementAppointment BookingWhatsApp IntegrationMCP ServerReal-time Communication