UNPKG

appointment-mcp-server

Version:

Customer-focused MCP Server for appointment management with comprehensive service discovery, availability checking, and booking capabilities

14 lines 334 B
{ "mcpServers": { "appointment-mcp": { "command": "node", "args": [ "/Users/ari/Projects/AI/POC/appointment_mcp/build/index.js" ], "env": { "BUSINESS_ID": "your-business-uuid-here", "DATABASE_URL": "postgresql://username:password@localhost:5432/appointment_db" } } } }