You're viewing a demo portfolio

Join the waitlist
PRSM

trades

Active

Tool of Kraken

declared in 0.1.0

Kraken crypto exchange recent trade tape for a pair. Returns price, volume, timestamp, buy/sell, market/limit. Use for tick-level execution analysis.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "pair": "XBTUSDT"
    },
    {
      "pair": "ETHUSDT",
      "count": 50,
      "since": 1234567890
    }
  ],
  "required": [
    "pair"
  ],
  "properties": {
    "pair": {
      "type": "string"
    },
    "count": {
      "type": "number"
    },
    "since": {
      "type": "number"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Kraken

https://github.com/pipeworx-io/mcp-kraken

1/7 registries
View full server →
trades — Kraken — PRSM MCP