Back to Browse

Dev Latam MCP Server

by User
FinanceUse Caution4.2Local
Free

MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat

About

MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat

Security Report

4.2
Use Caution4.2High Risk

This is a monorepo for 109 MCP servers spanning Latin American commerce APIs (payments, banking, fiscal, logistics, ERP, identity, fraud, crypto). The code is well-structured with proper API key authentication via environment variables and appropriate permission scoping for a finance category server. One low-severity finding regarding environment variable handling in example code and minor code-quality observations do not significantly impact the security posture. 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 · 6 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.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

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:

Coinbase Commerce API key. Create one at https://beta.commerce.coinbase.com/settings/security.Required

Environment variable: COINBASE_COMMERCE_API_KEY

Coinbase Commerce API version pin (X-CC-Version header). Defaults to 2018-03-22.Optional

Environment variable: COINBASE_COMMERCE_API_VERSION

Shared secret used to verify X-CC-Webhook-Signature on incoming webhooks. Only required for the verify_webhook_signature tool.Required

Environment variable: COINBASE_COMMERCE_WEBHOOK_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-codespar-mcp-coinbase-commerce": {
      "env": {
        "COINBASE_COMMERCE_API_KEY": "your-coinbase-commerce-api-key-here",
        "COINBASE_COMMERCE_API_VERSION": "your-coinbase-commerce-api-version-here",
        "COINBASE_COMMERCE_WEBHOOK_SECRET": "your-coinbase-commerce-webhook-secret-here"
      },
      "args": [
        "-y",
        "mcp-dev-latam"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Dev Latam MCP Server - MCP server for Coinbase Commerce — crypto merchant payments | MCP Marketplace