Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

@Roompanda/

БесплатноНе проверен

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

Описание

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

Установить @Roompanda/ в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install roompanda-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

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

FAQ

@Roompanda/ MCP бесплатный?

Да, @Roompanda/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для @Roompanda/?

Нет, @Roompanda/ работает без API-ключей и переменных окружения.

@Roompanda/ — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить @Roompanda/ в Claude Desktop, Claude Code или Cursor?

Открой @Roompanda/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare @Roompanda/ with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai