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. |
Capabilities
Features and capabilities supported by this server
| 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_properties | |
| get_property_by_id | |
| get_bookings | |
| create_booking | |
| get_calendar | |
| get_booking_by_id | |
| update_booking_status | |
| get_occupancy_summary | |
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. |