@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. |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FurlPay/furlpay-travel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server