npm @clawcall/mcpstdioMITupdated 14d ago
Make real AI-powered phone calls from any AI agent. ClawCall dials US phone numbers, handles the conversation, and returns the outcome, transcript, and recording when available.
What can you do with clawcall?
ClawCall
Make real AI-powered phone calls from any AI agent. ClawCall dials US phone numbers, handles the conversation, and returns the outcome, transcript, and recording when available.
30 calls and 30 minutes free, whichever lasts later. No credit card required.
Hosted MCP connector (recommended)
ClawCall's official remote MCP server is available at:
https://api.clawcall.dev/mcp
Add that URL as a custom connector in Grok Build, ChatGPT, Claude, Codex, or another remote MCP client. The connector uses OAuth 2.1: sign in to ClawCall and approve read/write call access when prompted. No API key is copied into the AI host.
The hosted connector can:
- place outbound calls to US phone numbers
- navigate phone menus and hold queues
- bridge the user into a live call
- poll call status and retrieve transcripts and temporary recording URLs
- list inbound and outbound call history
- end active calls and inspect plan or trial usage
- serve ClawCall's calling guide before a call is placed
The Grok Build plugin source is in grok/. Its official xAI marketplace submission is tracked in xai-org/plugin-marketplace#336.
Agent skill
Install the ClawCall skill from ClawHub:
openclaw skills install clawcall-dev
Published skill: https://clawhub.ai/clawcall-dev/clawcall-dev
Or manually add skill/SKILL.md and its bundled references to your agent's skills directory. The skill uses ClawCall's REST API and persists its low-privilege API key locally.
Legacy local stdio MCP package
The mcp/ directory contains the legacy @clawcall/mcp stdio package for existing local/API-key installations. New integrations should use the hosted OAuth connector above. The legacy package remains documented for compatibility but is not the distribution path submitted to the xAI marketplace.
What it does
- Calls US phone numbers over real phone lines
- Handles appointments, reservations, order checks, callbacks, office follow-ups, phone menus, and hold queues
- Leaves voicemail or takes messages when instructed
- Returns call outcomes, transcripts, and recordings
- Supports live handoff when identity verification, negotiation, or a real-time decision requires the user
- Supports reusable voice, personality, greeting, and inbound reserved-number answering preferences through the product and REST surfaces
Examples
"Call Dr. Rivera's office and confirm my appointment for Tuesday at 2:30."
"Phone the restaurant at +15551234567 and make a reservation for four people Saturday at 7 PM."
"Get me through to a real person at my insurance company."
Links
- ClawCall
- Documentation
- For AI agents
- Hosted MCP endpoint
- Published ClawHub skill
- Privacy policy
- Terms of service
License
MIT
Download History
Install
Add clawcall to your client. Pick the one you use.
claude mcp add mcp -- npx -y @clawcall/mcpcodex mcp add mcp -- npx -y @clawcall/mcpamp mcp add mcp -- npx -y @clawcall/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@clawcall/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@clawcall/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @clawcall/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 7, 2026 |