# Leverly — MCP server on mcp.ai > Connect your Leverly account and use 3 tools for sales and CRM straight from your AI agent. Connect with your own API key. Leverly is a platform that integrates with various applications to automate workflows and processes. By: mcp.ai · official Page: https://mcp.ai/leverly ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_leverly?ms=1787296080000 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/leverly/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/leverly/ 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/leverly/skill.md Postman collection (v2.1): https://mcp.ai/leverly/postman.json ## Tools - leverly_create_call(zip?: string, area?: string, city?: string, email?: string, state?: string, Phone1: string, Phone2?: string, Phone3?: string, Phone4?: string, keyword?: string, program?: string, address1?: string, callerId?: string, comments?: string, lastName?: string, location?: string, repPhone?: string, AccountID: string, callDelay?: integer, firstName: string, leadSource?: string, companyName?: string, routingType?: string, vendorLeadId?: string) — Tool to create a new call/lead in Leverly system. Sends lead information to trigger an instant phone call to your sales team. Use when integrating external systems (CRM, forms, lead providers) with Le - leverly_list_reattempts() — Tool to list all reattempts in Leverly. Use when you need to inspect the history of ingestion reattempts before taking further action. - leverly_stop_reattempts(reattempt_id: string) — Tool to stop ongoing reattempts for a lead in Leverly. Use when you need to halt retries for a given reattempt ID. ## Example prompts - "What can I do in Leverly?" - "Show me a summary of my Leverly account" ## Links Docs: https://mcp.ai/docs/mcps/leverly Website: https://mcp.ai/mcps/leverly