MCP server exposing 9 tools for kraken.
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/kraken/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
server_time — Return the Kraken exchange server time as Unix timestamp and RFC 1123 string. Use to synchronize request timestamps.system_status — Return the current Kraken exchange operational status (online, cancel_only, post_only, limit_only, maintenance) and timestamp.assets — Kraken crypto exchange asset info: precision, status, alt-name, conversion factor for crypto assets (BTC, ETH, USDT, etc.) and fiat.asset_pairs — Kraken crypto exchange tradable pair info: base/quote, lot decimals, fee schedule, leverage limits, ordermin. Use as a directory before depth/ticker/ohlc calls.ticker — Kraken crypto exchange live ticker for a pair (e.g. "XBTUSD"). Returns bid/ask, last trade, 24h volume + VWAP, open price.ohlc — Kraken crypto exchange OHLC candles for a pair. Intervals 1, 5, 15, 30, 60, 240, 1440, 10080, 21600 minutes. Use for charting Kraken pairs.depth — Kraken crypto exchange order book — bids + asks for a crypto pair. Returns price/volume/timestamp per level. Use for live depth-of-book on Kraken-listed pairs.trades — Kraken crypto exchange recent trade tape for a pair. Returns price, volume, timestamp, buy/sell, market/limit. Use for tick-level execution analysis.spread — Kraken crypto exchange recent bid/ask spread history for a pair. Returns timestamped best-bid + best-ask. Use for liquidity studies.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/kraken/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io