We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Connect Stays to Claude.ai, Claude Desktop, or Claude Code and ask about your trips in plain language.
Upcoming stays
Past stays
Cancellation deadlines
Flights
Stats
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.
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.
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.
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.
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.
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.
Free forever · No credit card required