Back to Browse

Dev Latam MCP Server

by User
CommunicationUse Caution4.2Local
Free

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

About

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

Security Report

4.2
Use Caution4.2High Risk

This is a large monorepo containing 109 MCP servers for Latin American commerce integrations. The analyzed Sift fraud-detection server itself is well-structured with proper authentication (API key via env vars, Basic auth for API calls) and no malicious patterns. However, the repository's scale, mixed stability levels (alpha vs. stable), and reliance on external provider APIs introduce moderate operational risk. The Sift server specifically has appropriate permission scoping (network_http, env_vars only) and clean code quality, but the broader catalog context—with 40+ payment servers, contract-gated providers, and minimal per-package security documentation—suggests users should audit individual servers before deployment. 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 · 8 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:

Meta system-user access token (permanent). Used as Bearer token for Graph API.Required

Environment variable: WHATSAPP_ACCESS_TOKEN

WhatsApp Business phone number ID registered with Meta.Optional

Environment variable: WHATSAPP_PHONE_NUMBER_ID

WhatsApp Business Account (WABA) ID. Used for template management.Optional

Environment variable: WHATSAPP_BUSINESS_ACCOUNT_ID

Graph API version. Defaults to v21.0. Meta bumps quarterly.Optional

Environment variable: WHATSAPP_GRAPH_VERSION

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-codespar-mcp-whatsapp-cloud": {
      "env": {
        "WHATSAPP_ACCESS_TOKEN": "your-whatsapp-access-token-here",
        "WHATSAPP_GRAPH_VERSION": "your-whatsapp-graph-version-here",
        "WHATSAPP_PHONE_NUMBER_ID": "your-whatsapp-phone-number-id-here",
        "WHATSAPP_BUSINESS_ACCOUNT_ID": "your-whatsapp-business-account-id-here"
      },
      "args": [
        "-y",
        "mcp-dev-latam"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!