Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. CallMCP vs. single Vendor MCPs vs. DIY
CallMCP vs. single Vendor MCPs vs. DIY logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 2:46:33 PM

CallMCP vs. single Vendor MCPs vs. DIY

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

One MCP tool contract for telephony β€” any call provider, hosted, local, or BYOK.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@callmcp/server"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

One MCP server. Any call provider. Fully local, fully hosted, or bring your own frontier model.

License: MIT GitHub stars

CallMCP is a single Model Context Protocol server that defines one tool contract β€” 14 tools, identical schemas, identical error shapes β€” for outbound/inbound telephony: calls, SMS, recordings, transcripts, and phone-number lifecycle. Point it at a hosted backend, a fully local backend, or a bring-your-own-key composed backend, and your agent code doesn't change. What changes is which tools are present (via capability-gated dynamic discovery), never the shape of a tool that's there.

The normative reference is SPEC.md. This README is the pitch; the spec is the contract.

Terminal
npx -y @callmcp/server

Before connecting a real provider, run npx -y @callmcp/server doctor. For a safe local walkthrough, run npx -y @callmcp/server --sandbox. The server fails closed when no driver is configured; the mock driver is only available through explicit sandbox configuration.

See examples/ for ready-to-paste Claude Desktop / Claude Code configs for each of the three legs below.


Three structural claims

This isn't "a Twilio wrapper with a marketing page." Three things are actually built into the contract, not bolted on:

1. Provider-neutral, multi-backend contract

Every driver β€” hosted, local, or BYOK β€” implements the same 14 tools defined in SPEC.md. Driver-specific behavior lives exclusively inside a namespaced options.<driver_id> passthrough object. There is no make_call_twilio or make_call_kaicalls. A tool either exists for your configured driver (and works, fully, per spec) or it's absent from tools/list β€” never present-but-broken. Swapping your call backend is a config change, not a rewrite.

2. x402-funded autonomous provisioning to production

search_numbers, buy_number, configure_number, and list_numbers are never human-approval-gated β€” they don't contact a third party, they contact your own provider account. That includes settling cost via x402 machine payments when a driver requires prepayment (INSUFFICIENT_FUNDS embeds a full x402 challenge an agent can settle and retry). An agent can search for a number, pay for it, configure it, and go live β€” autonomously, in production, with real money β€” without a human clicking anything. This is a deliberate contrast with vendor MCPs whose autonomous/self-serve paths are trial- or sandbox-scoped only.

3. Human-in-the-loop outbound approval as designed consent architecture

make_call and send_sms β€” anything that contacts a phone number that isn't the calling agent's own infrastructure β€” structurally require a valid approval_id or a standing allowlist match before they act. This isn't a policy suggestion layered on top; it's enforced in the server core, so no driver implementation can bypass it. Primary path is MCP elicitation; the fallback for non-elicitation clients is a single-use out-of-band approval URL β€” the gate is designed to never silently block forever and never silently open. Read as a TCPA-consent posture: the contract makes "who approved contacting this number, and when" a first-class, auditable object (request_call_approval / list_approvals), not an assumption baked into application code you have to get right yourself.


CallMCP vs. single-vendor MCPs vs. DIY

CapabilityCallMCPVapi MCPTelnyx MCPAgentPhone MCPDIY (Twilio + your own glue)
Tool contractOne schema, 14 tools, portable across backendsSingle-vendor, Vapi onlySingle-vendor, Telnyx onlySingle-vendor, AgentPhone onlyNo contract β€” you write and maintain it
Swap call backend without rewriting agent codeYes β€” driver swap onlyNoNoNoNo
Self-hostable / fully local optionYes (Dograh driver)(unverified, recheck before publishing)(unverified, recheck before publishing)(unverified, recheck before publishing)Yes, but you own the entire stack
Bring your own frontier model as the call's "brain"Yes (BYOK driver: any transport + any LLM)(unverified, recheck before publishing)(unverified, recheck before publishing)(unverified, recheck before publishing)Yes, fully manual integration
Autonomous, funded, production-scoped number provisioning (x402)Yes β€” search_numbers/buy_number/configure_number ungated, x402-payable(unverified, recheck before publishing)Public self-serve docs read as trial-scoped autonomy, not funded production autonomy (unverified, recheck before publishing)(unverified, recheck before publishing)No β€” manual console purchase, manual compliance
Outbound approval / consent gate structural in the schemaYes β€” make_call/send_sms require approval_id or allowlist match, enforced server-side(unverified, recheck before publishing)(unverified, recheck before publishing)(unverified, recheck before publishing)No β€” you build and maintain your own gate
Standalone SMS (not agent-mediated only)Capability-gated per driver, honestly reported β€” never claimed where it's actually agent-mediated(unverified, recheck before publishing)Yes, native(unverified, recheck before publishing)Yes, native Twilio API
Call recordingCapability-gated per driver, honestly reported(unverified, recheck before publishing)(unverified, recheck before publishing)(unverified, recheck before publishing)Yes, native Twilio API
Real-time transcript streamingCapability-gated per driver, subscribable resource when supported(unverified, recheck before publishing)(unverified, recheck before publishing)(unverified, recheck before publishing)DIY β€” you build the capture/assembly layer
Source availabilityMIT-licensed server + Apache-2.0 spec, public monorepo(unverified, recheck before publishing)(unverified, recheck before publishing)(unverified, recheck before publishing)N/A β€” it's your own code
Markup over underlying carrier costZero in the OSS server β€” it routes at cost; KaiCalls hosted tier is an optional convenience layer, not a requirement(unverified, recheck before publishing)(unverified, recheck before publishing)(unverified, recheck before publishing)Zero markup, 100% of integration cost is yours

