Rocketlane

Rocketlane

Collaborative customer onboarding and implementation platform for professional services teams.

115VIEWS
20USERS

Install MCP Server

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

npx @composio/cli add cursor --app rocketlanenpx @composio/cli add cursor --app rocketlanenpx @composio/cli add cursor --app rocketlanenpx @composio/cli add cursor --app rocketlane

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

Available Tools

Archive Project By Id

Archives a specific project based on its unique identifier.

Create Company

Creates a new company (account) in rocketlane. this action allows you to create a new company/account in your rocketlane workspace. it complements existing company-related actions by providing the ability to register new accounts using the post /api/v2/companies endpoint.

Create Task

Creates a new task.

Create Time Entry

Tool to create a new time entry in rocketlane. this endpoint allows users to log time spent on tasks or projects. it complements the existing rocketlane get time entries action and enables complete time tracking functionality within the rocketlane integration.

Delete Project

This tool allows users to permanently delete a project in rocketlane. it requires a valid project id and appropriate permissions (admins, super users, and project owners). note that deletion is irreversible; therefore, consider using archival if future access might be needed.

Delete Task By Id

Delete a specific task using its unique identifier (taskid).

Delete Time Entry By Id

Delete a specific time entry using its unique identifier (timeentryid).

Get All Fields

Retrieve all custom fields available in the system.

Get Company

This tool retrieves detailed information about a specific company/account in rocketlane by its id. it provides comprehensive information about the company including its status, address, currency, created date, updated date, custom fields, and other relevant metadata.

Get Field By Id

Retrieve detailed information about a specific custom field using its unique identifier (fieldid).

Get Project By Id

Retrieves detailed information about a specific project using its unique identifier.

Get Task By Id

Retrieve extensive information about a specific task using the task's unique identifier (taskid).

Get Template By Id

Retrieve detailed information about a specific template using its unique identifier (templateid). note: the exact api endpoint and response structure need to be verified from the official rocketlane api documentation.

Get Time Entries

Tool to retrieve all time entries from rocketlane. it provides endpoints to get time entries with support for pagination, filtering by project id, user id, start and end dates. this allows tracking of time spent on various tasks, generating reports, and analyzing team productivity.

Get Time Entry By Id

Retrieve detailed information about a specific time entry using its unique identifier (timeentryid).

Get User By Id

Retrieve detailed information about a specific user using their unique identifier (userid).

List Companies

This tool retrieves a list of all companies/accounts in rocketlane. it's a basic get endpoint that returns all companies without requiring any specific resource ids or additional parameters. the endpoint is independent and can be executed with just the authentication token.

List Company Fields

This tool retrieves a list of all available company/account fields in rocketlane. these fields represent the various attributes and properties that can be associated with companies/accounts in the rocketlane system.

List Company Note Fields

This tool retrieves a list of all available note fields for companies in rocketlane. company note fields are custom fields that can be added to company/account notes for better organization and data collection. it provides details such as field id, name, type, required, options, and description for each note field.

List Currencies

Returns a predefined list of commonly used currencies since rocketlane api doesn't provide a dedicated currencies endpoint. this list includes major global currencies with their codes, names, and symbols.

20 actions available