Back to Browse

Dev Latam MCP Server

by User
Developer ToolsUse Caution4.2Local
Free

MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries

About

MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries

Security Report

4.2
Use Caution4.2High Risk

MCP Dev LATAM is a large, well-structured monorepo providing 109 MCP servers for Latin American commerce APIs. The codebase shows solid engineering practices with proper authentication patterns (API keys, OAuth2), reasonable permission scoping aligned with the commerce category, and no evidence of malicious code or data exfiltration. Minor issues include verbose error messages that could expose API details and some alpha-tier servers with endpoint paths marked as best-guesses pending verification, but these do not constitute security vulnerabilities. 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 · 7 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.

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

network_https

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:

dLocal API Login (X-Login header)Optional

Environment variable: DLOCAL_LOGIN

dLocal API Trans-Key (X-Trans-Key header)Required

Environment variable: DLOCAL_TRANS_KEY

dLocal API Secret Key used to sign V2 HMAC-SHA256 requestsRequired

Environment variable: DLOCAL_SECRET_KEY

dLocal API base URL. Defaults to https://api.dlocal.com (prod). Use https://sandbox.dlocal.com for sandbox.Optional

Environment variable: DLOCAL_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-codespar-mcp-dlocal": {
      "env": {
        "DLOCAL_LOGIN": "your-dlocal-login-here",
        "DLOCAL_BASE_URL": "your-dlocal-base-url-here",
        "DLOCAL_TRANS_KEY": "your-dlocal-trans-key-here",
        "DLOCAL_SECRET_KEY": "your-dlocal-secret-key-here"
      },
      "args": [
        "-y",
        "mcp-dev-latam"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!