Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Rkvst

Rkvst

DataTrails provides an evidence management platform that delivers a reliable chain of custody for supply chain data, ensuring data authenticity and transparency.

24VIEWS
2275USERS

Install MCP Server

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

npx @composio/cli add cursor --app rkvstnpx @composio/cli add cursor --app rkvstnpx @composio/cli add cursor --app rkvstnpx @composio/cli add cursor --app rkvst

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

Available Tools

Download Event Attachment

Tool to download an attachment from a specified event on an asset. use when you have asset uuid, event uuid, and attachment uuid, and want the raw binary content.

Get App Registration

Tool to retrieve details for a given app registration id. use after obtaining the application's uuid to inspect its configuration and credentials.

Get Asset

Tool to retrieve details for a given asset. use after you have its uuid; set `at time` to get historical state.

Get Blob

Tool to retrieve details of a blob by id. use after confirming the blob id.

Get Event

Tool to retrieve details of a specified event. use when you need full metadata, attributes, and associated trails of an existing event in datatrails.

Get Iam Subject

Tool to retrieve iam subject details. use when you need to fetch details for a specific iam subject by its id.

Get Member

Tool to retrieve details for a given member id. use after obtaining a valid member uuid.

Get Public Asset

Tool to retrieve details for a public asset. use when you have a public asset uuid.

Get Public Asset Event

Tool to retrieve a specific public asset event. use when you have public asset and event uuids.

Get Tenancy

Tool to retrieve details for a specific tenancy. use after you have a tenancy id.

List App Registrations

Tool to list all app registrations. use after acquiring a valid auth token to retrieve the applications registered under the tenant.

List Asset Events

Tool to list events for a specified asset. use after confirming you have the asset uuid.

List Assets

Tool to list all assets with optional pagination and filters. use when you need to retrieve asset metadata in batches via page size and next page token.

List Iam Subjects

Tool to list iam subjects. use when you need to retrieve provider-managed subjects, optionally filtering by display name. use after authenticating the tenant.

List Members

Tool to list all tenant members. use when you need an overview of all users in your tenant.

List Public Asset Events

Tool to list events for a specific public asset. use when you need to retrieve the event history of a public asset after confirming its public availability.

List Public Assets

Tool to list all public assets. use when you need to retrieve all assets made public.

List Tenancies

Tool to list all tenancies. use after authenticating to retrieve the tenancy records available to the current tenant.

Promote Member

Tool to promote a tenant member to owner role. use when you need to elevate permissions after verifying the member identity.

Retrieve Asset Attachment Metadata

Tool to retrieve metadata for an attachment on a specified asset. use after obtaining asset and attachment uuids.

20 actions available