Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

dialgoodian/clawdcall-mcp

БесплатноПоддерживается

Let AI agents place consent-based outbound phone calls and retrieve transcripts, summaries, and outcomes. Use the hosted Streamable HTTP server or install with

GitHubEmbed

Описание

Let AI agents place consent-based outbound phone calls and retrieve transcripts, summaries, and outcomes. Use the hosted Streamable HTTP server or install with npx -y clawdcall-mcp.

README

Give AI agents access to ClawdCall's agent-facing phone execution API through the Model Context Protocol.

clawdcall-mcp exposes the confirmed ClawdCall workflow:

  • send signup OTP
  • verify signup OTP
  • place expected outbound calls
  • fetch call transcripts

Hosted Remote

Connect compatible remote MCP clients to the Streamable HTTP endpoint:

https://gateway.clawdcall.com/mcp/

The endpoint advertises OAuth protected-resource metadata. Existing ClawdCall integrations may also use an API key according to the agent documentation.

Local Stdio Package

Add the published npm package to a local MCP client:

{
  "mcpServers": {
    "clawdcall": {
      "command": "npx",
      "args": ["-y", "clawdcall-mcp"],
      "env": {
        "CLAWDCALL_API_KEY": "your_clawdcall_api_key"
      }
    }
  }
}

CLAWDCALL_API_KEY is required for outbound calls and transcript retrieval. Signup OTP tools do not require an existing key.

For staging or self-hosted API routing:

{
  "mcpServers": {
    "clawdcall": {
      "command": "npx",
      "args": ["-y", "clawdcall-mcp"],
      "env": {
        "CLAWDCALL_API_KEY": "your_clawdcall_api_key",
        "CLAWDCALL_BASE_URL": "https://api.clawdcall.com"
      }
    }
  }
}

Safe First Test

  1. Open the ClawdCall agent setup.
  2. Connect the hosted endpoint or local package from a compatible agent client.
  3. Ask the agent to call you or an expected internal recipient with a bounded task.
  4. Confirm the destination and task before allowing the call.
  5. Review the returned status, transcript evidence, summary, or structured outcome.

ClawdCall is not intended for cold calling, robocalling, bulk outreach, emergency use, political outreach, or sensitive advice workflows.

Copy-Paste Examples

The examples directory contains bounded first-call workflows for:

The code examples keep the recipient in operator-controlled environment variables. Agent-generated input cannot change the phone number, and live side effects require an explicit approval or opt-in.

Tools

Tool Confirmed endpoint Description
send_signup_otp POST /cc/signup/send-otp Send a phone verification OTP for signup.
verify_signup_otp POST /cc/signup/verify-otp Verify the OTP and receive account/API-key details.
place_outbound_call POST /external/v1/agent/outbound?conversionFlag=1 Place an expected outbound voice-agent call.
get_call_transcript GET /cc/v1/calls/{id}/transcript Fetch a transcript by call ID or campaign ID.

Environment Variables

Variable Required Default Description
CLAWDCALL_API_KEY For call/transcript tools ClawdCall API key.
CLAWDCALL_BASE_URL No https://api.clawdcall.com API base URL.

Development

git clone https://github.com/dialgoodian/clawdcall-mcp.git
cd clawdcall-mcp
npm install
npm run dev

Build:

npm run build

Run the built server:

CLAWDCALL_API_KEY=your_clawdcall_api_key npm start

Discovery Metadata

API Contract

This server tracks these ClawdCall agent-facing endpoints:

  • POST /cc/signup/send-otp
  • POST /cc/signup/verify-otp
  • POST /external/v1/agent/outbound?conversionFlag=1
  • GET /cc/v1/calls/{id}/transcript

Do not add MCP tools for agents, number purchase, SMS, conversations, voices, or general webhooks until those routes exist in ClawdCall's API contract.

License

MIT

from github.com/dialgoodian/clawdcall-mcp

Установка dialgoodian/clawdcall-mcp

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/dialgoodian/clawdcall-mcp

FAQ

dialgoodian/clawdcall-mcp MCP бесплатный?

Да, dialgoodian/clawdcall-mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для dialgoodian/clawdcall-mcp?

Да, требуются переменные окружения: CLAWDCALL_API_KEY, CLAWDCALL_BASE_URL. Unyly подставит их в конфиг при установке.

dialgoodian/clawdcall-mcp — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить dialgoodian/clawdcall-mcp в Claude Desktop, Claude Code или Cursor?

Открой dialgoodian/clawdcall-mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare dialgoodian/clawdcall-mcp with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai