Give AI agents a phone layer for consent-based calls, transcripts, summaries, and outcomes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give AI agents access to ClawdCall's agent-facing phone execution API through the Model Context Protocol.
clawdcall-mcp exposes the confirmed ClawdCall workflow:
Connect compatible remote MCP clients to the Streamable HTTP endpoint:
The endpoint advertises OAuth protected-resource metadata. Existing ClawdCall integrations may also use an API key according to the agent documentation.
Add the published npm package to a local MCP client:
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:
ClawdCall is not intended for cold calling, robocalling, bulk outreach, emergency use, political outreach, or sensitive advice workflows.
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.
| 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. |
| 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. |
Build:
Run the built server:
server.json contains the Official MCP Registry metadata.This server tracks these ClawdCall agent-facing endpoints:
POST /cc/signup/send-otpPOST /cc/signup/verify-otpPOST /external/v1/agent/outbound?conversionFlag=1GET /cc/v1/calls/{id}/transcriptDo not add MCP tools for agents, number purchase, SMS, conversations, voices, or general webhooks until those routes exist in ClawdCall's API contract.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/clawdcall)<a href="https://allmcps.com/mcp/clawdcall"><img src="https://allmcps.com/api/badge/clawdcall?style=directory" alt="ClawdCall on AllMCPs" /></a>