Connect to the Meet.bot MCP server at https://mcp.meet.bot using a Bearer token.
Every tool call requires Authorization: Bearer in the HTTP header. If not configured, the server returns a clear error explaining this. Ask the user for their Meet.bot API key before proceeding.
| Tool | Purpose |
|---|---|
| ------ | --------- |
get_scheduling_pages | List all the user's scheduling pages |
get_page_info | Get details about a specific page by URL |
get_available_slots | Find open time slots for a page |
book_meeting | Book a slot (requires page, guest_email, guest_name, start) |
health_check | Verify the API key is valid |
get_scheduling_pages to list pages (or use URL directly if known)get_available_slots with the page URL, date range, and user's timezonebook_meeting — start time must be ISO 8601 (e.g. 2026-03-10T14:00:00Z)get_available_slots with booking_link: truebooking_link URLs for the guest to self-selectbook_meeting — bookings cannot be cancelled via this serverget_available_slots supports count, start, end (YYYY-MM-DD), and timezone (IANA)共 1 个版本