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

Conveyor

Conveyor is a platform that automates security reviews by providing a Trust Center, AI-driven questionnaire automation, and integrations with various tools to streamline compliance processes.

20VIEWS
2139USERS

Install MCP Server

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

npx @composio/cli add cursor --app conveyornpx @composio/cli add cursor --app conveyornpx @composio/cli add cursor --app conveyornpx @composio/cli add cursor --app conveyor

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

Available Tools

Delete A Conveyor Document

Tool to delete a specific document. Use when you need to remove a document by its ID.

Delete Folder

Tool to delete a folder by its ID. Use when you need to remove a specific folder after confirming its ID.

Generate/validate Api Token Guidance

Tool to validate API token and provide guidance. Conveyor does not support API-based token creation; tokens must be created in the Conveyor UI. This action performs a real API call (using the provided metadata) to validate the existing API token and returns structured guidance.

Get Authorization Request

Tool to fetch details of a specific authorization request. Use when you need to retrieve metadata by authorization_request_id.

Get Authorization Requests

Tool to fetch authorization requests. Use when you need to list authorization requests, optionally filtered by status.

Get All Authorization Requests

Tool to retrieve all authorization requests. Use when you need to list all authorizations; optionally filter by status. Use after authenticating with a valid API token.

Get All Conveyor Connections

Tool to retrieve all connections. Use when you need to fetch the complete list of your Conveyor connections. Use after authenticating with a valid API key.

Get All Conveyor Documents

Tool to retrieve all documents. Use after authenticating with a valid API key.

Get All Conveyor Folders

Tool to retrieve all folders. Use after authenticating with a valid API key to fetch the complete list of your Conveyor folders.

Get Interactions By Document Id

Tool to fetch interactions associated with a specific document. Use when you need to list all interactions for a given document after validating its existence.

Get Knowledge Base Questions

Tool to retrieve knowledge base questions. Use when you need to fetch all questions from the Conveyor knowledge base.

Get Product Lines

Tool to fetch all product lines. Use when you need to retrieve product lines after confirming API key validity.

Patch Authorization

Tool to update or revoke an existing authorization. Use when managing authorization access groups or revoking access.

Patch Conveyor Document

Tool to update document attributes. Use when you need to modify fields of an existing document by its ID.

Create New Authorization

Tool to create a new authorization. Use when you need to grant access by email or from a prior authorization request.

Upload New Document

Tool to upload a new document. Use when you have a local file (<=100MB) to send to Conveyor.

Create New Folder

Tool to create a new folder in Conveyor Exchange. Use when you need to organize items into folders programmatically after obtaining an API key.

Submit Single Question

Tool to submit a single question. Use when you need an immediate AI-generated answer for a specific product line question.

18 actions available