Back to Browse

Dev Latam MCP Server

by User
FinanceUse Caution4.2Local
Free

MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key

About

MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key

Security Report

4.2
Use Caution4.2High Risk

MCP Dev LATAM is a large, well-organized monorepo of 109 MCP servers for Latin American commerce APIs and agentic payment protocols. The codebase demonstrates solid engineering practices with proper authentication patterns, no malicious code detected, and appropriate permission scoping for a finance/commerce category server. Minor concerns around environment variable handling and some alpha-stage code paths do not significantly impact the overall security posture for a production-ready catalog. 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.

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:

CDP key id of the form organizations/<org>/apiKeys/<id>. Mint at https://portal.cdp.coinbase.com.Optional

Environment variable: COINBASE_CDP_KEY_NAME

PEM-encoded ECDSA P-256 private key downloaded once at mint time from https://portal.cdp.coinbase.com. Pass the full PEM including BEGIN/END lines.Required

Environment variable: COINBASE_CDP_PRIVATE_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-codespar-mcp-coinbase-cdp": {
      "env": {
        "COINBASE_CDP_KEY_NAME": "your-coinbase-cdp-key-name-here",
        "COINBASE_CDP_PRIVATE_KEY": "your-coinbase-cdp-private-key-here"
      },
      "args": [
        "-y",
        "mcp-dev-latam"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!