Rizerve MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rizerve MCP ServerShow me all properties in Crete"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rizerve MCP Server
MCP server for the Rizerve direct booking platform. Manage properties, bookings, availability, iCal sync, analytics, and webhooks through AI assistants.
Install
git clone https://github.com/panoskiriakopoulos-sys/rizerve-mcp-server.git
cd rizerve-mcp-server
npm install && npm run buildRelated MCP server: Rezdy Agent MCP Server
Setup
Get your API key from Rizerve Dashboard → Integrations → API Access.
Claude Desktop
{
"mcpServers": {
"rizerve": {
"command": "node",
"args": ["/path/to/rizerve-mcp-server/dist/index.js"],
"env": {
"RIZERVE_API_KEY": "rz_xxxxxxxxxxxxxxxx"
}
}
}
}Cursor / Windsurf
{
"mcpServers": {
"rizerve": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/rizerve-mcp-server",
"env": {
"RIZERVE_API_KEY": "rz_xxxxxxxxxxxxxxxx"
}
}
}
}What You Can Ask
Connect to any MCP-compatible client and ask:
"Show me all my properties"
"What bookings check in this week?"
"Create a new property in Crete for €120/night"
"Is the beach villa available July 5–10?"
"Block August 1–15 for maintenance on all properties"
"Import my Airbnb calendar into the villa"
"What's our occupancy rate this month?"
"Create a webhook that notifies Slack on new bookings"
"How much revenue did we make in Q2?"
"Show me all bookings from maria@example.com"
Tool Reference
Properties (5 tools)
Tool | Arguments | Description |
|
| List all properties with full details, prices, amenities |
|
| Get single property by its public slug |
|
| Create a new property listing |
|
| Update property fields (partial update) |
|
| Permanently delete property + all related data ⚠️ |
Bookings (4 tools)
Tool | Arguments | Description |
|
| List bookings with filters |
|
| Get single booking by UUID |
|
| Create a new booking — auto-enforces minimum stay |
|
| Transition: pending→confirmed/cancelled, confirmed→cancelled/completed |
Availability (3 tools)
Tool | Arguments | Description |
|
| Check if a property is available for a date range |
|
| Block or unblock a single date |
|
| Bulk block/unblock up to 50 date ranges |
iCal Feeds (4 tools)
Tool | Arguments | Description |
|
| List imported calendar feeds (Airbnb, Booking.com, VRBO) |
|
| Import external iCal feed — auto-syncs within minutes |
|
| Get the public iCal URL to share with OTAs |
|
| Remove imported feed and its dates ⚠️ |
Analytics (3 tools)
Tool | Arguments | Description |
|
| Page views, bookings, conversion, revenue, occupancy |
|
| Revenue breakdown by day/week/month/property |
|
| Occupancy rates across properties |
Webhooks & Guests (3 tools)
Tool | Arguments | Description |
|
| Register webhook for |
| — | List registered webhooks with failure stats |
|
| Remove webhook |
|
| Find all bookings for a guest by email |
19 tools total — full CRUD across properties, bookings, availability, iCal, analytics, webhooks, and guest history.
Configuration
Env Var | Default | Description |
| required | API key from Rizerve Dashboard → Integrations → API Access |
|
| API base URL (change for staging/testing) |
|
|
|
|
| HTTP port when |
API Compatibility
This server targets Rizerve API v1. All prices are in the property's configured currency (face value, not cents). Response format is raw JSON arrays/objects — the MCP server transparently wraps them for tool compatibility.
Full API reference: rizerve-api-docs.md
Development
# Install
npm install
# Build
npm run build
# Watch mode
npm run dev
# Run with debug logging
DEBUG=* npm startProject Structure
src/
├── index.ts # MCP server entry, registers all tools
├── constants.ts # API URL, response formats, valid values
├── types.ts # TypeScript interfaces matching v1 API responses
├── services/
│ └── api-client.ts # HTTP client, response wrapping, error handling
├── tools/
│ ├── properties.ts # Property CRUD tools
│ ├── bookings.ts # Booking CRUD + status machine tools
│ ├── availability.ts # Date blocking + batch tools
│ ├── ical.ts # iCal import/export tools
│ └── analytics.ts # Revenue, occupancy, stats tools
└── schemas/
├── common.ts # Shared Zod schemas (pagination, response format)
├── properties.ts # Property input validation
├── bookings.ts # Booking input validation
├── availability.ts # Availability input validation
├── ical.ts # iCal input validation
└── analytics.ts # Analytics input validationLicense
MIT © Osolvo Ltd
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/panoskiriakopoulos-sys/rizerve-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server