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

Kadoa

Kadoa is an API-first platform that enables users to create, manage, and monitor data extraction workflows from unstructured data sources.

32VIEWS
2345USERS

Install MCP Server

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

npx @composio/cli add cursor --app kadoanpx @composio/cli add cursor --app kadoanpx @composio/cli add cursor --app kadoanpx @composio/cli add cursor --app kadoa

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

Available Tools

Create Notification Channel

Tool to create a notification channel for alerts delivery.

Enable Data Validation

Tool to enable data validation on a specified workflow. Use after creating or updating a workflow to enforce its validation rules.

Fetch Workflow Configuration

Tool to fetch an advanced workflow’s configuration details. Use when you have a workflow ID and need its steps and metadata.

Get All Locations

Tool to retrieve a list of all available locations. Use when you need to know supported locations before performing location-dependent operations. Use after authenticating with your API key.

Get Crawled Page Content

Tool to retrieve content of a crawled page. Use when you need the HTML or Markdown of a page from a specific crawling session.

Get Crawled Pages

Tool to list pages crawled during a session. Use when you need to paginate through results after starting a crawl session.

Get Crawl Status

Tool to fetch current status of a crawling session. Use when you need to check progress of a crawl by its session ID.

Get Notification Event Types

Tool to retrieve supported notification event types. Use when you need to enumerate available notification triggers.

Get Latest Workflow Data

Tool to retrieve the most recent data produced by a workflow. Use after confirming workflowId.

Get Notification Channel

Tool to retrieve details of a specific notification channel. Use when you have a channel's ID and need its configuration.

Get Notification Setting

Tool to retrieve a specific notification setting by its identifier. Use when you need to fetch notification configuration details by ID.

Get Validation Configuration

Tool to retrieve the configuration settings for data validation. Use when you need to inspect validation and linking settings for a specific workflow.

Get Workflow Run History

Tool to fetch workflow run history. Use when you need to retrieve past run records for a workflow after execution.

Get Workflows

Tool to retrieve all workflows. Use when you need to list and filter workflows after authenticating.

Get Workflow Validation Results

Tool to retrieve the latest validation results for a workflow job. Use after a workflow job completes to inspect its validation outcome.

List Validation Rules

Tool to list all data validation rules with optional pagination and filtering.

Create Advanced Workflow

Tool to create an advanced workflow. Use when you need a valid advanced workflow ID before updating steps.

Start Crawl Session

Tool to start a web crawling session. Use when you need to initiate a crawl with configuration parameters.

Create Notification Setting

Tool to create a notification setting linking channels to events. Use when subscribing workflows or workspace-level notifications to specific events.

Post Notification Test

Tool to send a test notification event. Use when verifying your notification channel configurations.

20 actions available