Moco

Moco

MOCO is a business management software offering project management, time tracking, and invoicing solutions.

52VIEWS
2391USERS

Install MCP Server

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

npx @composio/cli add cursor --app moconpx @composio/cli add cursor --app moconpx @composio/cli add cursor --app moconpx @composio/cli add cursor --app moco

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

Available Tools

List Activities

Tool to retrieve activities. use when you need to list time entries with filters like date range, user, project, or billing status.

Get Activity

Tool to retrieve a single activity by id. use when you need to fetch details for a specific activity after confirming the activity id.

Update Activity

Tool to update an existing activity. use when you need to adjust details of a recorded time entry after confirming the activity exists.

List Comments

Tool to retrieve a list of comments. use after confirming the resource type and id.

Create Company

Tool to create a new company. use when you need to add a company after gathering required fields.

Delete A Company

Tool to delete a company. use when you need to remove a company from moco after confirming no active dependencies.

List Contacts

Tool to retrieve a list of contacts. use when you need to list contacts optionally filtered by tags, term, or phone after confirming criteria.

List Deal Categories

Tool to list deal categories with their ids and probabilities. use when you need a reference of available deal category types after authenticating.

Delete Deal

Tool to delete a deal. use when you have identified an obsolete or unwanted deal and confirmed its deletion. example: "delete the deal with id 123."

Get Deal

Tool to retrieve a single deal by id. use when you have a deal id and need detailed deal information. use after confirming the deal id.

List Deals

Tool to retrieve a list of all deals (leads). use when you need an overview of deals filtered by status, tags, date range, or associated company.

Update Deal

Tool to update an existing deal. use when you need to modify one or more fields of a deal after retrieving its details.

List Invoices

Tool to retrieve a list of all invoices. use when you need an overview of invoices, optionally filtered by status, date range, or client.

Create Invoice

Tool to create a new invoice. use after gathering complete invoice data (customer, dates, items, etc.).

Create Purchase

Tool to create a new purchase. use when you need to log an expense record after gathering date, items, and payment info.

Get Offer

Tool to retrieve a single offer by id. use when you have an offer id and need detailed offer information. use after confirming the offer id.

List Offers

Tool to retrieve a list of all offers. use when you need an overview of offers filtered by status, date range, or identifiers.

List Planning Entries

Tool to retrieve a list of all planning entries. use when you need an overview of planned hours filtered by period, user, or project.

Create Planning Entry

Tool to create a new planning entry. use when you need to allocate working hours to a project or deal.

Get Planning Entry

Tool to retrieve a single planning entry by id. use when you need detailed information for a specific planning entry after confirming its id.

20 actions available