Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

ai.callmcp/server

NPM · @CALLMCP/SERVER · SCANNED AUG 3

One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.

Available components

+18 this week 61 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1004 tokens (~71/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage75
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 25% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @callmcp/server

# add to Claude Code
claude mcp add ai-callmcp-server -- npx -y @callmcp/server
# add to Codex CLI
codex mcp add ai-callmcp-server -- npx -y @callmcp/server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-callmcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@callmcp/server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-callmcp-server --command npx --arg -y --arg @callmcp/server
# ~/.hermes/config.yaml
mcp_servers:
  ai-callmcp-server:
    command: "npx"
    args: ["-y", "@callmcp/server"]
// mcp.json
{
  "mcpServers": {
    "ai-callmcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@callmcp/server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +26
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Maintenance: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: pass → unverified functional
    • Capabilities: pass → unverified functional
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −10
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +39
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −63
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +43
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → fair functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −17
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@callmcp/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 14 exposed · ~1,004 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
buy_number ~83

Purchases a phone number (SPEC §1.11). Spends money but does not contact a third party, so no human approval gate.

NameTypeReqDescription
complianceobject
driverstring
numberstringyesa number returned by search_numbers
optionsobjectnamespaced driver-specific passthrough, keyed by driver_id

No output schema declared.

No examples provided.

configure_number ~88

Updates routing/configuration for an already-owned number (SPEC §1.12).

NameTypeReqDescription
agent_config_refstring|null
caller_id_namestring|null
driverstring
numberstringyes
optionsobjectnamespaced driver-specific passthrough, keyed by driver_id
sms_webhook_urlstring|null

No output schema declared.

No examples provided.

end_call ~45

Terminates an in-progress call (SPEC §1.5). Capability-gated by supports_hangup.

NameTypeReqDescription
call_idstringyes
reasonstring

No output schema declared.

No examples provided.

get_call_status ~36

Read-only poll fallback for clients that don't subscribe to resource updates (SPEC §1.6).

NameTypeReqDescription
call_idstringyes

No output schema declared.

No examples provided.

get_recording ~42

Returns a resource link to the call's audio recording (SPEC §1.8). Capability-gated by supports_recording.

NameTypeReqDescription
call_idstringyes

No output schema declared.

No examples provided.

get_transcript ~45

Returns a call's transcript, inline or as a subscribable resource link (SPEC §1.7).

NameTypeReqDescription
call_idstringyes
formatstring

No output schema declared.

No examples provided.

list_approvals ~60

Read-only. Returns pending approvals, allowlist entries, and active campaign grants (SPEC §1.3).

NameTypeReqDescription
cursorstring
driverstring
scopestring
statestring

No output schema declared.

No examples provided.

list_calls ~56

Read-only call history/inventory (SPEC §1.14).

NameTypeReqDescription
cursorstring
driverstring
sincestring
statusstring
untilstring

No output schema declared.

No examples provided.

list_drivers ~30

Read-only capability introspection. Call before assuming any other tool's behavior (SPEC §1.1).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_numbers ~35

Read-only inventory of owned numbers (SPEC §1.13).

NameTypeReqDescription
cursorstring
driverstring

No output schema declared.

No examples provided.

make_call ~159

Places an outbound call (SPEC §1.4). Requires a valid, unexpired approval_id or an allowlist match; otherwise the server elicits approval inline rather than dialing.

NameTypeReqDescription
agent_config_refstringopaque reference to an already-configured agent/assistant
approval_idstringomit only if `to` matches a standing allowlist entry
driverstring
fromstringE.164 caller-id number; if omitted, driver default number is used
max_duration_secondsinteger
metadataobject
optionsobjectnamespaced driver-specific passthrough, keyed by driver_id
tostringyesE.164 destination number

No output schema declared.

No examples provided.

request_call_approval ~146

Creates a pending human authorization for a destination, allowlist entry, or campaign batch (SPEC §1.2). Fires MCP elicitation when supported; otherwise returns an out-of-band approval URL.

NameTypeReqDescription
campaign_max_contactsintegerrequired when scope=campaign_batch
channelstring
destinationsarrayyes
driverstring
optionsobjectnamespaced driver-specific passthrough, keyed by driver_id
purposestringhuman-readable reason shown in the elicitation/approval UI
scopestringyes
ttl_secondsintegersee SPEC §3.2 for tier defaults

No output schema declared.

No examples provided.

search_numbers ~70

Read-only search for purchasable phone numbers (SPEC §1.10).

NameTypeReqDescription
area_codestring
capabilities_requiredarray
countrystringyesISO 3166-1 alpha-2
cursorstring
driverstring

No output schema declared.

No examples provided.

send_sms ~109

Sends an outbound message over SMS, WhatsApp, or RCS (SPEC §1.9). Capability-gated; approval-gated like make_call.

NameTypeReqDescription
approval_idstring
bodystringyes
channelstring
driverstring
fromstring
media_urlsarray
optionsobjectnamespaced driver-specific passthrough, keyed by driver_id
tostringyes

No output schema declared.

No examples provided.