Centralstationcrm

Centralstationcrm

CentralStationCRM is an easy-to-use CRM software focusing on collaboration and long-term customer relationships.

55VIEWS
2846USERS

Install MCP Server

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

npx @composio/cli add cursor --app centralstationcrmnpx @composio/cli add cursor --app centralstationcrmnpx @composio/cli add cursor --app centralstationcrmnpx @composio/cli add cursor --app centralstationcrm

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

Available Tools

Check Connection

Tool to verify the connection status of the centralstationcrm api key. use when validating credentials before making other api calls.

Count People

Tool to retrieve the total number of people in the account. use when you need the current total number of contacts in your centralstationcrm account. example: "how many contacts exist in my account?"

Create Company

Tool to create a new company record. use when you need to add an organization to your crm before linking it to contacts or deals.

Create Deal

Tool to create a new deal record. use when needing to log a sales opportunity after grouping contacts or companies.

Create Person

Tool to create a new person record. use when you need to add a person to your crm before linking them to other records.

Create Person Address

Tool to create a new address for a specific person. use when you need to add or update postal details after confirming person id.

Create Person Assistant

Tool to create a new assistant (assi) entry for a specific person. use after confirming the person id when you need to manage assistant contacts.

Create Person Avatar

Tool to create a new avatar for a specific person. use when you need to attach a base64-encoded image file after confirming the person's id.

Create Person Contact Detail

Tool to create a new contact detail for a specific person. use when adding a phone number after confirming the person's id.

Create Person Historic Event

Tool to create a new historic event for a specific person. use after confirming person id to record dates like birthdays, anniversaries, or other milestones.

Delete Company

Tool to delete a company record by id. use when you need to permanently remove an organization after verifying the correct id.

Delete Person

Tool to delete a person record by id. use when you need to permanently remove a contact after verifying the correct id.

Delete Person Address

Tool to delete a person's address by its id. use when you need to remove an outdated or incorrect address after confirming the person id and address id.

Delete Person Assi

Tool to delete an assi entry of a person. use when you need to remove an assistant record after confirming person id and assi id.

Delete Person Avatar

Tool to delete a person's avatar by its id. use when you need to remove an outdated or incorrect avatar after confirming the person id and avatar id.

Delete Person Contact Detail

Tool to delete a contact detail of a person. use when you need to remove an outdated or incorrect contact detail after confirming the person id and contact detail id.

Delete Person Historic Event

Tool to delete a historic event of a person by its id. use when you need to remove outdated or incorrect milestone entries after confirming the person id and historic event id.

Get Api User Maildrop

Tool to retrieve the current api user's maildrop for people and companies. use after authenticating the api user.

Get Company

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

Get Deal

Tool to retrieve details of a specific deal by its id. use when you have a confirmed deal id.

20 actions available