How to Use the HQBeds MCP in Claude Code
Manage HQBeds reservations and query room availability directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HQBeds MCP to Claude Code
Create your Vinkius account to connect HQBeds 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.
Pipe HQBeds data directly to your CLI tools
Claude Code lets you query your property data using `list_reservations` and pipe the output to grep, jq, or local text files. Run a command to list all bookings and filter the JSON right in your shell. You can quickly check individual booking details using `get_reservation` or fetch guest profiles with `get_guest`. It is a fast, keyboard-only way to audit your hostel data without opening a browser.
Script automated availability checks in Claude Code
Build automated cron jobs that monitor your property by running `check_hqbeds_status` via Claude Code. The CLI uses this MCP Server to ensure your booking engine is online and responding. You can automate daily checks by running `list_availability` to find open beds. If occupancy drops below a certain threshold, you can have the CLI trigger alerts or log the data for your team.
Rapid reservation management from the terminal
Create and verify bookings without leaving your SSH session by running `create_reservation` directly in Claude Code. This lets you register walk-ins or update stays with simple terminal prompts. After creating a booking, verify the room assignment with `get_room` and pull the account metrics using `get_account`. It keeps your workflow entirely terminal-based, fast, and lightweight.
Set up HQBeds 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 seehqbeds-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest HQBeds transactions." It will automatically discover and invoke the available HQBeds tools.
claude mcp add --transport http hqbeds-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 HQBeds MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HQBeds MCP today
We host it, we monitor it, we maintain it. You just paste one token.