Boma MCP
Related Servers
Alternatives to Boma MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA 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-
- FlicenseBqualityDmaintenanceMCP server for interacting with the Eventin booking system, enabling natural language management of bookings, events, and venues.2-
- FlicenseAqualityCmaintenanceAn MCP server that allows you to book and cancel office cab and lunch reservations using natural language, with optional automation features like attendance-based scheduling and Outlook leave detection.6-
- AlicenseNot gradedqualityCmaintenanceMCP server that connects AI assistants to the TehProf Booking platform for checking real-time availability and managing reservations.MIT
- FlicenseNot gradedqualityBmaintenanceEnables managing meeting room reservations through a conversational interface using Claude's language model and the MCP protocol.-
- AlicenseNot gradedqualityDmaintenanceAn 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
TDQS
Scored across 13 tools
Every tool has a clearly distinct purpose with no ambiguity. For example, get_reservation retrieves a single reservation by ID, get_reservations gets all reservations with optional date filtering, and get_reservations_by_room focuses on a specific room. The tools are well-differentiated by their target resources and actions.
All tool names follow a consistent verb_noun pattern with clear, descriptive verbs like create, delete, get, update, and search. The naming is uniform throughout, using snake_case consistently without any deviations or mixed conventions.
With 13 tools, the count is well-scoped for a room reservation system. Each tool earns its place by covering essential operations such as CRUD for reservations, availability checks, user management, and overviews, without being excessive or insufficient for the domain.
The tool set provides complete CRUD and lifecycle coverage for the reservation domain. It includes creation, retrieval, updating, and deletion of reservations, along with availability checks, user profiles, and search functionalities, leaving no obvious gaps or dead ends for agents to handle.