Coinbase MCP Server

73 tools. 11 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

11 can modify or destroy data
62 read-only
73 tools total

Community server · catalogue entry verified 29/06/2026

How to control Coinbase MCP Server ↓

What Coinbase MCP Server exposes to your agents

Read (62) Write / Execute (9) Destructive / Financial (2)
Critical Risk

The most dangerous Coinbase MCP Server tools

11 of Coinbase MCP Server's 73 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Coinbase MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Coinbase MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "cancel_orders": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "close_position": {
    "limits": [
      {
        "counter": "close_position_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_technical_indicators": {
    "limits": [
      {
        "counter": "analyze_technical_indicators_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Coinbase MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON COINBASE →

Instant setup, no code required.

All 73 Coinbase MCP Server tools

READ 62 tools
Read analyze_technical_indicators Analyze technical indicators for a cryptocurrency product. Read analyze_technical_indicators_batch Analyze technical indicators for multiple cryptocurrency products in parallel. Read calculate_adx Calculate ADX from candle data. Read calculate_atr Calculate ATR from candle data. Read calculate_bollinger_bands Calculate Bollinger Bands from candle data. Read calculate_cci Calculate CCI from candle data. Read calculate_ema Calculate Exponential Moving Average (EMA) from candle data. Read calculate_fibonacci_retracement Calculate Fibonacci Retracement levels from swing high/low prices. Read calculate_ichimoku_cloud Calculate Ichimoku Cloud (Ichimoku Kinko Hyo) from candle data. Read calculate_keltner_channels Calculate Keltner Channels from candle data. Read calculate_macd Calculate Moving Average Convergence Divergence (MACD) from candle data. Read calculate_mfi Calculate MFI (Money Flow Index) from candle data. Read calculate_obv Calculate OBV from candle data. Read calculate_pivot_points Calculate Pivot Points from previous period OHLC data. Read calculate_psar Calculate Parabolic SAR from candle data. Read calculate_roc Calculate ROC (Rate of Change) from candle data. Read calculate_rsi Calculate Relative Strength Index (RSI) from candle data. Read calculate_sma Calculate Simple Moving Average (SMA) from candle data. Read calculate_stochastic Calculate Stochastic oscillator from candle data. Read calculate_volume_profile Calculate Volume Profile from candle data. Read calculate_vwap Calculate VWAP from candle data. Read calculate_williams_r Calculate Williams %R from candle data. Read detect_candlestick_patterns Detect candlestick patterns from candle data. Read detect_chart_patterns Detect chart patterns in price data. Read detect_rsi_divergence Detect RSI divergences in price data. Read detect_swing_points Detect swing highs and swing lows using Williams Fractal method. Read get_account Get details of a specific account by UUID Read get_api_key_permissions Get permissions for the current API key Read get_best_bid_ask Get the best bid and ask prices for one or more products Read get_convert_trade Get details of a specific conversion trade Read get_futures_balance_summary Get futures balance summary Read get_futures_position Get a specific futures position Read get_market_snapshot Get comprehensive market snapshot for one or more trading pairs. Read get_market_trades Get recent trades for a product Read get_news_sentiment Fetch recent news articles for a trading pair and analyze their sentiment. Read get_order Get details of a specific order by order ID Read get_payment_method Get details of a specific payment method Read get_perpetuals_portfolio_balance Get perpetuals portfolio balance Read get_perpetuals_portfolio_summary Get perpetuals portfolio summary Read get_perpetuals_position Get a specific perpetuals position Read get_portfolio Get details of a specific portfolio Read get_product Get details of a specific product Read get_product_book Get the order book for a product Read get_product_candles Get historic rates (candles) for a product. Use get_product_candles_batch for multiple products. Read get_product_candles_batch Get historic candle data for multiple trading pairs in a single call. Read get_public_market_trades Get public market trades (no auth required) Read get_public_product Get public product information (no auth required) Read get_public_product_book Get public order book (no auth required) Read get_public_product_candles Get public candle data (no auth required) Read get_server_time Get the current server timestamp from Coinbase Read get_transaction_summary Get a summary of transactions with fee tiers Read list_accounts Get a list of all accounts with their balances Read list_fills Get a list of fills (executed trades) for orders Read list_futures_positions Get all futures positions Read list_futures_sweeps Get all futures sweeps Read list_orders Get a list of all historical orders Read list_payment_methods Get a list of available payment methods Read list_perpetuals_positions Get all perpetuals positions Read list_portfolios Get a list of all portfolios Read list_products Get a list of all tradable products Read list_public_products List all public products (no auth required) Read preview_order Preview the result of creating an order before committing

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Coinbase MCP Server

Can an AI agent delete data through the Coinbase MCP Server MCP server? +

Yes. The Coinbase MCP Server server exposes 2 destructive tools including cancel_orders, delete_portfolio. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Coinbase MCP Server? +

The Coinbase MCP Server server has 9 write tools including close_position, commit_convert_trade, create_convert_quote. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Coinbase MCP Server.

How many tools does the Coinbase MCP Server MCP server expose? +

73 tools across 3 categories: Destructive, Read, Write. 62 are read-only. 11 can modify, create, or delete data.

How do I enforce a policy on Coinbase MCP Server? +

Register the Coinbase MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Coinbase MCP Server tool call.

Deterministic rules across all 73 Coinbase MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

73 Coinbase MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.