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.

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

+45 this week 69 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 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
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
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 · @codespar/mcp-zenvia

# add to Claude Code
claude mcp add codespar-mcp-zenvia -- npx -y @codespar/mcp-zenvia
# add to Codex CLI
codex mcp add codespar-mcp-zenvia -- npx -y @codespar/mcp-zenvia
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-zenvia": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-zenvia"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-zenvia --command npx --arg -y --arg @codespar/mcp-zenvia
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-zenvia:
    command: "npx"
    args: ["-y", "@codespar/mcp-zenvia"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-zenvia": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-zenvia"
      ]
    }
  }
}
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.

  • 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.

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 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.

MCP tools — 18 exposed · ~862 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
add_opt_out ~66

Add a phone number to the opt-out list (suppresses future messages)

NameTypeReqDescription
channelstringyesChannel for the opt-out
fromstringyesSender ID the opt-out applies to
phonestringyesPhone number to opt out (with country code)

No output schema declared.

No examples provided.

create_contact ~63

Create a contact in the contact base

NameTypeReqDescription
emailstringEmail address
groupIdstringOptional group ID to add the contact to
namestringyesContact full name
phonestringPhone number with country code

No output schema declared.

No examples provided.

create_subscription ~50

Create a webhook subscription for message events

NameTypeReqDescription
channelstringyesChannel to subscribe to
eventTypestringyesEvent type
urlstringyesWebhook URL to receive events

No output schema declared.

No examples provided.

delete_contact ~23

Delete a contact by ID

NameTypeReqDescription
idstringyesContact ID

No output schema declared.

No examples provided.

delete_subscription ~24

Delete a webhook subscription by ID

NameTypeReqDescription
idstringyesSubscription ID

No output schema declared.

No examples provided.

get_message_status ~25

Get message delivery status by ID

NameTypeReqDescription
idstringyesMessage ID

No output schema declared.

No examples provided.

get_report_entries ~79

Get message report entries within a date range

NameTypeReqDescription
channelstringyesChannel to report on
endDatestringyesISO 8601 end date (e.g. 2026-04-24)
startDatestringyesISO 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

NameTypeReqDescription
pagenumberPage number
sizenumberPage 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)

NameTypeReqDescription
channelstringFilter templates by channel

No output schema declared.

No examples provided.

send_email ~69

Send a transactional email

NameTypeReqDescription
fromstringyesSender email address (verified domain)
htmlstringHTML body of the email
subjectstringyesEmail subject
textstringPlain text body (fallback)
tostringyesRecipient email address

No output schema declared.

No examples provided.

send_facebook_message ~53

Send a Facebook Messenger message

NameTypeReqDescription
fromstringyesSender ID (Facebook page)
textstringyesMessage text
tostringyesRecipient PSID (page-scoped user ID)

No output schema declared.

No examples provided.

send_rcs ~55

Send an RCS (Rich Communication Services) message

NameTypeReqDescription
fromstringyesSender ID (RCS channel)
textstringyesMessage text
tostringyesRecipient phone number with country code

No output schema declared.

No examples provided.

send_sms ~54

Send an SMS message

NameTypeReqDescription
fromstringyesSender ID
textstringyesMessage text
tostringyesRecipient 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)

NameTypeReqDescription
fieldsobjectTemplate variable values (key-value map)
fromstringyesSender ID (WhatsApp channel)
templateIdstringyesApproved template ID
tostringyesRecipient 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

NameTypeReqDescription
audioUrlstringURL of pre-recorded audio file — use either text or audioUrl
fromstringyesSender ID (Voice channel)
textstringText to be spoken (TTS) — use either text or audioUrl
tostringyesRecipient phone number with country code

No output schema declared.

No examples provided.

send_whatsapp ~50

Send a WhatsApp message

NameTypeReqDescription
fromstringyesSender ID (WhatsApp channel)
textstringyesMessage text
tostringyesRecipient phone number with country code

No output schema declared.

No examples provided.