ai.callmcp/server
NPM · @CALLMCP/SERVER · SCANNED AUG 3
One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 23 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add ai-callmcp-server -- npx -y @callmcp/server
codex mcp add ai-callmcp-server -- npx -y @callmcp/server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-callmcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@callmcp/server"
],
"enabled": true
}
}
} openclaw mcp add ai-callmcp-server --command npx --arg -y --arg @callmcp/server
mcp_servers:
ai-callmcp-server:
command: "npx"
args: ["-y", "@callmcp/server"] {
"mcpServers": {
"ai-callmcp-server": {
"command": "npx",
"args": [
"-y",
"@callmcp/server"
]
}
}
} 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.
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.
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.
buy_number ~83
Purchases a phone number (SPEC §1.11). Spends money but does not contact a third party, so no human approval gate.
| Name | Type | Req | Description |
|---|---|---|---|
| compliance | object | — | — |
| driver | string | — | — |
| number | string | yes | a number returned by search_numbers |
| options | object | — | namespaced 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).
| Name | Type | Req | Description |
|---|---|---|---|
| agent_config_ref | string|null | — | — |
| caller_id_name | string|null | — | — |
| driver | string | — | — |
| number | string | yes | — |
| options | object | — | namespaced driver-specific passthrough, keyed by driver_id |
| sms_webhook_url | string|null | — | — |
No output schema declared.
No examples provided.
end_call ~45
Terminates an in-progress call (SPEC §1.5). Capability-gated by supports_hangup.
| Name | Type | Req | Description |
|---|---|---|---|
| call_id | string | yes | — |
| reason | string | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| call_id | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| call_id | string | yes | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| call_id | string | yes | — |
| format | string | — | — |
No output schema declared.
No examples provided.
list_approvals ~60
Read-only. Returns pending approvals, allowlist entries, and active campaign grants (SPEC §1.3).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| driver | string | — | — |
| scope | string | — | — |
| state | string | — | — |
No output schema declared.
No examples provided.
list_calls ~56
Read-only call history/inventory (SPEC §1.14).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| driver | string | — | — |
| since | string | — | — |
| status | string | — | — |
| until | string | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| driver | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_config_ref | string | — | opaque reference to an already-configured agent/assistant |
| approval_id | string | — | omit only if `to` matches a standing allowlist entry |
| driver | string | — | — |
| from | string | — | E.164 caller-id number; if omitted, driver default number is used |
| max_duration_seconds | integer | — | — |
| metadata | object | — | — |
| options | object | — | namespaced driver-specific passthrough, keyed by driver_id |
| to | string | yes | E.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.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_max_contacts | integer | — | required when scope=campaign_batch |
| channel | string | — | — |
| destinations | array | yes | — |
| driver | string | — | — |
| options | object | — | namespaced driver-specific passthrough, keyed by driver_id |
| purpose | string | — | human-readable reason shown in the elicitation/approval UI |
| scope | string | yes | — |
| ttl_seconds | integer | — | see 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).
| Name | Type | Req | Description |
|---|---|---|---|
| area_code | string | — | — |
| capabilities_required | array | — | — |
| country | string | yes | ISO 3166-1 alpha-2 |
| cursor | string | — | — |
| driver | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | — |
| body | string | yes | — |
| channel | string | — | — |
| driver | string | — | — |
| from | string | — | — |
| media_urls | array | — | — |
| options | object | — | namespaced driver-specific passthrough, keyed by driver_id |
| to | string | yes | — |
No output schema declared.
No examples provided.