# Salesmate — MCP server on mcp.ai > Connect your Salesmate account and use 6 tools for CRM straight from your AI agent. Connect with your own API key. Salesmate is an AI-powered CRM platform designed to help businesses engage leads, close deals faster, nurture relationships, and provide seamless support through a unified, intuitive interface. By: mcp.ai · official Page: https://mcp.ai/salesmate ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_salesmate?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/salesmate/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/salesmate/ 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/salesmate/skill.md Postman collection (v2.1): https://mcp.ai/salesmate/postman.json ## Tools - salesmate_add_product(sku?: string, name: string, tags?: string, owner?: integer, currency: string, isActive?: boolean, unitPrice: number, directCost?: number, costPerUnit?: number, description?: string) — Tool to add a new product. Use when you need to create a new product in Salesmate before referencing it (e.g., in deals or orders). Example: "Add a product named 'Widget Pro' (SKU WPRO1) priced at 199 - salesmate_create_company(name: string, tags?: string, owner?: integer, phone?: string, skypeId?: string, website?: string, currency?: string, otherPhone?: string, billingCity?: string, description?: string, billingState?: string, twitterHandle?: string, billingCountry?: string, billingZipCode?: string, facebookHandle?: string, linkedInHandle?: string, googlePlusHandle?: string, billingAddressLine1?: string, billingAddressLine2?: string) — Tool to create a new company in the Salesmate CRM. Use when you need to register a new organization. - salesmate_delete_product(product_id: integer) — Tool to delete a product by ProductId. Use when you need to remove a product from the catalog after confirming the correct ProductId. - salesmate_get_active_users() — Tool to retrieve all active users. Use when you need to fetch only users currently marked active for tasks, assignments, or user management audits. - salesmate_get_company(company_id: integer) — Tool to retrieve details of a specific company by ID. Use when you have a company ID and need its full record. Example: "Get company 42". - salesmate_list_modules() — Tool to list all available Salesmate modules. Returns the core CRM modules including Contacts, Companies, Deals, Activities, Products, and Tickets. Use this to discover which modules are available for ## Example prompts - "What can I do in Salesmate?" - "Show me a summary of my Salesmate account" ## Links Docs: https://mcp.ai/docs/mcps/salesmate Website: https://mcp.ai/mcps/salesmate