Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codespar/mcp-zenvia

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-zenvia

MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@codespar/mcp-zenvia

MCP server for Zenvia — multichannel messaging (SMS, WhatsApp, RCS)

npm License: MIT

Quick Start

Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "zenvia": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-zenvia"],
      "env": {
        "ZENVIA_API_TOKEN": "your-token"
      }
    }
  }
}

Claude Code

claude mcp add zenvia -- npx @codespar/mcp-zenvia

Cursor / VS Code

Add to .cursor/mcp.json or .vscode/mcp.json:

{
  "servers": {
    "zenvia": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-zenvia"],
      "env": {
        "ZENVIA_API_TOKEN": "your-token"
      }
    }
  }
}

Tools (18)

ToolPurpose
send_smsSend an SMS message
send_whatsappSend a WhatsApp message
send_rcsSend an RCS (Rich Communication Services) message
send_emailSend a transactional email
send_voiceSend a voice message via TTS or pre-recorded audio URL
send_facebook_messageSend a Facebook Messenger message
get_message_statusGet message delivery status by ID
list_channelsList available messaging channels
create_subscriptionCreate a webhook subscription for message events
list_subscriptionsList all webhook subscriptions
delete_subscriptionDelete a webhook subscription by ID
list_contactsList contacts from the contact base
create_contactCreate a contact in the contact base
delete_contactDelete a contact by ID
send_templateSend a WhatsApp template message (pre-approved)
list_templatesList approved message templates (WhatsApp/SMS/RCS)
get_report_entriesGet message report entries within a date range
add_opt_outAdd a phone number to the opt-out list (suppresses future messages)

Authentication

Zenvia uses an API token passed via the X-API-TOKEN header.

Sandbox / Testing

Zenvia provides a sandbox via the dashboard for testing messages.

Get your credentials

  • Go to Zenvia
  • Create an account
  • Get your API token from the dashboard
  • Set the ZENVIA_API_TOKEN environment variable

Environment Variables

VariableRequiredDescription
ZENVIA_API_TOKENYesAPI token from Zenvia dashboard

Roadmap

v0.2 (planned)

  • create_contact_list — Create a contact list for campaigns
  • send_batch — Send batch messages to a contact list
  • get_report — Get message delivery reports
  • create_flow — Create a conversational flow
  • list_templates — List approved message templates

v0.3 (planned)

  • chatbot_integration — Integrate with Zenvia chatbot builder
  • analytics_dashboard — Get channel analytics and metrics

Want to contribute? Open a PR or request a tool.

Enterprise

Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.

License

MIT

Keywords

mcp

FAQs

Package last updated on 25 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts