# Suitedash — MCP server on mcp.ai > Connect your Suitedash account and use 8 tools for productivity straight from your AI agent. Connect with your own API key. All-in-one business software for client management, CRM, project management, and invoicing. By: mcp.ai · official Page: https://mcp.ai/suitedash ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_suitedash?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/suitedash/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/suitedash/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/suitedash/skill.md Postman collection (v2.1): https://mcp.ai/suitedash/postman.json ## Tools - suitedash_create_company(name: string, role: string, primaryContact?: object) — Tool to create a new company in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect company to the system. You can optionally specify primary contact information when creating the - suitedash_create_contact(role: string, email: string, last_name: string, first_name: string, send_welcome_email?: boolean) — Tool to create a new contact in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect contact to the system. Requires first name, last name, role, and email address for all contact t - suitedash_get_company(meta?: string, identifier: string) — Tool to retrieve a single company by UID or Name from SuiteDash. Use when you need to fetch detailed information about a specific company including contact details, address, tags, and custom fields. - suitedash_get_company_meta() — Tool to retrieve CRM company meta attributes information. Returns a complete schema of all the CRM Company Custom Fields that exist in the account along with all the Meta Attributes including field ty - suitedash_get_contact(meta?: string, identifier: string) — Tool to retrieve a single contact from SuiteDash by their UID or email address. Use when you need to fetch detailed information about a specific contact including their personal details, contact infor - suitedash_get_contact_meta() — Tool to retrieve CRM contact meta attributes information. Returns a complete schema of all the CRM Contact Custom Fields that exist in the account along with all the Meta Attributes including field ty - suitedash_list_companies(meta?: string, page?: integer, orderBy?: string, createdMax?: string, createdMin?: string) — Tool to retrieve all existing companies from SuiteDash. Returns a paginated list with optional filtering by creation date and ordering options. Use this when you need to list, search, or export compan - suitedash_list_contacts(meta?: string, page?: integer, orderBy?: string, createdMax?: string, createdMin?: string) — Tool to get all existing contacts from SuiteDash. Returns a paginated list of contacts with optional filtering by creation date and custom ordering. Use when you need to retrieve, browse, or export co ## Example prompts - "What can I do in Suitedash?" - "Show me a summary of my Suitedash account" ## Links Docs: https://mcp.ai/docs/mcps/suitedash Website: https://mcp.ai/mcps/suitedash