Lodgify

Lodgify

Lodgify is an all-in-one vacation rental software that enables property owners and managers to create bookable websites, synchronize property data across multiple channels, and manage guest reservations and communications from a single platform.

46VIEWS
2387USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app lodgifynpx @composio/cli add cursor --app lodgifynpx @composio/cli add cursor --app lodgifynpx @composio/cli add cursor --app lodgify

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Countries

Tool to retrieve all available countries. use when you need to populate country selectors with supported iso codes and names.

Get Property Availability

This tool retrieves the availability information for a specific property. it requires the propertyid as an input. the response will include an array of availability objects, each containing the date, availability status, number of units available, price (amount and currency), minimum and maximum nights for booking, and any associated reservation ids for that date.

List Channel Connections

Tool to retrieve a list of all channel connections. use when you need to display or synchronize channel connections across properties.

List Channel Mappings

Tool to list channel mappings. use when you need to retrieve all channel mappings, optionally filtered by property, channel code, or external id. supports pagination.

List Channel Reservations

Tool to list channel reservations. use when you need to retrieve reservations across channels filtered by property, channel, or date range.

List Channels

Tool to retrieve a list of all channels. use when you need to view or process all channel configurations.

List Properties

Tool to retrieve a paginated list of properties. use when you need to view or process all properties with pagination.

7 actions available