Bookeo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your Bookeo API key | |
| API_SECRET | Yes | Your Bookeo secret key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_bookings_by_customerA | Search for bookings by customer name or email. Args: customer_name: Full or partial customer name to search for (case-insensitive) customer_email: Full or partial email address to search for (case-insensitive) days_back: How many days back to search (default 90, max 365) Returns: List of matching bookings with customer info, dates, and product details |
| get_bookingA | Look up a specific booking by its booking number. Args: booking_number: The Bookeo booking number (e.g., "123456789") Returns: Complete booking details including customer, pricing, and product info |
| search_bookings_by_dateB | Find all bookings within a date range. Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format include_canceled: Whether to include canceled bookings Returns: List of bookings with summary info |
| get_booking_paymentsA | Get payment details for a specific booking. Args: booking_number: The Bookeo booking number Returns: Payment breakdown including methods, amounts, and manual vs Stripe detection |
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
- 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/fdstevex/bookeo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server