Connects to Coinbase Exchange's public API and exposes two core tools: fetching recent trades for any product and pulling OHLC candle data for charting. Part of the Pipeworx gateway ecosystem, which means you can either use it standalone or access it alongside 673+ other data sources through a single gateway endpoint. Supports a natural language query interface via ask_pipeworx if you'd rather describe what you need than call tools directly. Useful when you're building trading analysis workflows, need live crypto price data in your agent, or want to compare market activity across different trading pairs without managing API keys or rate limits yourself.
Coinbase Exchange public MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
product_trades | Recent trades. |
product_candles | OHLC candles. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"coinbase-exchange": {
"url": "https://gateway.pipeworx.io/coinbase-exchange/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Coinbase Exchange data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp