Back to Home
visusnet icon

coinbase-mcp-server

Verified Safe

by visusnet

Overview

Provides a Model Context Protocol (MCP) server that interfaces with the Coinbase Advanced Trading API, enabling AI assistants like Claude to perform autonomous crypto trading.

Installation

Run Command
npx coinbase-mcp-server

Environment Variables

  • COINBASE_API_KEY_NAME
  • COINBASE_PRIVATE_KEY
  • PORT

Security Notes

The server's primary function is real-money cryptocurrency trading, which inherently carries financial risk, explicitly warned about in the README. It requires sensitive Coinbase API credentials (API Key Name and Private Key) which are loaded from environment variables and explicitly excluded from version control (.env). Input validation is performed using 'zod' schemas, reducing the risk of malformed requests. No direct 'eval' or other obvious code vulnerabilities are present. The main security concerns are operational: potential for financial loss due to trading decisions or misconfiguration, which the project mitigates through features like 'dry-run' mode and strong warnings about risk.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

CoinbaseCrypto TradingAutonomous AgentMCPAI Assistant