Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Nano nets

Nano nets

Nanonets provides an AI-driven Intelligent Document Processing API that transforms unstructured documents into structured data, enabling efficient data extraction and workflow automation.

74VIEWS
2014USERS

Install MCP Server

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

npx @composio/cli add cursor --app nano_netsnpx @composio/cli add cursor --app nano_netsnpx @composio/cli add cursor --app nano_netsnpx @composio/cli add cursor --app nano_nets

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

Available Tools

Create Ocr Model

Tool to create a new ocr model. use when you need to initialize an ocr model before training.

Delete Ocr Model

Tool to delete an ocr model. use when you need to permanently remove a trained model by its id.

Get All Ocr Models

Tool to retrieve a paginated list of all ocr models. use when you need to inspect or manage existing ocr models. call after authentication to fetch your account's models.

Get All Prediction Files

Tool to fetch all prediction files associated with a specific model. use when you need to list all inference requests after model processing is complete.

Get Ocr Model Details

Tool to retrieve details of an ocr model. use when you need full metadata of a model by its id.

Get Ocr Training Images

Tool to retrieve training images for an ocr model. use when you need to page through images associated with a model before training or analysis.

Get Workflows

Tool to retrieve a list of all workflows in your nanonets account. use when you need to inventory or inspect all configured workflows.

List Workflow Documents

Tool to retrieve a paginated list of documents processed by a workflow. use when you need to view documents after processing.

Update Ocr Model

Tool to update an ocr model's details. use after reviewing the model's current configuration to modify its name, categories, notes, or classification settings.

Upload Training Images By File

Tool to upload training images by file to a specified ocr model. use when adding files to a model for training purposes.

Upload Training Images By Url

Tool to upload training images by url to a specified ocr model. use when adding urls of images to a model for training purposes.

11 actions available