webhotelier-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WH_PASSWORD | Yes | WebHotelier API password/key | |
| WH_USERNAME | Yes | WebHotelier API username (HTTP Basic Auth) | |
| HOTEL_REGISTRY_PATH | No | Absolute path to a JSON file backing list_properties |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_propertiesA | List all known hotels with their WebHotelier property codes. Call this first whenever you don't know a property code. Local lookup — no API call. |
| get_property_infoA | Hotel profile and full room catalog (room types, capacities, amenities) for one property. |
| get_availabilityA | Live availability and prices for a specific stay. Dates are YYYY-MM-DD. Provide checkout OR nights. This is the primary tool for 'is there a room and how much' questions. |
| get_ratesB | Rate plans with cancellation policies for a property, optionally filtered to one room type. |
| get_calendarB | Day-by-day availability over a date range (YYYY-MM-DD). Good for 'which days are free in August'. |
| get_best_rateB | Cheapest available rate (BAR) for a property, optionally for a specific date (YYYY-MM-DD). |
| get_offersB | Currently active special offers/packages for a property. |
| get_reservationsA | Search bookings, optionally by property and check-in date range (YYYY-MM-DD). NOTE: requires a WebHotelier account with reservations access; without it the tool returns a clear permission message. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/nikagabriel741agent/WebHotelier-MCP-Server-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server