Bookingmood Connector for AI agents.
10 live capabilities
Manage your vacation rental bookings and property availability through natural conversation.
Waiting for input…
Why people use Bookingmood
Bookingmood for Streamlined Rental Management
This Connector changes that by making your rental data accessible through natural conversation. You just tell your agent what you need to know. You get immediate answers about occupancy, guest details, and availability without the click-heavy overhead of a traditional dashboard.
What Vinkius changes
You get a conversational interface for your rental management system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a weekend opening
A property manager needs to know if the Beachfront Villa is free for a weekend in July.
- Real-world use case 02
Adding a last-minute stay
An owner just got a new booking request over the phone.
- Real-world use case 03
Reviewing current occupancy
A manager wants to see who is staying at the mountain cabin this week.
Complete set · 10capabilities
The complete Bookingmood capability set.
These are the exact actions your AI can choose when you ask it to work with Bookingmood.
01—04
4 capabilities in this set.
Part of 10 available through Bookingmood.
- 01 Capability
Create booking
Use this to add a new reservation to your system. It handles the details so you don't have to enter them manually.
- 02 Capability
Delete booking
Remove a booking from your records permanently. This is the quickest way to cancel a stay.
- 03 Capability
Get product
Get the full details for a specific rental property. Use this to see descriptions and metadata for a single unit.
- 04 Capability
List products
See all the rental products you have in your inventory. This gives you a complete overview of your portfolio.
05—07
3 capabilities in this set.
Part of 10 available through Bookingmood.
- 05 Capability
List bookings
See every current booking in your portfolio at once. It's the fastest way to check your overall occupancy.
- 06 Capability
List calendar events
Pull a list of all raw calendar blocks and events. This helps you see exactly how your time is filled.
- 07 Capability
List contacts
Get a list of all your guest contacts in one place. Use this to find phone numbers or emails quickly.
08—10
3 capabilities in this set.
Part of 10 available through Bookingmood.
- 08 Capability
Query availability
Check if specific units are free for a list of dates. This is great for verifying a group of properties at once.
- 09 Capability
Search availability
Search for any available units across a specific date range. Use this when you're trying to find an open slot for a guest.
- 10 Capability
Update booking
Modify an existing reservation in your system. Use this to change dates, guests, or other booking details.
Set up in minutes
One URL. Then ask Bookingmood to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bookingmood 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_55VpWbCvbQlbkHOSv9q9VS7BJM3f0y6kaWlQKx1d/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 Bookingmood, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bookingmood for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_55VpWbCvbQlbkHOSv9q9VS7BJM3f0y6kaWlQKx1d/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 Bookingmood URL.
- Step 03
Save and start
Save the connection and enable Bookingmood in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bookingmood": {
"url": "https://edge.vinkius.com/vk_preview_55VpWbCvbQlbkHOSv9q9VS7BJM3f0y6kaWlQKx1d/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 Bookingmood
Open Agent mode in chat and ask: "Using Bookingmood, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bookingmood": {
"url": "https://edge.vinkius.com/vk_preview_55VpWbCvbQlbkHOSv9q9VS7BJM3f0y6kaWlQKx1d/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 Bookingmood
Ask Copilot: "Using Bookingmood, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bookingmood": {
"url": "https://edge.vinkius.com/vk_preview_55VpWbCvbQlbkHOSv9q9VS7BJM3f0y6kaWlQKx1d/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 Bookingmood
Open Cascade and ask: "Using Bookingmood, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bookingmood": {
"url": "https://edge.vinkius.com/vk_preview_55VpWbCvbQlbkHOSv9q9VS7BJM3f0y6kaWlQKx1d/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 Bookingmood
Ask Cline: "Using Bookingmood, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bookingmood --transport http "https://edge.vinkius.com/vk_preview_55VpWbCvbQlbkHOSv9q9VS7BJM3f0y6kaWlQKx1d/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 Bookingmood
Ask Claude: "Using Bookingmood, show me...". 10 tools are ready
Where the request belongs
Work Bookingmood can move forward.
This is for the property manager who is tired of clicking through complex dashboards at 2am or the vacation rental owner who needs to check availability on the fly. It's for anyone who wants to manage their portfolio using natural language instead of manual data entry.
Property Manager
Handles the day to day operations of multiple vacation rentals, checking occupancy and updating guest info.
Vacation Rental Owner
Manages their own private properties and needs to quickly see which dates are still open for bookings.
Rental Business Developer
Builds custom capabilities or integrations and needs to pull rental data into other applications using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZoho Bookings
Automate appointment scheduling via Zoho Bookings. manage appointments, services, and staff with AI.
Calenso
Manage appointments, customers, and bookings online via AI.
Cobot
Manage coworking spaces via Cobot. track memberships, monitor bookings, and manage resources directly from any AI agent.
SimplyBook.me
Manage services, providers, and bookings on SimplyBook.me with AI agents.
Booqable
Manage your rentals via Booqable. track orders, check availability, and manage inventory directly from any AI agent.
Guesty
Automate vacation rental management via Guesty. manage reservations, listings, guests, and calendars directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Bookingmood 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 Bookingmood.
The practical details behind the request, access and result.
Can I use Bookingmood to manage my vacation rentals with an AI agent?
Yes. This Connector connects your Bookingmood account to your AI client, allowing you to manage your listings, check dates, and handle bookings using natural language.
How does the Bookingmood MCP help with property management?
It removes the need to click through multiple menus. You can ask your agent to find guest details, check occupancy, or update reservation dates instantly.
Can I check rental availability using Bookingmood?
Absolutely. You can ask your agent to find open slots for specific properties across any date range, making it easy to give guests instant answers.
How do I add new bookings to Bookingmood through an AI client?
Once connected, you can simply tell your agent the guest's name and stay dates. The Connector will handle the data entry into your Bookingmood account for you.
Is Bookingmood good for managing multiple rental units?
Yes, it's designed for portfolio management. You can list all your products at once or query availability across multiple units in a single request.
Can I check if a rental is available for a specific weekend?
Yes! Use the query_availability capability with the Product IDs. Your agent will check the real-time calendar status in Bookingmood to confirm if the unit is free or booked.
How do I see the contact details for a guest with a confirmed booking?
Simply ask the agent to list_contacts. You can filter for specific guests linked to bookings to retrieve their names, emails, and phone numbers directly from the directory.
Does the integration allow updating the price of a rental?
The current toolset focuses on availability, booking management, and contact oversight. Updating core pricing calendars or complex rate seasons should be done through the Bookingmood dashboard.
One connection away
Give your agent a direct line to Bookingmood.
Connect Bookingmood once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available