travala-mcp
Allows paying for hotel bookings with USDC via Algorand's x402 protocol, using the GoPlausible Algorand MCP to complete payments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@travala-mcpsearch for hotels in New York for next weekend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenClaw Travala Plugin
🧳 Travala hotel booking integration for OpenClaw — by GoPlausible
Features
Remote Travala MCP server:
travala-mcp(HTTP,https://travel-mcp.travala.com/mcp) — hotel search, package selection, booking, lookup, and cancellationPayment in USDC via Algorand x402: on
travala_bookHTTP 402, the agent completes payment throughalgorand-mcp'smake_http_request_with_x402tool and the GoPlausible facilitatorZero-privilege installation: first-load init only writes a declarative entry into
~/.mcporter/mcporter.jsonand a memory file into the agent workspace — no shell scripts, no system packages, nosudo, no post-install hooks1 Skill —
travala-booking-expert: the end-to-end hotel workflow (search → book → pay → look up → cancel), critical booking rules, OTP handling, and x402 payment recovery
Hotels only — no flights, car rentals, restaurants, tours, or activities.
Related MCP server: travel-mcp-server
Relationship to the Algorand plugin
This plugin was carved out of the GoPlausible Algorand plugin and is fully self-contained. Booking and search work on their own, but payment uses the Algorand x402 flow: it calls algorand-mcp:make_http_request_with_x402. To complete a paid booking, install the GoPlausible Algorand plugin (or algorand-mcp) alongside this one so that tool is available.
Installation
From ClawHub:
clawhub install @goplausible/travala-plugin-openclawOr from a local path (source code):
openclaw plugins install ./path/to/travala-plugin-openclawConfiguration
On first load, the plugin initializes idempotently:
Writes the plugin memory file into your agent workspace (
memory/travala-plugin.md)Adds a single pointer line under
## Plugin Routingin your workspaceMEMORY.mdRegisters
travala-mcp(remote, HTTP) in~/.mcporter/mcporter.json
Restart the OpenClaw gateway to apply changes.
CLI
openclaw travala-plugin setup # reconfigure (memory, mcporter, allowlist)
openclaw travala-plugin status # show skill + MCP server status
openclaw travala-plugin mcp-config # print an MCP config snippet for external agentsDevelopment
npm install
npm run build # tsc → dist/License
MIT © GoPlausible
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/GoPlausible/travala-plugin-openclaw'
If you have feedback or need assistance with the MCP directory API, please join our Discord server