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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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