# NoCRM.io — MCP server on mcp.ai > Connect your NoCRM.io account and use 9 tools for CRM straight from your AI agent. Connect with your own API key. noCRM.io is a lead management software designed to help sales teams track and close deals efficiently. By: mcp.ai · official Page: https://mcp.ai/nocrm_io ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_nocrm_io?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/nocrm_io/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/nocrm_io/ 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/nocrm_io/skill.md Postman collection (v2.1): https://mcp.ai/nocrm_io/postman.json ## Tools - nocrm_io_add_a_tag_to_a_lead(tag: string, lead_id: string) — Tool to add a tag to a lead. Use when you need to assign one or more tags to a specified lead via noCRM.io. - nocrm_io_append_to_leads_description(id: integer, append_desc: string) — Tool to append text to the lead's description. Use when you need to add context incrementally without overwriting. Example: Append 'Left voicemail' to lead 1234. - nocrm_io_assign_lead_to_user(lead_id: string, user_id: string) — Tool to assign a lead to a user. Use when reassigning a lead to the correct owner to trigger assignment notification. - nocrm_io_change_lead_status_cancelled(lead_id: string) — Tool to change a lead's status to 'Cancelled'. Use after confirming no further follow-up is needed and the lead should be marked as cancelled. - nocrm_io_change_lead_status_standby(days: integer, lead_id: string, activity_id?: integer) — Tool to change a lead's status to 'StandBy'. Use when scheduling follow-up after determining the next contact should occur in a set number of days. - nocrm_io_create_lead(step?: string, tags?: string[], title: string, user_id?: string, description?: string) — Tool to create a new lead. Use when adding a fresh prospect to your pipeline via noCRM.io. Example: Create a lead titled 'ACME Corp' assigned to a user. - nocrm_io_delete_lead(id: integer) — Tool to delete a lead. Use when you need to permanently remove a specific lead after verifying it is no longer needed. - nocrm_io_duplicate_lead(step: string, lead_id: integer) — Tool to duplicate a lead. Use when cloning an existing lead into a new step without overwriting original. - nocrm_io_list_all_teams() — Tool to retrieve all teams. Use when you need to fetch every team and its members from noCRM.io. ## Example prompts - "What can I do in NoCRM.io?" - "Show me a summary of my NoCRM.io account" ## Links Docs: https://mcp.ai/docs/mcps/nocrm_io Website: https://mcp.ai/mcps/nocrm_io