# Helloleads — MCP server on mcp.ai > Connect your Helloleads account and use 3 tools for CRM straight from your AI agent. Connect with your own API key. HelloLeads is a smart and simple lead management solution designed for small businesses to streamline lead capture, tracking, and engagement. By: mcp.ai · official Page: https://mcp.ai/helloleads ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_helloleads?ms=1787295960000 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/helloleads/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/helloleads/ 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/helloleads/skill.md Postman collection (v2.1): https://mcp.ai/helloleads/postman.json ## Tools - helloleads_create_lead(fax?: string, city?: string, tags?: string, email?: string, notes?: string, phone?: string, state?: string, mobile?: string, company?: string, country?: string, website?: string, category?: string, list_key: string, deal_size?: string, interests?: string, last_name?: string, potential?: string, first_name: string, designation?: string, mobile_code?: string, postal_code?: string, address_line1?: string, address_line2?: string) — Tool to add a new lead into HelloLeads. Use when you need to push a fresh lead record with mandatory first name and list key. - helloleads_list_leads() — Tool to list all leads from HelloLeads. Use after authentication to fetch the entire lead list. Returns empty list if none found. - helloleads_list_lists() — Tool to retrieve all lead list keys from HelloLeads. Use when you need to enumerate available lists for lead insertion. ## Example prompts - "What can I do in Helloleads?" - "Show me a summary of my Helloleads account" ## Links Docs: https://mcp.ai/docs/mcps/helloleads Website: https://mcp.ai/mcps/helloleads