Connection check
verified live · 28h ago
trivial-corp-mcp
Book hotels over MCP. Pay over x402. 3M+ properties in 200+ countries, USDC on Base.
Tools
4
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
28h ago
Tools & capabilities
4 toolsRead from the running server on 28h ago.
get_hotel_details
id*context
Get rooms and rates for a hotel. Pass the hotel id from search_hotels results. Returns rate IDs needed for purchase_hotel. Each rate states its refundability and, when refundable,… Get rooms and rates for a hotel. Pass the hotel id from search_hotels results. Returns rate IDs needed for purchase_hotel. Each rate states its refundability and, when refundable, the cancellation deadline — quote these rather than inferring refund terms. When prices_changed is true, the price search_hotels quoted for this hotel is no longer the one on offer — tell the user prices changed rather than presenting these rates as the same quote.
get_order_details
read-only
cart_id*context
Get the current state of an order. Returns payment status, booking state, and item details. Poll until ready is true to confirm the booking is complete. Get the current state of an order. Returns payment status, booking state, and item details. Poll until ready is true to confirm the booking is complete.
purchase_hotel
can modify data
email*phone*titlecontextrate_id*last_name*
+4
Book a hotel room by providing guest details and a rate ID from get_hotel_details. Creates a guest profile, adds the room to a cart, and initiates checkout. Returns a payment_url a… Book a hotel room by providing guest details and a rate ID from get_hotel_details. Creates a guest profile, adds the room to a cart, and initiates checkout. Returns a payment_url and an x402 payment challenge by default (USDC on Base). Set payment_service to 'coingate' to return a browser-based crypto payment URL instead. The booking is confirmed once payment settles; poll get_order_details to check status.
search_hotels
read-only
contextsort_bycheck_in*check_out*sort_orderdestination*