Cocall.ai MCP: Outbound Phone Calls with Real-Time Human Escalation

✍️ OpenClawRadar📅 Published: May 13, 2026🔗 Source
Ad

Cocall.ai is a new MCP (Model Context Protocol) tool that gives Claude an outbound phone line. You provide a phone number, recipient identity, and an objective — the agent places the call using a full-duplex speech-to-speech model (not a cascade of STT, LLM, TTS). If the agent hits a question it can't answer mid-call, it pauses and sends you the specific question in your Claude session, keeping the conversation flowing on hold. It can also navigate IVR menus and hand the call back to you entirely.

Key Features

  • Full-duplex speech-to-speech: Uses a single speech-to-speech model instead of separate STT → LLM → TTS stages.
  • Mid-call question escalation: When uncertain, the agent stops, pings you in Claude with the exact question, and waits for your answer before proceeding.
  • IVR navigation: Can handle automated phone menus.
  • Call handoff: Can transfer the call to you live.
  • Caller ID: After phone number verification, your number appears as the caller.
  • Live monitoring & recordings: Web app lets you listen to calls live, download recordings, and view transcripts.
Ad

How to Add It to Claude

Follow the setup instructions at cocall.ai/docs/claude.

Intended Use Cases

The creator built it for real-estate and manufacturing firms where outbound calls are common but unstructured (follow-ups, meeting scheduling, delivery chasing). Existing frameworks like VAPI, Retell, and Bland focus on inbound workflows (support, marketing). This tool targets outbound calls that need on-demand human backup.

Technical Stack

Backend written in Bun, built spec-first using the OpenSpec workflow. The UI was designed in Claude Design, refined in Claude Web, and final implementation in Claude Code.

Subreddit thread: r/ClaudeAI

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks
Tools

Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks

Clawdex is a directory listing 18 OpenClaw-related projects across three tiers, with data on stars, language, and category tags. The project is PR-driven, requiring contributors to fork the repo, add a YAML file to /src/data/projects/, and open a pull request.

OpenClawRadar
Altimate Code: Open-Source Agentic Data Engineering Harness
Tools

Altimate Code: Open-Source Agentic Data Engineering Harness

Altimate Code is an open-source harness that provides deterministic data engineering tools for AI agents, addressing issues like hallucinated SQL and missing schema context. It includes column-level lineage, SQL anti-pattern detection, and dbt integration, with benchmarks showing 74.4% performance on ADE-bench.

OpenClawRadar
Query Your Jira Sprint Via Claude MCP: Instant Status, Unassigned Issues, and Blocked Items
Tools

Query Your Jira Sprint Via Claude MCP: Instant Status, Unassigned Issues, and Blocked Items

A Reddit user connected Jira to Claude via MCP, then asked plain‑language questions about their sprint and got instant clean tables — no clicking through boards.

OpenClawRadar
Claude Code Container Provides Zero-Config Docker Isolation for Claude Code
Tools

Claude Code Container Provides Zero-Config Docker Isolation for Claude Code

Claude Code Container (ccc) is a free, open-source tool that automatically creates per-project Docker containers for Claude Code with full isolation and zero configuration. It forwards host environment variables, mounts SSH keys, provides transparent localhost proxy, and includes Chromium with chrome-devtools MCP pre-configured.

OpenClawRadar