Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Roompanda/

FreeNot checked

Enables AI agents to search availability, price rooms, and make real bookings via the Roompanda API, scoped to a single property by the API key.

GitHubEmbed

About

Enables AI agents to search availability, price rooms, and make real bookings via the Roompanda API, scoped to a single property by the API key.

README

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.)

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

from github.com/daviesevan-svg/roompanda-mcp

Install @Roompanda/ in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install roompanda-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add roompanda-mcp -- npx -y @roompanda/mcp

FAQ

Is @Roompanda/ MCP free?

Yes, @Roompanda/ MCP is free — one-click install via Unyly at no cost.

Does @Roompanda/ need an API key?

No, @Roompanda/ runs without API keys or environment variables.

Is @Roompanda/ hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @Roompanda/ in Claude Desktop, Claude Code or Cursor?

Open @Roompanda/ on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @Roompanda/ with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs