m365-bookings-mcp
0
This project is an MCP server designed to facilitate interactions with Microsoft Bookings via the Microsoft Graph API. It includes features for listing businesses, retrieving staff members, services, and appointments.
get_bookings_businesses
Get a list of all bookings in your organization
get_business_staff
Get employee members of a specific booking business and need to provide the `businessId` parameter
get_business_services
To obtain services provided by a specific booking service, you need to provide the `businessId` parameter
get_business_appointments
To obtain reservation information for a specific booking service, you need to provide the `businessId` parameter. Optional parameters include `startDate` and `endDate` (ISO format)