Boma MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Boma MCPIs Big Mike available for a meeting today at 3 PM?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Boma MCP
Servidor MCP para gestionar las reservas de salas en Boma. Funciona con Claude Code y cualquier cliente compatible con el protocolo MCP.
Salas disponibles
Sala | Capacidad |
Big Mike | 8 personas |
Gran Enana | 2 personas |
Lakatán | 4 personas |
Dacca | 4 personas |
Cavendish | 4 personas |
Dominico | 2 personas |
Related MCP server: OnSched Consumer API MCP Server
Instalación
1. Clonar el repositorio
git clone https://github.com/nicolasvegam/boma-mcp.git
cd boma-mcp2. Instalar dependencias y compilar
npm install
npm run build3. Agregar a Claude Code
claude mcp add boma \
-e BOMA_USER_EMAIL=tu@email.com \
-e BOMA_USER_PASSWORD=tu_password \
-- node /ruta/completa/a/boma-mcp/build/index.jsReemplaza /ruta/completa/a/boma-mcp con la ruta donde clonaste el repo y usa tus credenciales de Boma.
Verificar
Abre Claude Code y pregunta algo como:
¿Qué salas hay disponibles hoy?Tools disponibles
Reservas
get_reservations - Listar reservas (opcionalmente filtrar por fecha)
get_reservations_by_room - Reservas de una sala específica
get_reservations_by_user - Reservas de un usuario
get_reservation - Detalle de una reserva por ID
create_reservation - Crear una nueva reserva
update_reservation - Modificar una reserva existente
delete_reservation - Eliminar una reserva (solo el dueño)
Usuarios
get_user_profile - Perfil de un usuario
get_user_profiles - Perfiles de varios usuarios
search_user - Buscar usuario por email
Calendario
get_available_rooms - Listar todas las salas
get_room_availability - Disponibilidad de una sala en una fecha
get_day_overview - Resumen de todas las salas en una fecha
Desarrollo
npm run dev # Compilar en modo watch
npm run build # Compilar para producción
npm start # Ejecutar el servidorLicencia
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA simple MCP server that enables meeting room booking through an AI assistant, supporting room availability checks and booking operations with React Agent pattern for tool calling.2
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with OnSched's consumer-facing appointment scheduling API through natural language, allowing users to manage bookings, appointments, and scheduling operations.
- Alicense-qualityDmaintenanceAn MCP server that enables users to book, cancel, reschedule, and list appointments through natural language interactions. It uses YAML configurations for agent behavior and function logic to manage appointment data and availability.MIT
- FlicenseBqualityDmaintenanceMCP server for interacting with the Eventin booking system, enabling natural language management of bookings, events, and venues.2
Related MCP Connectors
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
MCP server for Meitre restaurant reservations.
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