io.github.codespar/mcp-zenvia
NPM · @CODESPAR/MCP-ZENVIA · SCANNED AUG 4
MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 929 tokens (~51/item across 18 items; 18 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 Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.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 · @codespar/mcp-zenvia
claude mcp add codespar-mcp-zenvia -- npx -y @codespar/mcp-zenvia
codex mcp add codespar-mcp-zenvia -- npx -y @codespar/mcp-zenvia
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-zenvia": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-zenvia"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-zenvia --command npx --arg -y --arg @codespar/mcp-zenvia
mcp_servers:
codespar-mcp-zenvia:
command: "npx"
args: ["-y", "@codespar/mcp-zenvia"] {
"mcpServers": {
"codespar-mcp-zenvia": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-zenvia"
]
}
}
} 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 +5
- Stability: unverified → 0.30 ▲ functional
- 2 Aug 26 +20
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- 1 Aug 26 +23
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −25
- 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 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
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/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 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.
add_opt_out ~66
Add a phone number to the opt-out list (suppresses future messages)
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel for the opt-out |
| from | string | yes | Sender ID the opt-out applies to |
| phone | string | yes | Phone number to opt out (with country code) |
No output schema declared.
No examples provided.
create_contact ~63
Create a contact in the contact base
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | Email address | |
| groupId | string | — | Optional group ID to add the contact to |
| name | string | yes | Contact full name |
| phone | string | — | Phone number with country code |
No output schema declared.
No examples provided.
create_subscription ~50
Create a webhook subscription for message events
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel to subscribe to |
| eventType | string | yes | Event type |
| url | string | yes | Webhook URL to receive events |
No output schema declared.
No examples provided.
delete_contact ~23
Delete a contact by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Contact ID |
No output schema declared.
No examples provided.
delete_subscription ~24
Delete a webhook subscription by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Subscription ID |
No output schema declared.
No examples provided.
get_message_status ~25
Get message delivery status by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Message ID |
No output schema declared.
No examples provided.
get_report_entries ~79
Get message report entries within a date range
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel to report on |
| endDate | string | yes | ISO 8601 end date (e.g. 2026-04-24) |
| startDate | string | yes | ISO 8601 start date (e.g. 2026-04-01) |
No output schema declared.
No examples provided.
list_channels ~13
List available messaging channels
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_contacts ~33
List contacts from the contact base
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| size | number | — | Page size |
No output schema declared.
No examples provided.
list_subscriptions ~14
List all webhook subscriptions
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_templates ~31
List approved message templates (WhatsApp/SMS/RCS)
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | — | Filter templates by channel |
No output schema declared.
No examples provided.
send_email ~69
Send a transactional email
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Sender email address (verified domain) |
| html | string | — | HTML body of the email |
| subject | string | yes | Email subject |
| text | string | — | Plain text body (fallback) |
| to | string | yes | Recipient email address |
No output schema declared.
No examples provided.
send_facebook_message ~53
Send a Facebook Messenger message
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Sender ID (Facebook page) |
| text | string | yes | Message text |
| to | string | yes | Recipient PSID (page-scoped user ID) |
No output schema declared.
No examples provided.
send_rcs ~55
Send an RCS (Rich Communication Services) message
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Sender ID (RCS channel) |
| text | string | yes | Message text |
| to | string | yes | Recipient phone number with country code |
No output schema declared.
No examples provided.
send_sms ~54
Send an SMS message
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Sender ID |
| text | string | yes | Message text |
| to | string | yes | Recipient phone number with country code (e.g. 5511999999999) |
No output schema declared.
No examples provided.
send_template ~69
Send a WhatsApp template message (pre-approved)
| Name | Type | Req | Description |
|---|---|---|---|
| fields | object | — | Template variable values (key-value map) |
| from | string | yes | Sender ID (WhatsApp channel) |
| templateId | string | yes | Approved template ID |
| to | string | yes | Recipient phone number with country code |
No output schema declared.
No examples provided.
send_voice ~91
Send a voice message via TTS or pre-recorded audio URL
| Name | Type | Req | Description |
|---|---|---|---|
| audioUrl | string | — | URL of pre-recorded audio file — use either text or audioUrl |
| from | string | yes | Sender ID (Voice channel) |
| text | string | — | Text to be spoken (TTS) — use either text or audioUrl |
| to | string | yes | Recipient phone number with country code |
No output schema declared.
No examples provided.
send_whatsapp ~50
Send a WhatsApp message
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Sender ID (WhatsApp channel) |
| text | string | yes | Message text |
| to | string | yes | Recipient phone number with country code |
No output schema declared.
No examples provided.