Repairshopr

Repairshopr

RepairShopr is a comprehensive repair shop management software designed to streamline operations, manage customer relationships, and enhance business efficiency.

42VIEWS
2870USERS

Install MCP Server

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

npx @composio/cli add cursor --app repairshoprnpx @composio/cli add cursor --app repairshoprnpx @composio/cli add cursor --app repairshoprnpx @composio/cli add cursor --app repairshopr

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

Available Tools

Delete Appointment

Tool to delete a specific appointment by its id. use when an appointment is canceled and needs removal permanently.

Delete Customer

Tool to delete a specific customer by id. use after confirming the customer id when you need to remove a customer record permanently.

Delete Estimate

Tool to delete a specific estimate by id. use when you need to remove an estimate record permanently.

Delete Invoice

Tool to delete a specific invoice by id. use when you need to remove an invoice permanently after confirming it's no longer needed. ensure no dependent records require it before running.

Get Appointment

Tool to retrieve details of a specific appointment by its id. use when you need exact details of an appointment by id.

Get Appointments

Tool to retrieve a list of appointments. use when listing appointments by date range or for current user. returns up to 25 results per page.

Get Asset

Tool to retrieve details of a specific asset by its id. use when you need to confirm asset details after obtaining its id. requires assets - view details permission.

Get Assets

Tool to retrieve a paginated list of assets. use when you need to list or search assets by snmp status, customer, asset type, or query after authenticating. returns 25 items per page.

Get Case Attachments

Tool to retrieve attachments for a specific service case. use when you need to list all files attached to a case.

Get Contacts

Tool to retrieve a paginated list of contacts. use when you need to fetch contacts optionally filtered by customer. returns up to 25 contacts per page.

Get Customer

Tool to retrieve details of a specific customer by id. use after confirming the customer exists. example: "get customer details for id 123".

Get Customers

Tool to retrieve a list of customers. use when you need to search or filter customers with pagination. returns up to 25 results per page.

Get Employee Time Clock

Tool to retrieve the last time clock entry for a specific user. use when needing the most recent clock-in/out. example: "get the latest time clock entry for user 5".

Get Estimate

Tool to retrieve details of a specific estimate by id. use when you need exact details of an estimate by id.

Get Estimates

Tool to retrieve a list of estimates. use when you need to list or filter estimates by customer or paginate results after authentication.

Get Invoice

Tool to retrieve details of a specific invoice by id. use after confirming the invoice exists. example: "get invoice details for id 456".

Get Invoices

Tool to retrieve a paginated list of invoices. use when you need to list invoices, optionally filtered by payment status, ticket association, or update date. returns up to 25 invoices per page.

Get Lead

Tool to retrieve details of a specific lead by its id. use when you need to inspect a single lead after obtaining its id. example: "get lead details for id 123".

Get Leads

Tool to retrieve a paginated list of leads. use when you need to browse or filter potential customers. returns up to 25 leads per page.

Get Payment

Tool to retrieve details of a specific payment by id. use after obtaining the payment id. example: "get payment details for id 123".

20 actions available