Every "(unverified, recheck before publishing)" cell is a placeholder, not a claim β€” we do not put a number or a fact about a competitor's product in this table without a citation behind it. If you're reading this before that recheck has happened, treat those cells as unknown, not as "no."


Who builds this, and what's actually free

CallMCP is built and maintained by CallMCP / KaiCalls. Full transparency, because hiding this costs more credibility than stating it:

  • This OSS server is not a loss-leader funnel with the real functionality locked behind a paywall. It routes to any configured driver β€” hosted, local, or BYOK β€” with no markup and no artificial capability gating. A self-hosted Dograh driver or a BYOK Twilio+LLM driver gets the exact same 14-tool contract as the KaiCalls driver.
  • KaiCalls is the hosted default β€” the path of least resistance if you want a call backend running in minutes with nothing to self-host. It is not the only supported path, and the spec and conformance suite exist precisely so that claim stays true as the driver ecosystem grows.
  • The driver interface is public and the conformance suite runs in CI. Any driver β€” including ones we didn't write β€” can claim conformance, and community PRs are held to the same bar KaiCalls' own driver is held to (see SPEC.md Β§6).

If any of the above stops being true, that's a bug in this README, not a hidden asterisk β€” open an issue.


Driver capability matrix

Capability is expressed by presence, not by runtime errors (see SPEC.md Β§2.2). This table mirrors the spec's degradation appendix (SPEC.md Β§7) β€” the honest state of the wider backend landscape at spec-writing time (2026-07-09), not a ceiling on what CallMCP itself can do.

Launch drivers (this repo)

Capabilitykaicalls (hosted)dograh (local)twilio_openai (BYOK)
make_call / end_call (hangup)Yes β€” hangup via Vapi controlUrl, treated as call-scoped statemake_call yes; no external hangup endpoint (supports_hangup: false)Yes, native Twilio call control
search_numbers / buy_number / configure_numberYesNo purchase flow β€” BYO carrier account (supports_number_purchase: false)Yes, native Twilio number API
send_smsCapability-gated on the underlying Vapi-class backend; not claimed unless a real standalone send path existsNo SMS capabilityYes, native Twilio SMS
get_recordingYes, once wiredCapability-dependent on the local stackYes, native Twilio recording
get_transcript / realtime streamingYesYes, baseline (Dograh's GET /{workflow_id}/runs/{run_id} returns transcript_url β€” the one fully source-verified transcript path in the wider landscape)DIY assembly from realtime session events; supports_realtime_transcription only claimed once that assembly is genuinely live

Known gaps across the wider backend landscape (context for driver authors)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ’» Developer Tools3 views
    Compare vs Openapi MCP Server β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    πŸ’» Developer Tools3 views
    Compare vs MCP Server Docker β†’
  • Docker MCP logoDocker MCP

    Docker container management and operations through MCP

    πŸ’» Developer Tools3 views
    Compare vs Docker MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
458
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about CallMCP vs. single Vendor MCPs vs. DIY

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "callmcp-vs-single-vendor-mcps-vs-diy": { "command": "npx", "args": ["-y","@callmcp/server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCallMCP vs. single Vendor MCPs vs. DIY AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/server?style=directory)](https://allmcps.com/mcp/server)
HTML Embed
<a href="https://allmcps.com/mcp/server"><img src="https://allmcps.com/api/badge/server?style=directory" alt="CallMCP vs. single Vendor MCPs vs. DIY on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedJul 11, 2026
13/13 checks healthy over the last 46d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 11, 2026
npm downloads458/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev Β· @callmcp/server (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to CallMCP vs. single Vendor MCPs vs. DIY β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients