Back to Apps

Rezdy Supplier MCP
by jezweb
Manage Rezdy products, bookings, availability, and customers directly via MCP tools.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server connects to the Rezdy Supplier API, allowing AI assistants to manage tours, activities, and attraction bookings. It bridges the gap between LLMs and Rezdy's operational data, enabling natural language management of booking pipelines.
Tools
rezdy_configure: Sets the API key and environment (staging/production).rezdy_search_products: Finds products based on name, category, or status.rezdy_create_product: Adds a new product to the Rezdy catalog.rezdy_get_product: Retrieves detailed information for a specific product.rezdy_search_bookings: Finds existing bookings using various criteria.rezdy_create_booking: Creates a new booking with customer details.rezdy_quote_booking: Generates a booking quote without finalising the reservation.rezdy_search_availability: Finds availability sessions for specific date ranges.rezdy_create_availability: Creates new availability sessions for products.rezdy_search_customers: Locates customer records by email or name.rezdy_get_categories: Retrieves all available product categories.
Installation
{
"mcpServers": {
"rezdy-supplier": {
"command": "node",
"args": ["/path/to/rezdy-supplier-mcp/build/index.js"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Roo (Roo.dev)
- Cline
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"rezdy-supplier": {
"command": "node",
"args": ["/path/to/rezdy-supplier-mcp/build/index.js"]
}
}
}





