MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat
MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat
This is a well-structured MCP server catalog for Latin American commerce services. The codebase demonstrates good security practices with proper authentication handling via environment variables, no hardcoded credentials, and appropriate use of HTTP Basic auth and API key injection patterns. The analyzed Sift fraud detection server (the only source file provided) shows clean code with proper error handling and no malicious patterns. Permissions are appropriate for the stated purpose of accessing third-party payment, banking, and commerce APIs. Minor code quality observations do not materially affect 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 · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: COINBASE_COMMERCE_API_KEY
Environment variable: COINBASE_COMMERCE_API_VERSION
Environment variable: COINBASE_COMMERCE_WEBHOOK_SECRET
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"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption