UNPKG

@brandcast_app/zoomshift-mcp-server

Version:

Model Context Protocol server for ZoomShift employee scheduling. Use ZoomShift with Claude Desktop.

12 lines 435 B
#!/usr/bin/env node /** * ZoomShift MCP Server (Standalone - stdio transport) * * A Model Context Protocol server for ZoomShift employee scheduling. * Allows Claude Desktop to interact with ZoomShift schedules via natural language. * * Authentication: Environment variables (ZOOMSHIFT_EMAIL, ZOOMSHIFT_PASSWORD, ZOOMSHIFT_SCHEDULE_ID) * Transport: stdio (standard input/output) */ export {}; //# sourceMappingURL=index.d.ts.map