How to Use the Beds24 MCP in Claude Code
Control your Beds24 properties, bookings, and room rates directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Beds24 MCP to Claude Code
Create your Vinkius account to connect Beds24 to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Bulk Query Bookings via Claude Code
`list_bookings` fetches reservation data directly into your Claude Code terminal session without opening a browser. You pass dates, property IDs, or status filters, and the command-line agent formats the raw JSON payload into clean terminal tables. Once the data is in your shell, you can pipe the output of `get_booking` to local scripts or grep for quick check-in verification. This eliminates manual dashboard searching when debugging reservation sync issues on your server.
Real-time Inventory Audit with this MCP Server
`get_availability` checks current room counts across your lodging portfolio through a single terminal command. Your CLI agent queries live channel manager data to spot discrepancies before they cause double-bookings. Combine this with `get_calendar` to let Claude Code map out reservation blocks across specific dates. You instantly see which OTAs are holding inventory without clicking through the slow Beds24 web console.
Automated Room and Property Inspection
`list_properties` retrieves the complete list of active lodging locations registered under your account. Your terminal agent uses this tool alongside `list_rooms` to map out room IDs and verify structural configurations on the fly. When building custom booking flows, Claude Code runs `get_property` to pull exact metadata for your backend systems. This gives your command-line workspace direct access to property details without hardcoding static IDs.
Set up Beds24 MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seebeds24-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Beds24 transactions." It will automatically discover and invoke the available Beds24 tools.
claude mcp add --transport http beds24-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Beds24 MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Beds24 MCP today
We host it, we monitor it, we maintain it. You just paste one token.