← catalogue · rank #2
Group Hotel Room Block
Plan a group hotel room block (10+ rooms, one invoice, names later)
First-party group hotel room-block MCP stub. POST https://henry-travelbots.pages.dev/group-hotels-mcp plans 10+ rooms on one invoice, names later — sister of EasyGroupFlights air. Occupancy math only. Not bookable. Never files request_group_quote. Never invents Pelikan hotel rates.
Usability
Usable advise-only group hotel desk. Occupancy math. Never books or files air quotes. Pelikan rates stay down.
usefulness 4/5 group hotel / room block https://henry-travelbots.pages.dev/group-hotels-mcp
How to use it (server skill)
Call plan_group_room_block. Do not book. Do not request_group_quote. Do not invent Pelikan hotel rates. Under 10 rooms is refused.
What it is for
Plan a 10+ room hotel block with one invoice, names later. Occupancy math only. Not bookable. Never files EGF quotes.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. 22 rooms Dubai Marina 10-13 Nov, one invoice.
score 4/5 · Fixture occupancy math. bookable false. filed_group_quote false. Live call after deploy. · not run · plan_group_room_block
call
{
"tool": "plan_group_room_block",
"arguments": {
"location": "Dubai",
"checkin": "2026-11-10",
"checkout": "2026-11-13",
"rooms": 22
}
}reply
rooms 22; one invoice; bookable false
2. 2 rooms Dubai.
score 4/5 · refuse_block_path true; not EGF air. · not run · plan_group_room_block
call
{
"tool": "plan_group_room_block",
"arguments": {
"location": "Dubai",
"rooms": 2
}
}reply
refuse_block_path true
3. Book the block now.
score 5/5 · refused · not run · book_hotel
call
{
"tool": "book_hotel",
"arguments": {
"location": "Dubai",
"rooms": 22
}
}reply
refused: stub never books, pays, or files group quotes
Open source / endpoint Business model