Skip to main content
Glama
zacacollier

Kraken Pro MCP

by zacacollier

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_system_statusA

Check if Kraken API is online and operational

get_tickerB

Get real-time ticker data for a trading pair (default: BTC/USD)

get_asset_infoB

List all available assets on Kraken with their details

get_tradable_pairsB

Get all tradable asset pairs on Kraken with fees, leverage, and limits

get_ohlc_dataC

Get OHLC/candlestick data for a trading pair (price history)

get_order_bookB

Get order book (depth) for a trading pair showing bids and asks

get_recent_tradesC

Get recent trades for a trading pair

get_recent_spreadsC

Get recent bid-ask spreads for a trading pair

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct data type or endpoint (assets, pairs, OHLC, order book, trades, spreads, ticker, system status) with no overlapping purposes. An agent can easily select the correct tool for a given market data need.

Naming Consistency5/5

All tools follow a consistent get_<noun> pattern in snake_case (e.g., get_asset_info, get_order_book, get_recent_trades). The naming is predictable and uniform throughout.

Tool Count5/5

Eight tools is well-scoped for a market data API, covering the essential public endpoints without redundancy. Each tool earns its place and the set is not bloated.

Completeness3/5

The tool set comprehensively covers market data and system status, but for a server named 'Kraken Pro' it lacks any trading or account operations (e.g., place order, cancel order, get balances, list open orders). These are notable missing operations that would limit an agent's ability to interact with the platform.