21risk

21risk

21RISK is a web application that simplifies working with checklists, audits, and actions, facilitating compliance and risk management processes.

2VIEWS
2226USERS

Install MCP Server

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

npx @composio/cli add cursor --app _21risknpx @composio/cli add cursor --app _21risknpx @composio/cli add cursor --app _21risknpx @composio/cli add cursor --app _21risk

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

Available Tools

Get Items (beta)

Tool to retrieve items (beta) from the 21risk odata api. use when you need a filtered and paged list of items for analytics and reporting. example: get items($filter="item cost gt 100", $top=50).

Get Organizations

Tool to retrieve organizations from the 21risk odata api. use when you need to list, filter, or paginate organizations via odata parameters after authentication is confirmed.

Get Reports

Tool to retrieve audit reports, including draft, published, and scheduled reports. use when you need a paginated list of reports with optional odata filtering.

Get Riskmodel Categories

Tool to retrieve risk model categories for grouping questions and compliance checks. use when you need to filter, select, or paginate risk model categories via odata parameters ($filter, $select, $orderby, $top, $skip, $count).

Get Risk Models

Tool to retrieve risk models used for audits and compliance. use when you need to list available risk models with optional odata queries.

Get Sites

Tool to retrieve sites (locations) from the 21risk odata api. use when you need to list, filter, or page sites with odata query parameters after authentication is confirmed.

6 actions available