Famulor
NPM · FAMULOR-MCP · 2 COMPONENTS · SCANNED AUG 4
AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.
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 Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (122 of 124), 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 52 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 5252 tokens (~70/item across 75 items; 75 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage79
- 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
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
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 · famulor-mcp
claude mcp add io-famulor-famulor-mcp -- npx -y famulor-mcp
codex mcp add io-famulor-famulor-mcp -- npx -y famulor-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"io-famulor-famulor-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"famulor-mcp"
],
"enabled": true
}
}
} openclaw mcp add io-famulor-famulor-mcp --command npx --arg -y --arg famulor-mcp
mcp_servers:
io-famulor-famulor-mcp:
command: "npx"
args: ["-y", "famulor-mcp"] {
"mcpServers": {
"io-famulor-famulor-mcp": {
"command": "npx",
"args": [
"-y",
"famulor-mcp"
]
}
}
} 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.
- 4 Aug 26 0
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +22
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 31 Jul 26 −36
- 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 +52
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Security disclosure: unverified → fail ▼ functional
- Schema quality: unverified → excellent ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 29 Jul 26 +1
- Security disclosure: fail → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 28 Jul 26 −19
- Tool coverage: 100 → unverified ▼ 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 4 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
Dependencies 122 packages
122 packages in the resolved dependency tree · 122 deprecated · 35 stale.
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.
list_documents ~24
List documents in a knowledge base.
| Name | Type | Req | Description |
|---|---|---|---|
| knowledgebase_id | integer | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | array | yes | — |
No examples provided.
list_folders ~67
List assistant folders (paginated), each with its assistants_count. Folders group assistants, e.g. per customer or brand; an assistant belongs to at most one folder.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | — |
| per_page | integer | — | 1-100, default 15 |
| Name | Type | Req | Description |
|---|---|---|---|
| current_page | number | — | — |
| data | array | — | — |
| from | number|null | — | — |
| last_page | number | — | — |
| next_page_url | string|null | — | — |
| per_page | number | — | — |
| prev_page_url | string|null | — | — |
| to | number|null | — | — |
| total | number | — | — |
No examples provided.
list_knowledgebases ~18
List all knowledge bases on the account.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| data | array | yes | — |
No examples provided.
list_labels ~57
List assistant labels (paginated), each with its assistants_count. Labels are tags; an assistant can carry multiple labels across folders.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | — |
| per_page | integer | — | 1-100, default 15 |
| Name | Type | Req | Description |
|---|---|---|---|
| current_page | number | — | — |
| data | array | — | — |
| from | number|null | — | — |
| last_page | number | — | — |
| next_page_url | string|null | — | — |
| per_page | number | — | — |
| prev_page_url | string|null | — | — |
| to | number|null | — | — |
| total | number | — | — |
No examples provided.
list_leads ~29
List leads with pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | — |
| per_page | integer | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| current_page | number | — | — |
| data | array | — | — |
| from | number|null | — | — |
| last_page | number | — | — |
| next_page_url | string|null | — | — |
| per_page | number | — | — |
| prev_page_url | string|null | — | — |
| to | number|null | — | — |
| total | number | — | — |
No examples provided.
list_mid_call_tools ~25
List mid-call tools (HTTP integrations callable by an assistant during a call).
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
list_sip_trunks ~19
List all SIP trunks on the account.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| data | array | yes | — |
No examples provided.
make_call ~54
Initiate an outbound AI phone call with a configured assistant.
| Name | Type | Req | Description |
|---|---|---|---|
| assistant_id | string | yes | Assistant UUID or ID |
| phone_number | string | yes | E.164-formatted destination number |
| variables | object | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
purchase_phone_number ~30
Purchase a phone number returned by search_phone_numbers (monthly subscription).
| Name | Type | Req | Description |
|---|---|---|---|
| phone_number | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
release_phone_number ~25
Release (cancel) a purchased phone number.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
search_phone_numbers ~63
Search for purchasable phone numbers via the Famulor provider.
| Name | Type | Req | Description |
|---|---|---|---|
| contains | string | — | Digits the number should contain (numeric only, max 10) |
| country_code | string | — | ISO 3166-1 alpha-2, default DE |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
send_message ~45
Send a user message in an existing chat conversation and get the assistant reply.
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | User message (max 2000 chars) |
| uuid | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
send_sms ~71
Send an SMS from one of your Famulor phone numbers (must be SMS-capable). Costs are deducted from your balance.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | Message body (max 300 chars) |
| from | integer | yes | Phone number ID |
| to | string | yes | Recipient in E.164 format |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
send_whatsapp_freeform ~64
Send a freeform WhatsApp message. Requires an open 24h session (use get_whatsapp_session_status to check).
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Max 4096 chars |
| recipient_phone | string | yes | — |
| sender_id | integer | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
send_whatsapp_template ~70
Send a WhatsApp template message (required when initiating or outside the 24h window).
| Name | Type | Req | Description |
|---|---|---|---|
| recipient_name | string | — | — |
| recipient_phone | string | yes | E.164 |
| sender_id | integer | yes | — |
| template_id | integer | yes | — |
| variables | object | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_assistant ~666
Update an existing assistant (partial). Only the fields you send are changed.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_interruptions | boolean | — | — |
| ambient_sound | string | — | — |
| ambient_sound_volume | number | — | — |
| chat_llm_fallback_id | integer | — | — |
| conversation_ended_retrigger | boolean | — | — |
| conversation_ended_webhook_url | string | — | — |
| conversation_inactivity_timeout | integer | — | — |
| enable_noise_cancellation | boolean | — | — |
| end_call_on_voicemail | boolean | — | — |
| endpoint_sensitivity | number | — | — |
| endpoint_type | string | — | — |
| filler_config | object | — | — |
| fillers | boolean | — | — |
| folder_id | integer|null | — | Folder to place the assistant in (one folder per assistant). See list_folders. Send null to remove. |
| id | integer | yes | Assistant ID to update |
| include_recording_in_webhook | boolean | — | — |
| initial_message | string | — | First message spoken at call start (max 200 chars) |
| interrupt_sensitivity | number | — | — |
| is_webhook_active | boolean | — | — |
| knowledgebase_id | integer | — | — |
| knowledgebase_mode | string | — | — |
| label_ids | array | — | Label IDs to tag the assistant with (an assistant can carry multiple labels). See list_labels. |
| language_id | integer | — | Primary language ID from get_languages |
| llm_model_id | integer | — | Required for mode=pipeline |
| llm_temperature | number | — | — |
| max_duration | integer | — | — |
| max_initial_silence_duration | integer | — | — |
| max_silence_duration | integer | — | — |
| min_interrupt_words | integer | — | — |
| mode | string | — | — |
| multimodal_model_id | integer | — | Required for mode=multimodal/dualplex |
| name | string | — | Display name of the assistant (max 255 chars) |
| phone_number_id | integer|null | — | — |
| post_call_evaluation | boolean | — | — |
| post_call_schema | array | — | — |
| record | boolean | — | — |
| reengagement_interval | integer | — | — |
| reengagement_prompt | string | — | — |
| ringing_time | integer | — | — |
| secondary_language_ids | array | — | Additional language IDs the assistant can speak |
| send_webhook_only_on_completed | boolean | — | — |
| speech_speed | number | — | — |
| synthesizer_provider_id | integer | — | — |
| system_prompt | string | — | System prompt defining behavior |
| timezone | string | — | IANA timezone, e.g. "Europe/Berlin" |
| tool_ids | array | — | — |
| tools | array | — | — |
| transcriber_provider_id | integer | — | — |
| tts_emotion_enabled | boolean | — | — |
| turn_detection_threshold | number | — | — |
| type | string | — | Assistant call direction |
| variables | object | — | — |
| voice_id | integer | — | Voice ID from get_voices |
| voice_mail_message | string | — | — |
| voice_similarity | number | — | — |
| voice_stability | number | — | — |
| wait_for_customer | boolean | — | — |
| webhook_url | string|null | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_campaign_status ~30
Start or stop a campaign.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | — |
| campaign_id | integer | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_document ~51
Update a document name or description. Content cannot be changed.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| document_id | integer | yes | — |
| knowledgebase_id | integer | yes | — |
| name | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_folder ~66
Rename a folder or change its color (partial — only sent fields change).
| Name | Type | Req | Description |
|---|---|---|---|
| color | string|null | — | New badge color, or null to remove |
| id | integer | yes | Folder ID |
| name | string | — | New name (max 255 chars, unique per account) |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_knowledgebase ~39
Rename or describe an existing knowledge base.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| id | integer | yes | — |
| name | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_label ~66
Rename a label or change its color (partial — only sent fields change).
| Name | Type | Req | Description |
|---|---|---|---|
| color | string|null | — | New badge color, or null to remove |
| id | integer | yes | Label ID |
| name | string | — | New name (max 255 chars, unique per account) |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_lead ~57
Update a lead. Variables are merged with existing ones.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | integer | — | — |
| id | integer | yes | — |
| phone_number | string | — | — |
| status | string | — | — |
| variables | object | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_mid_call_tool ~81
Update a mid-call tool. headers/schema fully replace existing values when provided.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| endpoint | string | — | — |
| headers | array | — | — |
| id | integer | yes | — |
| method | string | — | — |
| name | string | — | — |
| schema | array | — | — |
| timeout | integer | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_phone_number ~86
Update a phone number you own. Currently sets the nickname — a short human-readable label (max 50 chars) shown next to the number. Send null/empty to clear it. Granted (shared) numbers cannot be updated.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Phone number ID to update |
| nickname | string|null | — | Short label, max 50 chars. null clears it. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.
update_sip_trunk ~103
Update a SIP trunk (partial).
| Name | Type | Req | Description |
|---|---|---|---|
| allowed_inbound_ips | array | — | — |
| country_code | string | — | — |
| id | integer | yes | — |
| inbound_authorization_type | string | — | — |
| outbound_proxy | boolean | — | — |
| phone_number | string | — | — |
| sip_address | string | — | — |
| sip_calling_format | string | — | — |
| sip_password | string | — | — |
| sip_username | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object|array|null | — | — |
| message | string | — | — |
No examples provided.