Back to Browse

Dev Latam MCP Server

by User
CommunicationUse Caution4.2Local
Free

MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries

About

MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries

Security Report

4.2
Use Caution4.2High Risk

This is a large monorepo of 109 MCP servers for Latin American commerce APIs. The codebase is well-structured with proper authentication patterns (API keys, OAuth2) and clear separation of concerns. However, several moderate concerns exist: sensitive environment variables (API keys, account IDs) are required but not validated at startup, there is minimal input validation on tool parameters, error messages may leak sensitive details, and the broad scope of permissions (network_http across dozens of providers) warrants caution. The code quality is good overall, but error handling could be more defensive. No malicious patterns detected. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 0 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Twilio Account SID (starts with AC...). Used as username for HTTP Basic auth.Optional

Environment variable: TWILIO_ACCOUNT_SID

Twilio Auth Token. Used as password for HTTP Basic auth.Required

Environment variable: TWILIO_AUTH_TOKEN

Optional default Messaging Service SID (starts with MG...) used for send_message when From is omitted.Optional

Environment variable: TWILIO_MESSAGING_SERVICE_SID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-codespar-mcp-twilio": {
      "env": {
        "TWILIO_AUTH_TOKEN": "your-twilio-auth-token-here",
        "TWILIO_ACCOUNT_SID": "your-twilio-account-sid-here",
        "TWILIO_MESSAGING_SERVICE_SID": "your-twilio-messaging-service-sid-here"
      },
      "args": [
        "-y",
        "mcp-dev-latam"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!