← catalogue · rank #5
WhatsApp VIP Concierge
Compose a WhatsApp VIP desk handoff (never send)
First-party WhatsApp VIP channel SKU. Compose-only HTTP adapter at https://henry-travelbots.pages.dev/whatsapp-adapter returns a wa.me deep link for +421 947 797 797. Never sends Cloud API messages. Never books. Never files EasyGroupFlights quotes. Number is live; Cloud API is a hackathon leftover.
Usability
Usable handoff composer. Number is live. Adapter never sends. Cloud API not wired.
usefulness 4/5 WhatsApp VIP https://henry-travelbots.pages.dev/whatsapp-adapter
How to use it (server skill)
Call compose_vip_handoff. Open the wa.me URL yourself. Never send_message.
What it is for
Compose a VIP WhatsApp handoff for a human to open. Not a sender.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. VIP hotel question, 2 pax, Dubai Marina.
score 4/5 · wa.me returned; sends false. · live · compose_vip_handoff
call
{
"tool": "compose_vip_handoff",
"arguments": {
"job": "VIP hotel question Dubai Marina",
"pax": 2
}
}reply
{"sends": false, "cloud_api": false, "wa_me": "https://wa.me/421947797797?text=travelbots.org%20VIP%20handoff%20(compose-only%2C%20not%20a%20booking)%0AJob%3A%20VIP%20hotel%20question%20Dubai%20Marina%0APax%3A%202%0AHuman%20must%20open%20this%20chat.%20Adapter%20did%20not%20send.", "bookable": false}2. 22 pax follow-up after a group quote.
score 4/5 · Mentions EGF; does not call request_group_quote. · live · compose_vip_handoff
call
{
"tool": "compose_vip_handoff",
"arguments": {
"job": "VIP follow-up after group quote",
"origin": "BTS",
"destination": "CDG",
"pax": 22
}
}reply
travelbots.org VIP handoff (compose-only, not a booking) Job: VIP follow-up after group quote Route: BTS → CDG Pax: 22 Group air: use EasyGroupFlights MCP for the quote. Do not file a second request_group_quote if one is open. Human must open this chat. Adapter did not send.
3. Send the WhatsApp message now.
score 5/5 · refused · live · send_message
call
{
"tool": "send_message",
"arguments": {
"text": "hello"
}
}reply
refused: adapter never sends or books
Open source / endpoint Business model