MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key
MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key
MCP Dev LATAM is a large, well-structured monorepo of 109 finance/commerce MCP servers for Latin American providers. The codebase demonstrates good architectural patterns and proper authentication handling for a finance category server. However, several moderate concerns emerge: (1) The analyzed Sift fraud server (`packages/fraud/sift/src/index.ts`) ships as alpha with unverified endpoint paths acknowledged in comments, creating potential for API contract mismatches; (2) alpha packages across the repo are contract-gated and unverified, increasing deployment risk; (3) some potential for sensitive data logging in error paths; (4) basic HTTP error handling without detailed sanitization. Permissions are appropriate for the finance category (network_http, env_vars for credentials). The server itself has no malicious patterns or exfiltration, but the alpha status and reliance on unverified endpoints warrant caution in production use. 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 · 10 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_CDP_KEY_NAME
Environment variable: COINBASE_CDP_PRIVATE_KEY
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"
}
}
}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