@furlpay/travel-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FURLPAY_API_KEY | No | Your FurlPay API key for live payments. Omit for demo mode. | |
| TRAVALA_API_KEY | No | Your Travala API key for live inventory. Omit for demo mode. | |
| FURLPAY_DEVELOPER_WALLET | No | Ethereum wallet address to receive the developer cbBTC rebate split. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| travel_search_staysA | Search Travala's 2.2M+ hotels (Marriott, Hilton, IHG, …) for a city and date range. Returns quotes with a quoteId to book. |
| travel_search_flightsA | Search flights via Travala for a route and date. Returns quotes with a quoteId. |
| travel_set_agent_budgetC | Set a USDC spend cap for an agent before it books autonomously. |
| travel_authorize_bookingA | Authorize payment for a booking within the agent's budget. source='travala' pays via x402/USDC on Base and accrues the 10% cbBTC rebate; source='legacy' issues a single-use, MCC-locked Visa virtual card for Web2 merchants (Airbnb, Skyscanner). |
| travel_confirm_bookingB | Confirm an authorized booking (after passkey step-up in a real flow). |
| travel_cancel_bookingC | Cancel a booking and void its authorization. |
| travel_list_rebatesA | List accumulated 10% cbBTC developer rebates from Travala-routed bookings (7% developer / 3% treasury split). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: searching flights/stays, authorizing/confirming/canceling bookings, listing rebates, and setting budget. No overlap.
All tool names follow a consistent travel_verb_noun pattern in snake_case, e.g., travel_search_flights, travel_authorize_booking.
7 tools is well-scoped for a travel booking agent, covering search, booking lifecycle, rebates, and budget without excess or deficiency.
Core booking workflow (search, authorize, confirm, cancel) is covered, plus rebates and budget. Missing a tool to retrieve booking details, but overall fairly complete.