# Meet.bot MCP MCP server

AI-native scheduling and booking: check availability, book meetings, share links.

## Links
- Registry page: https://www.getdrio.com/mcp/bot-meet-mcp

## Install
- Endpoint: https://mcp.meet.bot
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.meet.bot
- Header: Authorization

## Tools
- get_scheduling_pages (Get Scheduling Pages) - Get all scheduling pages for the authenticated user Endpoint: https://mcp.meet.bot
- get_page_info (Get Page Information) - Get information about a specific scheduling page Endpoint: https://mcp.meet.bot
- get_available_slots (Get Available Slots) - Get available booking slots for a scheduling page Endpoint: https://mcp.meet.bot
- book_meeting (Book Meeting) - Book a new meeting slot Endpoint: https://mcp.meet.bot
- health_check (Health Check) - Check if the Meet.bot API client is healthy and the Bearer token is valid Endpoint: https://mcp.meet.bot

## Resources
Not captured

## Prompts
- schedule_meeting - Schedule a meeting Get step-by-step instructions to schedule a meeting using this server. Use this when the user wants to book a meeting or check availability.
- check_availability - Check availability When is this person next free? Checks availability only; no booking. Use for pre-meeting research or answering "when are they free?" Arguments: page, days_ahead
- book_for_guest - Book for guest Fast path when you already have all details. Books a meeting directly using the preferred time; useful when another system provides the slot. Arguments: page, guest_name, guest_email, preferred_time
- share_booking_link - Share booking link Send the user a link to book. Returns shareable booking links; the guest picks their own slot. No booking is performed. Arguments: page, count
- list_my_pages - List my scheduling pages Starting point when you don't know which page to use. Lists the user's scheduling pages with a brief description of each.
- suggest_times - Suggest times Offer the user some options. Returns a clean list of available slots for them to pick from; no booking until they choose. Arguments: page, count, timezone, start_date, end_date

## Metadata
- Owner: bot.meet
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 5, 2026
- Source: https://registry.modelcontextprotocol.io
