# Callingly — MCP server on mcp.ai > Connect your Callingly account and use 29 tools for phone and SMS straight from your AI agent. Connect with your own API key. Callingly is a lead response management software that automates immediate call and text follow-ups to new leads, integrating seamlessly with various CRMs and lead sources to enhance sales team responsiveness and conversion rates. By: mcp.ai · official Page: https://mcp.ai/callingly ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_callingly?ms=1787293440000 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/callingly/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/callingly/ 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/callingly/skill.md Postman collection (v2.1): https://mcp.ai/callingly/postman.json ## Tools - callingly_activate_deactivate_client(client_id: integer, is_active: integer) — Tool to activate or deactivate a client account. Use when you need to toggle client access after onboarding or offboarding. Example: "Activate client 123" or "Deactivate client 456". - callingly_create_agent(ext?: string, email: string, fname: string, lname: string, timezone: string, account_id: integer, phone_number: string) — Tool to create a new agent. Use when you need to register an agent in Callingly after gathering their account ID and contact details. - callingly_create_call(email: string, crm_id?: integer, source?: string, company?: string, team_id: integer, category?: string, last_name: string, account_id: integer, first_name: string, phone_number: string) — Creates a new outbound call record and initiates a real outbound call, which incurs cost — ensure explicit user authorization and compliance with applicable consent and telemarketing regulations befor - callingly_create_client(email: string, fname: string, lname: string, company: string, password: string, phone_number: string) — Creates a new client account in Callingly. Clients are sub-accounts under your agency account that can have their own teams, agents, and billing. Use this when onboarding a new business customer to yo - callingly_create_team(name: string, delay?: integer, retries?: integer, is_retry?: integer, language?: string, call_mode?: string, is_record?: integer, account_id: integer, whispertext?: string, lead_retries?: integer, is_reschedule?: integer, is_retry_lead?: integer, retry_schedule?: integer[], lead_retry_schedule?: integer[]) — Tool to create a new team. Use when setting up a team configuration before adding agents. - callingly_create_webhook(name: string, event: string, field?: string, filter?: string, team_id?: integer, direction?: string, number_id?: integer, target_url: string, call_status?: string, call_lead_status?: string) — Tool to create a new webhook for call or lead events. Use when you need to receive real-time notifications on specific events. Example: "Create a webhook for call_completed events to http://example.co - callingly_delete_agent(id: integer, account_id: integer) — Permanently delete an agent from a Callingly account. Use when removing an agent who should no longer receive calls. Requires both the agent ID and the account ID the agent belongs to. - callingly_delete_client(id: integer) — Tool to delete a client. Use when you need to remove an existing client from your account after confirming its ID. - callingly_delete_lead(id: integer) — Tool to delete a lead by ID. Use when you need to permanently remove a lead from your account after confirming its ID. Returns a success confirmation. - callingly_delete_webhook(id: integer) — Tool to delete a webhook. Use when permanently removing a webhook by its ID. - callingly_get_agent_schedule(id: integer) — Tool to retrieve the availability schedule for a specific agent. Use when you need to know which days and times the agent is available. - callingly_get_call(call_id: integer) — Retrieves detailed information about a specific call by its unique ID. Returns comprehensive call metadata including status, duration, lead information, agent details, recording URLs, transcripts, and - callingly_get_lead(id: integer) — Tool to retrieve details of a specific lead by its ID. Use when you need full lead details before follow-up actions. - callingly_get_team(id: integer) — Tool to retrieve details of a specific team. Use after obtaining the team ID to fetch its configuration details. - callingly_get_webhook(id: integer) — Tool to retrieve details of a specific webhook by its ID. Use when you need to inspect a webhook's configuration before modifying or deleting it. - callingly_list_calls(end?: string, page?: integer, limit?: integer, start?: string, team_id?: integer) — Tool to list calls. Use when you need to retrieve multiple call records with optional filters such as date range, team, and pagination after identifying the need for a collection of calls. - callingly_list_clients() — Tool to list clients. Use when you need to retrieve all clients associated with your account. - callingly_list_leads(end?: string, page?: integer, limit?: integer, start?: string, account_id?: integer, phone_number?: string) — Tool to list leads based on provided filters like date range or phone number. Use after confirming filter criteria when bulk lead retrieval is needed. - callingly_list_team_users(id: integer) — Retrieve all agents assigned to a specific team in Callingly. Returns each agent's ID, name, priority, call cap, and any custom/integration identifiers. Use this to audit team composition or before pe - callingly_list_teams() — Tool to list teams. Use when you need to retrieve all teams associated with your account. - callingly_list_users(account_id?: integer) — Tool to retrieve a list of agents. Use when you need to see all agents available under the authenticated account, optionally filtering by a specific client account. - callingly_list_webhooks(account_id?: integer) — Tool to list configured webhooks. Use when you need to retrieve all webhooks configured in your account to review or manage them. - callingly_remove_team_agent(team_id: integer, agent_id: integer) — Tool to remove a specific agent from a team. Use when you need to disassociate an agent from a team after confirming both team and agent IDs. - callingly_update_agent(id: integer, ext?: string, fname?: string, lname?: string, timezone?: string, account_id?: integer, donotdisturb?: integer, phone_number?: string, donotdisturb_until?: string) — Tool to update an existing agent's details. Use when you need to modify agent information post-creation. - callingly_update_lead(id: integer, email?: string, fname?: string, lname?: string, stage?: string, result?: string, source?: string, status?: string, company?: string, is_blocked?: integer, is_stopped?: integer, phone_number?: string) — Tool to update an existing lead's information. Use when you need to modify lead contact details, status, or blocking settings. - callingly_update_schedule(id: integer, schedule: object[]) — Tool to update an agent's availability schedule. Use when you need to set or override an agent's daily availability times. - callingly_update_team_agent_settings(cap?: integer, team_id: integer, agent_id: integer, priority: integer) — Tool to update settings (priority, capacity) for a specific team agent. Use when adjusting an agent's priority or call capacity after team configuration. - callingly_update_team_users(id: integer, agents: integer[]) — Updates the list of agents assigned to a team. This operation replaces all existing agent assignments - any agents not included in the list will be removed from the team. Use CALLINGLY_LIST_TEAM_USERS - callingly_update_webhook(id: integer, name?: string, event?: string, field?: string, filter?: string, team_id?: integer, number_id?: integer, target_url?: string, call_status?: string, call_direction?: string, call_lead_status?: string) — Updates an existing webhook's configuration by ID. Supports partial updates - only provide fields you want to change. Note: When updating event-specific fields (call_status, call_lead_status, field, f ## Example prompts - "What can I do in Callingly?" - "Show me a summary of my Callingly account" ## Links Docs: https://mcp.ai/docs/mcps/callingly Website: https://mcp.ai/mcps/callingly