
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@codespar/mcp-zenvia
Advanced tools
MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports
MCP server for Zenvia — multichannel messaging (SMS, WhatsApp, RCS)
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"zenvia": {
"command": "npx",
"args": ["-y", "@codespar/mcp-zenvia"],
"env": {
"ZENVIA_API_TOKEN": "your-token"
}
}
}
}
claude mcp add zenvia -- npx @codespar/mcp-zenvia
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"zenvia": {
"command": "npx",
"args": ["-y", "@codespar/mcp-zenvia"],
"env": {
"ZENVIA_API_TOKEN": "your-token"
}
}
}
}
| Tool | Purpose |
|---|---|
send_sms | Send an SMS message |
send_whatsapp | Send a WhatsApp message |
send_rcs | Send an RCS (Rich Communication Services) message |
send_email | Send a transactional email |
send_voice | Send a voice message via TTS or pre-recorded audio URL |
send_facebook_message | Send a Facebook Messenger message |
get_message_status | Get message delivery status by ID |
list_channels | List available messaging channels |
create_subscription | Create a webhook subscription for message events |
list_subscriptions | List all webhook subscriptions |
delete_subscription | Delete a webhook subscription by ID |
list_contacts | List contacts from the contact base |
create_contact | Create a contact in the contact base |
delete_contact | Delete a contact by ID |
send_template | Send a WhatsApp template message (pre-approved) |
list_templates | List approved message templates (WhatsApp/SMS/RCS) |
get_report_entries | Get message report entries within a date range |
add_opt_out | Add a phone number to the opt-out list (suppresses future messages) |
Zenvia uses an API token passed via the X-API-TOKEN header.
Zenvia provides a sandbox via the dashboard for testing messages.
ZENVIA_API_TOKEN environment variable| Variable | Required | Description |
|---|---|---|
ZENVIA_API_TOKEN | Yes | API token from Zenvia dashboard |
create_contact_list — Create a contact list for campaignssend_batch — Send batch messages to a contact listget_report — Get message delivery reportscreate_flow — Create a conversational flowlist_templates — List approved message templateschatbot_integration — Integrate with Zenvia chatbot builderanalytics_dashboard — Get channel analytics and metricsWant to contribute? Open a PR or request a tool.
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.
MIT
FAQs
MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports
We found that @codespar/mcp-zenvia demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.