# Microsoft 365 Bookings

Interact with Microsoft Bookings seamlessly through the Microsoft Graph API. Access and manage your bookings, staff, services, and appointments effortlessly. Enhance your scheduling capabilities with…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dynamicendpoints/m365-bookings-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list dynamicendpoints/m365-bookings-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dynamicendpoints/m365-bookings-mcp get_bookings_businesses

# Call a tool
npx -y @smithery/cli@latest tool call dynamicendpoints/m365-bookings-mcp get_bookings_businesses '{}'
```

## Tools (4)

- `get_bookings_businesses` — Get list of Bookings businesses
- `get_business_staff` — Get staff members for a Bookings business
- `get_business_services` — Get services offered by a Bookings business
- `get_business_appointments` — Get appointments for a Bookings business

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dynamicendpoints/m365-bookings-mcp <tool-name>
```

---

Source: https://github.com/DynamicEndpoints/m365-bookings-mcp
