Backendless

Backendless

Backendless is a comprehensive backend-as-a-service (BaaS) platform providing scalable backend functionality for mobile and web applications, including user authentication, data persistence, file storage, and custom API services.

50VIEWS
2665USERS

Install MCP Server

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

npx @composio/cli add cursor --app backendlessnpx @composio/cli add cursor --app backendlessnpx @composio/cli add cursor --app backendlessnpx @composio/cli add cursor --app backendless

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

Available Tools

Copy File

Tool to copy a file or directory within backendless file storage. use when duplicating files to a new location after verifying source and destination paths.

Create Directory

Tool to create a new directory at the specified path. use when you need to organize files under a new folder structure.

Create Backendless Hive

Tool to create a new hive. use when you need to provision a new hive resource before performing hive operations. example: create a hive named 'grocerystore'.

Create Backendless Timer

Tool to create a new timer with schedule and code. use when scheduling recurring or one-off tasks to run server-side logic after confirming parameters.

Delete Directory

Tool to delete a directory at the specified path in backendless file storage. use when you need to remove folders after confirming the path.

Delete File

Tool to delete a file at the specified path in backendless file storage. use after confirming the file's relative path and filename.

Delete Backendless Timer

Tool to delete a backendless timer by name. use when you need to remove a scheduled timer after confirming its name.

Directory Listing

Tool to retrieve a listing of files and directories at a given path. use when browsing or filtering file storage directories.

General Object Retrieval

Tool to retrieve objects from a specified backendless table with filtering, sorting, and pagination. use after confirming the table name and query options. example: "get users where age > 30 sorted by created desc".

Get All Values

Tool to retrieve all values from a map in a specified hive. use when you need to fetch the entire contents of a hive map at once.

Get Counter Value

Tool to retrieve the current value of a backendless counter. use when you need to inspect an atomic counter's value.

Get File Count

Tool to get the count of files in a backendless directory. use when you need to determine how many items match a filter or include subdirectories.

Get Key Items

Tool to retrieve values for a specified key in a list (all, single, or range). use when you need specific elements or the entire list from a hive key. supports single index retrieval, range retrieval, or full list.

Get Backendless Timer

Tool to retrieve information about a specific timer. use when you need to inspect a timer's schedule and next run details by name.

Map Put

Tool to set or update key-value pairs in a hive map. use when you need to add or update multiple entries in a hive map.

Move File

Tool to move a file or directory within backendless file storage. use when relocating resources to a new path after verifying source and destination.

Publish Message

Tool to publish a message to a specified messaging channel. use when you need to send notifications or events to subscribers after confirming channel and payload.

Reset Counter

Tool to reset a backendless counter back to zero. use when you need to reinitialize a counter before starting a new sequence.

Set Counter Value

Tool to set a backendless counter to a specific value conditionally. use when you need to ensure the counter only updates if it currently matches an expected value.

Update Backendless Timer

Tool to update schedule or code of an existing timer. use when you need to modify a timer's configuration after retrieval.

20 actions available