Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Simla com

Simla com

Simla.com is a platform offering API services for integrating delivery services, managing orders, and customer data.

20VIEWS
2899USERS

Install MCP Server

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

npx @composio/cli add cursor --app simla_comnpx @composio/cli add cursor --app simla_comnpx @composio/cli add cursor --app simla_comnpx @composio/cli add cursor --app simla_com

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

Available Tools

Create Customer

Tool to create a new customer. use after gathering all customer information.

Create Custom Field

Tool to create a custom field for a specified entity in simla. use when you need to extend orders, customers, corporate customers, or companies with custom metadata fields.

Create Order

Tool to create a new order. use when you have all order details prepared and need to register it in simla via the api.

Create Task

Tool to create a new task. use after gathering task details and assignees.

Edit Customer

Tool to edit an existing customer. use when you need to update customer details by external id.

Edit Custom Field

Tool to edit an existing custom field by entity and code. use when you need to update custom field metadata before usage.

Edit Order

Tool to edit an existing order by external id. use when you need to update order details by external id.

Edit Task

Tool to edit an existing task. use after confirming task id and fields to update. updates only provided fields on the task.

Get Customer

Tool to retrieve information about a specific customer. use when you need full customer data by external id before further operations.

Get Customers

Tool to retrieve a list of customers. use after setting optional filters (ids, email, custom fields) to fetch paginated customer data.

Get Custom Fields

Tool to list custom fields. use when retrieving custom field definitions with optional filtering by entity or code.

Get Order

Tool to retrieve detailed information about a specific order. use when you need to fetch full order data by external id before further processing.

Get Orders

Tool to retrieve a list of orders. use when you need to fetch orders with optional filters (order numbers, custom fields) and pagination.

Get Products

Tool to retrieve a list of products. use when you need to list products with optional filters.

Get Segments

Tool to retrieve a list of customer segments. use when you need to list segments with optional filters after authentication.

Get Sites

Tool to retrieve a list of sites. use when you need to discover all configured sites with optional pagination.

Get Task

Tool to retrieve detailed information about a specific task. use when you need full task details by task id before taking further actions.

Get Tasks

Tool to retrieve a list of tasks with optional filters. use when you need to fetch tasks after specifying filter criteria like ids, status, or date range.

Get Users

Tool to retrieve a list of users. use when you need to fetch users with optional pagination, filtering, and sorting.

19 actions available