Cloudbeds Connector for AI agents.
10 live capabilities
Manage hotel reservations and property occupancy from a single chat.
Waiting for input…
Why people use Cloudbeds
Cloudbeds Hotel Management: Stop Digging Through Tabs
This Connector changes that by bringing all that data into a single conversation. You can ask your agent for a guest's history or a room's status and get an answer in seconds. It turns a multi-tab search into a single question.
What Vinkius changes
You get instant access to your hotel's data through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a guest check-in
A front desk clerk needs to find a guest's balance quickly.
- Real-world use case 02
Retrieving specific stay details
A manager wants to know about a specific booking.
- Real-world use case 03
Quick guest profile lookup
A staff member needs to see a guest's preferences.
Complete set · 10capabilities
The complete Cloudbeds capability set.
These are the exact actions your AI can choose when you ask it to work with Cloudbeds.
01—04
4 capabilities in this set.
Part of 10 available through Cloudbeds.
- 01 Capability
Get housekeeping
Get the current cleaning status of your rooms. This helps you see which units are ready for new guests.
- 02 Capability
List reservations
See all bookings filtered by status like confirmed or cancelled. This is a core capability for front desk management.
- 03 Capability
Get dashboard
Pull your property's daily KPIs like occupancy and revenue. Use this for a quick morning briefing on performance.
- 04 Capability
Get reservation
Look up the specific details of a single booking. This provides a deep dive into one guest's stay information.
05—07
3 capabilities in this set.
Part of 10 available through Cloudbeds.
- 05 Capability
Search guests
Find a guest's profile, past stays, and lifetime value. This helps you provide a more personalized experience.
- 06 Capability
Get guest
View the full profile for a specific hotel guest. Use this to see contact info and specific preferences.
- 07 Capability
List rooms
See a full list of all rooms in your property. This gives you a complete overview of your available inventory.
08—10
3 capabilities in this set.
Part of 10 available through Cloudbeds.
- 08 Capability
List room types
Get details on room types including amenities and base rates. This helps with understanding your room categories.
- 09 Capability
Check availability
See which rooms are open for specific date ranges. This is essential for answering booking inquiries quickly.
- 10 Capability
List transactions
Pull the full financial history for a specific reservation. This helps you track every payment and charge made.
Set up in minutes
One URL. Then ask Cloudbeds to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cloudbeds from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kLoQqERsxIKVP93nAtx1LsQqEDnHbhBcnYqVkWZv/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Cloudbeds, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cloudbeds for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kLoQqERsxIKVP93nAtx1LsQqEDnHbhBcnYqVkWZv/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Cloudbeds URL.
- Step 03
Save and start
Save the connection and enable Cloudbeds in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudbeds": {
"url": "https://edge.vinkius.com/vk_preview_kLoQqERsxIKVP93nAtx1LsQqEDnHbhBcnYqVkWZv/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Cloudbeds
Open Agent mode in chat and ask: "Using Cloudbeds, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudbeds": {
"url": "https://edge.vinkius.com/vk_preview_kLoQqERsxIKVP93nAtx1LsQqEDnHbhBcnYqVkWZv/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Cloudbeds
Ask Copilot: "Using Cloudbeds, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudbeds": {
"url": "https://edge.vinkius.com/vk_preview_kLoQqERsxIKVP93nAtx1LsQqEDnHbhBcnYqVkWZv/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Cloudbeds
Open Cascade and ask: "Using Cloudbeds, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudbeds": {
"url": "https://edge.vinkius.com/vk_preview_kLoQqERsxIKVP93nAtx1LsQqEDnHbhBcnYqVkWZv/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Cloudbeds
Ask Cline: "Using Cloudbeds, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cloudbeds --transport http "https://edge.vinkius.com/vk_preview_kLoQqERsxIKVP93nAtx1LsQqEDnHbhBcnYqVkWZv/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Cloudbeds
Ask Claude: "Using Cloudbeds, show me...". 10 tools are ready
Where the request belongs
Work Cloudbeds can move forward.
Hotel owners and front desk staff who are tired of manual data entry and clicking through complex property management software.
Front Desk Agent
Handles guest check-ins and availability inquiries quickly during peak hours without leaving the chat.
Revenue Manager
Analyzes ADR trends and occupancy rates to adjust pricing and optimize property income.
Housekeeping Supervisor
Manages room turnover lists and tracks cleaning progress to ensure fast room readiness.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMews
Manage hotel reservations, guests, rooms, billing, housekeeping, and services for your Mews property through natural conversation.
Beds24
Manage properties, bookings, rooms, calendar, availability, and pricing for your Beds24 channel manager through natural conversation.
Apaleo
Manage hotel reservations, properties, rooms, rate plans, folios, invoices, and availability for your Apaleo PMS through natural conversation.
Guesty
Automate vacation rental management via Guesty. manage reservations, listings, guests, and calendars directly from any AI agent.
Siteminder
Manage hotel inventory, search properties, and handle reservations via Siteminder's Channels Plus and Direct Booking APIs.
Hostfully
Manage vacation rental properties, leads, and bookings via Hostfully API.
Bring your own AI
Change the model, client or framework. Keep Cloudbeds connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Cloudbeds.
The practical details behind the request, access and result.
Can I use Cloudbeds MCP to check my hotel's room availability?
Yes, you can ask your agent to check for open rooms on any date range. This helps you give guests instant answers without having to leave your chat interface.
How does the Cloudbeds MCP help my front desk staff?
It lets your staff look up guest profiles, stay history, and booking details in seconds. This makes check-ins and guest requests much faster during busy shifts.
Can I see my daily revenue reports with the Cloudbeds MCP?
You can pull your daily KPIs like occupancy, revenue, and ADR instantly. It gives you a clear picture of your property's performance at any time.
Does the Cloudbeds MCP show me housekeeping status?
Yes, it provides real-time updates on room cleaning status and priorities. You can see which rooms are dirty and which are ready for the next guest.
Can I use the Cloudbeds MCP to look up guest profiles?
You can search for any guest to see their contact info, past stays, and preferences. This helps you provide a more personalized experience for every visitor.
How does the Cloudbeds MCP help with revenue management?
It allows you to quickly pull ADR trends and occupancy data. You can use this information to adjust your rates and optimize your property's revenue more effectively.
How many properties use Cloudbeds?
Cloudbeds serves 20,000+ properties in 150+ countries. hotels, hostels, vacation rentals, B&Bs, and hotel groups. It's the most widely used all-in-one hospitality platform.
Can I use the AI to manage the cleaning schedule?
Yes! The Connector communicates directly with the Cloudbeds Housekeeping module. You can query dirty rooms, assign staff, and update statuses like 'Inspected' conversationally.
Is the dashboard data delayed?
No, it pulls strictly real-time numbers natively routed from the Cloudbeds API covering exact metrics on ADR, current Occupancy, and live Check-in progress.
One connection away
Give your agent a direct line to Cloudbeds.
Connect Cloudbeds once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available