Apaleo

Apaleo

Apaleo is a cloud-based property management platform handling reservations, billing, and daily operations for hospitality businesses

434VIEWS
16USERS

Install MCP Server

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

npx @composio/cli add cursor --app apaleonpx @composio/cli add cursor --app apaleonpx @composio/cli add cursor --app apaleonpx @composio/cli add cursor --app apaleo

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

Available Tools

Archive A Property

Use this endpoint to archive an existing live property this operation set the isarchived flag to true<br>you must have at least one of these scopes: 'properties.manage, setup.manage'.

Check If A Property Exists

Check if a property exists by id.<br>you need to be authorized (no particular scope required)

Check If A Unit Attribute Exists

Check if a unit attribute exists<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.

Check If A Unit Exists

Check if a unit exists by id.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.

Check If A Unit Group Exists

Check if a unit group exists by id.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.

Clones A Property

Use this call to clone a specific property. this operation creates a new property with inventory and rate plans from the specified property.<br>you must have at least one of these scopes: 'properties.create, setup.manage'.

Create A Unit

Use this call to create a new unit.<br>you must have at least one of these scopes: 'units.create, setup.manage'.

Create A Unit Attribute

Use this call to create a new unit attribute.<br>you must have at least one of these scopes: 'unitattributes.create, setup.manage'.

Create A Unit Group

Use this call to create a new unit group.<br>you must have at least one of these scopes: 'unitgroups.create, setup.manage'.

Create Multiple Units

Use this call to create multiple units, following a naming rule.<br>you must have at least one of these scopes: 'units.create, setup.manage'.

Creates A Property

Use this call to create a new property.<br>you must have at least one of these scopes: 'properties.create, setup.manage'.

Delete A Unit

Use this call to delete a unit.<br>you must have at least one of these scopes: 'units.delete, setup.manage'.

Delete A Unit Group

Use this call to delete a unit group.<br>you must have at least one of these scopes: 'unitgroups.delete, setup.manage'.

Deletes Unit Attribute

Deletes unit attribute<br>you must have at least one of these scopes: 'unitattributes.delete, setup.manage'.

Get A Properties List

Get the list of properties.<br>you need to be authorized (no particular scope required)

Get A Property

Get a property by id.<br>you need to be authorized (no particular scope required)

Get A Unit

Get a unit by id.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.

Get A Unit Group

Get a unit group by id.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.

Get A Units List

Get the list of units.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.

Get Unit Attribute By Id

Get unit attribute by id<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.

20 actions available