Restful Booker Connector for AI agents.
8 live capabilities
Manage hotel reservations and guest bookings through your AI client.
Waiting for input…
Why people use Restful Booker
Restful Booker for Automated Hotel Reservation Management
This Connector changes that by letting your AI agent handle the heavy lifting. Instead of you moving data from a spreadsheet into a booking system, you can just tell your agent to handle the task. It handles the repetitive data entry so you can focus on guest relations instead of manual form filling.
What Vinkius changes
You get a direct way to manage hotel data using natural language instead of manual API calls.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying guest stay updates
A travel agency needs to check if a guest's stay was updated.
- Real-world use case 02
Automating bulk test bookings
A QA engineer needs to run 50 test bookings.
- Real-world use case 03
Modifying a single booking date
A front desk person needs to change one date on a booking.
Complete set · 8capabilities
The complete Restful Booker capability set.
These are the exact actions your AI can choose when you ask it to work with Restful Booker.
01—04
4 capabilities in this set.
Part of 8 available through Restful Booker.
- 01 Capability
Get booking
Fetch all details for a specific reservation. This lets you see pricing, dates, and guest info in one go.
- 02 Capability
Health check
Verify if the booking system is currently online. It's a quick way to ensure your connection is active.
- 03 Capability
Partial update booking
Change specific pieces of a booking without overwriting everything. This is perfect for minor price adjustments.
- 04 Capability
Create booking
Generate a new reservation in the system. Use this to quickly add guest data and stay dates.
05—08
4 capabilities in this set.
Part of 8 available through Restful Booker.
- 05 Capability
Create token
Generate a secure access token for your session. This is required for any actions that modify or delete data.
- 06 Capability
Delete booking
Remove a reservation from the system permanently. Use this to clean up test data or canceled stays.
- 07 Capability
Get booking ids
Pull a list of all booking IDs from the system. You can also filter these by guest name or date.
- 08 Capability
Update booking
Replace the entire content of an existing reservation. Use this when a guest needs a complete overhaul of their booking.
Set up in minutes
One URL. Then ask Restful Booker to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Restful Booker 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_ScRuLbcR6K6l2I1IV4j2JcE6vdhD7k26XmKQsPQs/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 Restful Booker, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Restful Booker for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ScRuLbcR6K6l2I1IV4j2JcE6vdhD7k26XmKQsPQs/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 Restful Booker URL.
- Step 03
Save and start
Save the connection and enable Restful Booker in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"restful-booker": {
"url": "https://edge.vinkius.com/vk_preview_ScRuLbcR6K6l2I1IV4j2JcE6vdhD7k26XmKQsPQs/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 Restful Booker
Open Agent mode in chat and ask: "Using Restful Booker, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"restful-booker": {
"url": "https://edge.vinkius.com/vk_preview_ScRuLbcR6K6l2I1IV4j2JcE6vdhD7k26XmKQsPQs/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 Restful Booker
Ask Copilot: "Using Restful Booker, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"restful-booker": {
"url": "https://edge.vinkius.com/vk_preview_ScRuLbcR6K6l2I1IV4j2JcE6vdhD7k26XmKQsPQs/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 Restful Booker
Open Cascade and ask: "Using Restful Booker, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"restful-booker": {
"url": "https://edge.vinkius.com/vk_preview_ScRuLbcR6K6l2I1IV4j2JcE6vdhD7k26XmKQsPQs/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 Restful Booker
Ask Cline: "Using Restful Booker, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add restful-booker --transport http "https://edge.vinkius.com/vk_preview_ScRuLbcR6K6l2I1IV4j2JcE6vdhD7k26XmKQsPQs/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 Restful Booker
Ask Claude: "Using Restful Booker, show me...". 8 tools are ready
Where the request belongs
Work Restful Booker can move forward.
This is for the hospitality tech lead who's tired of manual data entry and the QA engineer who needs a stable way to test booking logic without breaking a live system.
Hospitality Tech Lead
Building out a new AI-driven guest check-in prototype and need to automate reservation updates.
QA Engineer
Automating a series of booking scenarios to ensure the API handles edge cases in a sandbox.
Backend Developer
Testing CRUD operations for a new travel app using a reliable, dedicated booking environment.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmenitiz
Manage hotel reservations, room types, availability, rates, and guest profiles for your Amenitiz PMS through natural conversation.
Apaleo
Manage hotel reservations, properties, rooms, rate plans, folios, invoices, and availability for your Apaleo PMS through natural conversation.
Mews
Manage hotel reservations, guests, rooms, billing, housekeeping, and services for your Mews property through natural conversation.
Siteminder
Manage hotel inventory, search properties, and handle reservations via Siteminder's Channels Plus and Direct Booking APIs.
Softinn
Orchestrate Softinn Hotel PMS. manage reservations, rooms, and guest folios directly from any AI agent.
BookingLive
Automate booking and order management via BookingLive. create orders, track statuses, and manage customer reservations directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Restful Booker 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 Restful Booker.
The practical details behind the request, access and result.
What can I do with the Restful Booker MCP?
You can use it to create, read, update, and delete hotel reservations using natural language. It's a way for your AI to handle the entire booking lifecycle for you.
Can the Restful Booker MCP help with guest searches?
Yes, you can ask your agent to find specific bookings by guest name or dates, and it will pull the relevant IDs from the system.
Is the Restful Booker MCP good for testing APIs?
It's perfect for that. Developers can use it to run CRUD operations in a sandbox environment to see how their own software interacts with booking data.
How do I secure my data with the Restful Booker MCP?
The Connector includes a capability to generate authentication tokens, ensuring that sensitive actions like deleting or updating bookings are only done with the right permissions.
Can I update only one part of a booking?
Yes, the Connector supports partial updates. This means you can change a single detail, like a price or a date, without having to re-enter the rest of the guest's information.
Does the Restful Booker MCP work with my current AI client?
It works with any MCP-compatible client like Claude, Cursor, or Windsurf. You just connect it and start managing your hospitality data.
How do I find a booking ID for a specific guest?
Use the get_booking_ids capability. You can provide optional parameters like firstname or lastname to filter the results and find the exact ID you need.
Do I need an auth token to view booking details?
No, get_booking and get_booking_ids are public queries. You only need a token generated via create_token for update_booking, partial_update_booking, and delete_booking actions.
Can I update only the price of a booking without changing other details?
Yes! Use the partial_update_booking capability. It allows you to send only the fields you want to change, such as totalprice, while keeping the rest of the booking intact.
One connection away
Give your agent a direct line to Restful Booker.
Connect Restful Booker once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available