Skip to main content
Glama

@roompanda/mcp

A Model Context Protocol server for the Roompanda booking API. Point any MCP-compatible AI client at it and the agent can search availability, price rooms, and make real bookings — scoped to a single property by the API key.

Built on @roompanda/sdk.

Use it

Add to your MCP client (e.g. Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "roompanda": {
      "command": "npx",
      "args": ["-y", "@roompanda/mcp"],
      "env": { "ROOMPANDA_API_KEY": "sk_live_…" }
    }
  }
}

(Use an sk_test_… key while developing — bookings are simulated.)

Related MCP server: 1Stay Hotel Booking

Tools

Tool

Does

get_property

The connected property

get_calendar

Per-date open/closed/min-stay (date picker)

list_rooms

Room content, photos, facilities

search_availability

Bookable rooms + priced rates for a stay

list_rates

Rate plans & cancellation policies

list_extras

Add-ons / upsells

create_booking

Make a booking (returns a payment_url if a deposit is due)

get_booking

Retrieve a booking

list_bookings

List bookings

Config

Env

ROOMPANDA_API_KEY

requiredsk_live_… or sk_test_…

ROOMPANDA_BASE_URL

optional API base override

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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