Stays + Claude via MCP

Connect Stays to Claude.ai, Claude Desktop, or Claude Code and ask about your trips in plain language.

What you can ask

Upcoming stays

"What hotels do I have coming up?"
"Where am I staying next month?"

Past stays

"What hotels have I stayed at before?"
"Where did I stay last time I was in London?"

Cancellation deadlines

"Which bookings can I still cancel?"
"When is my next cancellation deadline?"

Flights

"Do I have any flights coming up?"
"Show me my past flights."

Stats

"How many nights have I stayed in hotels total?"
"How many trips do I have coming up?"
1

Get your MCP token

Go to your account settings and copy your Claude MCP token. It looks like a long random string. Keep it secret — it grants read access to all your bookings.

stays_mcp_xxxxxxxxxxxxxxxxxxxx
2

Connect to Claude.ai easiest

Go to claude.ai/customize/connectors, click Add custom connector, name it Stays, and paste this URL:

https://bookings.rogal.app/mcp?token=YOUR_TOKEN

Replace YOUR_TOKEN with the token from step 1. No config files or terminal needed.

or

Connect to Claude Code

Run this command in your terminal. Replace YOUR_TOKEN with the token from step 1.

claude mcp add --transport http stays https://bookings.rogal.app/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

You only need to run this once. Claude Code will remember the server.

or

Connect to Claude Desktop

Open Claude Desktop → Settings → Developer → Edit Config, and add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "stays": {
      "type": "http",
      "url": "https://bookings.rogal.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Replace YOUR_TOKEN with your token from step 1, then restart Claude Desktop.

3

Try it out

Start a new conversation in Claude and ask something like "What stays do I have coming up?". Claude will call Stays in the background and summarize your bookings.

Troubleshooting

Still stuck? Reach out at hello@rogal.app or @GGarciaSeco10.

Claude says it doesn't have the Stays tool

For Claude.ai, refresh the page after adding the connector. For Claude Code, start a new session after running claude mcp add. For Claude Desktop, restart the app after editing the config.

Getting an "Unauthorized" error

Double-check that your token is correct and hasn't been regenerated. You can get a fresh token from settings.

No bookings are showing up

Make sure you've forwarded at least one confirmation email to your Stays inbox address. Check your dashboard to verify bookings were imported.

Create your free account

Free forever · No credit card required