belbo-mcp-unofficial
Verified Safeby Zutavern
Overview
Enables AI assistants to interact with the Belbo Booking API for managing appointments, customers, services, and other business operations.
Installation
npx belbo-mcp-serverEnvironment Variables
- BELBO_BUSINESS
- BELBO_TOKEN
Security Notes
The server correctly uses HTTPS for all API communication and explicitly avoids logging API tokens to console output. API tokens are passed as query parameters, which is a common pattern for the Belbo API but generally less secure than 'Bearer' tokens in headers as they can persist in some server logs or proxy caches. The server itself does not introduce arbitrary code execution risks like 'eval'. Input validation for tool arguments is expected to be handled by the MCP SDK based on the defined 'inputSchema', and the internal Belbo client performs checks for configuration existence.
Similar Servers
Zammad-MCP
Connects AI assistants to the Zammad ticket system, enabling structured management of tickets, users, organizations, and attachments through an MCP interface.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
gCalendar-mcp
This MCP server enables AI assistants to create and manage Google Calendar events.