Boma MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOMA_USER_EMAIL | Yes | The email address for the Boma user account. | |
| BOMA_USER_PASSWORD | Yes | The password for the Boma user account. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_reservationsB | Get all room reservations, optionally filtered by date |
| get_reservations_by_roomA | Get all reservations for a specific room, optionally filtered by date |
| get_reservations_by_userA | Get all reservations for a specific user. Defaults to the authenticated user |
| get_reservationC | Get a single reservation by its ID |
| create_reservationB | Create a new room reservation. Available rooms: Big Mike, Gran Enana, Lakatán, Dacca, Cavendish, Dominico. Time slots are in 30-minute intervals |
| update_reservationC | Update an existing reservation. You can change the room, time, or date |
| delete_reservationB | Delete a reservation. Only the owner of the reservation can delete it |
| get_user_profileA | Get a user profile by ID. Defaults to the authenticated user |
| get_user_profilesB | Get multiple user profiles by their IDs. Useful for resolving emails from reservation user_ids |
| search_userC | Search for a user by email or partial email |
| get_available_roomsB | Get the list of all available rooms/spaces that can be reserved |
| get_room_availabilityB | Get the schedule for a specific room on a given date, showing all booked time slots |
| get_day_overviewA | Get a complete overview of all rooms and their reservations for a given date. Shows every room with its booked slots |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nicolasvegam/boma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server