@roompanda/mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROOMPANDA_API_KEY | Yes | Your Roompanda API key (sk_live_... or sk_test_...) | |
| ROOMPANDA_BASE_URL | No | Optional API base override |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_propertyB | Get the property this key is connected to (name + id). |
| get_calendarA | Per-date availability for a date range: which dates are closed, closed-to-arrival/departure, and min-stay. Use to drive a date picker before searching. |
| list_roomsA | List the property's rooms with descriptions, photos and facilities (unpriced). |
| search_availabilityA | Find bookable rooms and priced rate plans for a stay. Returns each room's rates with total_price and a rate id to book. |
| list_ratesB | List rate-plan definitions and cancellation policies. |
| list_extrasA | List the add-ons / upsells catalogue. |
| create_bookingA | Create a real booking. Use room ids + rate ids from search_availability. Pay-at-hotel rates confirm immediately; rates needing an online deposit return a payment_url to send the guest to. |
| get_bookingB | Retrieve a booking by its id. |
| list_bookingsC | List the property's bookings, newest first. |
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/daviesevan-svg/roompanda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server