Booking System (Fixed)
@Konstrex
About Booking System (Fixed)
Fixed booking system with Google Calendar integration, email confirmations, and MCP Server integration
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Booking System (Fixed)?
Booking System (Fixed) is a fixed version of a booking system for Andriana Delcheva, designed to run on Cloudflare Workers and integrate with Google Calendar and MCP Servers. It resolves critical issues in the original implementation, including booking completion, confirmation emails, and Google Calendar integration.
How to use Booking System (Fixed)?
Clone the repository, install dependencies with npm install, configure environment variables (e.g., Google Calendar credentials, MCP server URL), and deploy to Cloudflare Workers using npm run deploy:prod. API endpoints are available at /api/availability and /api/book.
Key features of Booking System (Fixed)
- Multi-step booking process with real-time availability checking
- Automated email confirmations via MCP Servers
- Google Calendar event creation with service details
- MCP Server integration for event notifications and error handling
- Comprehensive error handling with user-friendly messages
- Responsive design for mobile and desktop
Use cases of Booking System (Fixed)
- Scheduling appointments with automatic Google Calendar syncing
- Sending booking confirmation emails to customers
- Checking real-time availability before confirming bookings
- Handling booking errors with detailed monitoring via MCP
FAQ from Booking System (Fixed)
What prerequisites are needed to deploy?
A Cloudflare Workers account, a Google Cloud project with Calendar API enabled, a Google service account with access to the calendar, and an MCP Server for backend processing.
How are environment variables configured?
Variables like GOOGLE_CLIENT_EMAIL, GOOGLE_PRIVATE_KEY, GOOGLE_CALENDAR_ID, EMAIL_FROM, MCP_SERVER_URL, and MCP_API_KEY must be set in wrangler.toml or using wrangler secret put.
How does Google Calendar integration work?
It uses JWT authentication with the service account, checks for existing events before booking, creates detailed calendar events with booking info, and includes attendees and reminders.
What are the main API endpoints?
Two endpoints: POST /api/availability (returns available time slots for a date and duration) and POST /api/book (creates a booking and returns a booking ID and event ID).
How does the system handle errors?
It provides validation errors with specific messages, network error handling with retry options, server error logging with MCP integration, and user-friendly error messages.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments