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

Modelry

Modelry is a platform that provides tools and services for building, deploying, and managing machine learning models.

33VIEWS
2906USERS

Install MCP Server

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

npx @composio/cli add cursor --app modelrynpx @composio/cli add cursor --app modelrynpx @composio/cli add cursor --app modelrynpx @composio/cli add cursor --app modelry

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

Available Tools

Create Workspace

Tool to create a new workspace. use when you need to group products and embeds into a dedicated workspace. call after authenticating and specifying workspace details.

Delete Modelry Embed

Tool to delete an embed. tries multiple common endpoint patterns and treats 404 as idempotent success after exhausting candidates (embed already deleted or not found).

Delete Modelry Product

Tool to delete a product. use after confirming the product id.

Delete Product Repository

Tool to delete a product repository. use after confirming the repository id.

Delete Modelry Workspace

Tool to delete a workspace. use after confirming the workspace id.

Get Embed

Tool to retrieve details of a specific embed. use after confirming the embed id.

Get Product Repository

Tool to retrieve details of a specific product repository. use when you have a repository id and need its details.

Get Workspace

Tool to retrieve details for a specific workspace. use after confirming the workspace id.

List Embeds

Tool to list available embeds. use when you need embed ids for downstream actions (e.g., modelry get embed). supports optional pagination.

List Modeling Requests

Tool to list all 3d modeling requests associated with the authenticated user's workspace. use after authenticating to fetch your modeling requests.

List Product Repositories

Tool to list all product repositories in a workspace. use after confirming the workspace id.

List Modelry Products

Tool to list all products in modelry. use when you need to retrieve available products after authenticating.

List Modelry Workspaces

Tool to list all workspaces in modelry. use when you need to retrieve available workspaces after authenticating.

Order Modeling Service

Tool to place an order for 3d modeling services. use when workspace and product ids are known and modeling specifications are ready.

Track Modeling Progress

Tool to track the progress of a 3d modeling request. use after initiating a modeling job to poll current status and completion percentage.

15 actions available