Lodgify MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LODGIFY_API_KEY | Yes | The API key for the Lodgify vacation rental API. |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_propertiesC | |
| get_property_by_idC | |
| get_bookingsB | |
| create_bookingB | |
| get_calendarB | |
| get_booking_by_idC | |
| update_booking_statusB | |
| get_occupancy_summaryB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_lodgify_data | Analyze Lodgify property and booking data for insights. |
| analyze_occupancy_data_prompt | Analyze occupancy data for a specific property and date range. |
| create_booking_workflow | Guide through creating a new booking in Lodgify. |
| property_management_review | Review property management and booking status. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_properties_list | Get a summary list of all properties. |
| get_recent_bookings | Get recent bookings summary. |