INDIVIDUAL MCP TOOL
hemmabo_booking_reschedule
Reschedule a confirmed or pending booking to new dates with automatic repricing and Stripe charge/refund.
LIVE ENDPOINT
https://www.hemmabo.com/mcp
Connect to this endpoint to inspect the live schema for hemmabo_booking_reschedule and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hemmabo-mcp-server]
url = "https://www.hemmabo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hemmabo-mcp-server": {
"type": "http",
"url": "https://www.hemmabo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hemmabo-mcp-server
Remote MCP URL: https://www.hemmabo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hemmabo-mcp-server": {
"url": "https://www.hemmabo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hemmabo-mcp-server": {
"type": "http",
"url": "https://www.hemmabo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hemmabo-mcp-server",
"transport": "streamable-http",
"url": "https://www.hemmabo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
hemmabo_search_properties— Search available vacation rental properties by location and travel dates.hemmabo_search_availability— Check whether a specific property is available for the requested dates.hemmabo_booking_quote— Get a detailed pricing quote for a specific property, dates, and guest count.hemmabo_booking_create— Create a pending direct booking without online payment for configured non-VRP fallback deployments.hemmabo_booking_negotiate— PRICE LOCK, not negotiation: the host's price is fixed — this tool never bargains, discounts, or alters it; it only freezes the current host-source price for 15 minutes so it cannot change during checkout.hemmabo_booking_checkout— Create a fallback non-VRP booking and return a host-configured Stripe checkout URL.hemmabo_booking_cancel— Cancel a confirmed booking and process the Stripe refund per host cancellation policy.hemmabo_booking_status— Retrieve current status and full details of an existing booking by reservationId.