Skip to main content
Glama
fdstevex

Bookeo MCP Server

by fdstevex

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesYour Bookeo API key
API_SECRETYesYour Bookeo secret key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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