MCP server exposing 10 tools for coinbase-exchange.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/coinbase-exchange/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
products — Coinbase Exchange — list all available trading pairs (products) with base/quote currency, min order size, status, and trading rules.product — Single product.product_book — Coinbase Exchange (US-regulated crypto venue) live order book — bids + asks for a crypto pair like "BTC-USD". Levels 1-3 control depth. Use for spread analysis, liquidity assessment, market making.product_ticker — Coinbase Exchange (US-regulated crypto venue) — best bid/ask, last trade price, and volume for a crypto pair. Use for current pricing on a Coinbase-listed pair.product_trades — Coinbase Exchange — recent trade tape for a crypto pair (e.g. 'BTC-USD'): trade ID, price, size, side, and timestamp. Supports limit and before/after cursor pagination.product_candles — Coinbase Exchange OHLC candles for a crypto pair. Granularity 1m, 5m, 15m, 1h, 6h, 1d. Use for charting and backtesting on Coinbase-listed pairs.product_stats — Coinbase Exchange 24-hour rolling stats for a crypto pair: open, high, low, last, volume, 30-day volume. Use for daily summary.currencies — List currencies.currency — Single currency.time — Server time.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/coinbase-exchange/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io