Back to Home
EmmyrtGame icon

EmyFlow-FullStack-MCPServer

by EmmyrtGame

Overview

Provides a multi-tenant AI tool server for dental clinics, integrating WhatsApp communication, Google Calendar scheduling, CRM functionalities, and Meta CAPI marketing events to automate patient interactions and business operations.

Installation

Run Command
npm start

Environment Variables

  • PORT
  • JWT_SECRET
  • ENCRYPTION_KEY
  • DATABASE_URL
  • NODE_ENV

Security Notes

The server has critical security vulnerabilities. The `JWT_SECRET` used for admin authentication defaults to a hardcoded 'dev-secret' if the environment variable is not set. Additionally, the `src/db/seed.ts` script creates a default 'admin' user with a hardcoded password ('TempPassword123!'). Both issues are severe and pose a significant risk if deployed without manual intervention to change these defaults. Sensitive client API keys (Meta, Wassenger) and Google Service Account credentials are encrypted using an `ENCRYPTION_KEY` which is loaded from an environment variable, which is good practice.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-09

Tags

AI AutomationWhatsAppGoogle CalendarCRMMeta CAPI