Connects Claude to Kraken's public market data API without requiring authentication. You get access to real-time and historical cryptocurrency data including server time, system status, asset info, trading pairs, ticker prices, OHLC candles, order book depth, and recent trades. Part of the Pipeworx gateway, which means you can either connect to just Kraken or tap into their full network of 250+ data sources through a single endpoint. Includes an ask_pipeworx tool that lets you query market data in plain English instead of calling specific API methods. Useful when you need crypto market intelligence in your Claude workflows without managing API keys or rate limits.
Kraken MCP (public endpoints).
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"kraken": {
"url": "https://gateway.pipeworx.io/kraken/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 Kraken data" })
The gateway picks the right tool and fills the arguments automatically.
MIT