Mcp Kraken

54 tools. 17 can modify or destroy data without limits.

13 destructive tools with no built-in limits. Policy required.

Last updated:

17 can modify or destroy data
37 read-only
54 tools total

Community server · catalogue entry verified 30/06/2026

How to control Mcp Kraken ↓

What Mcp Kraken exposes to your agents

Read (37) Write / Execute (4) Destructive / Financial (13)
Critical Risk

The most dangerous Mcp Kraken tools

17 of Mcp Kraken's 54 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Mcp Kraken

PolicyLayer is an MCP gateway — it sits between your AI agents and Mcp Kraken, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "account_transfer": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "cancel_all_orders": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "amend_order": {
    "limits": [
      {
        "counter": "amend_order_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_account_balance": {
    "limits": [
      {
        "counter": "get_account_balance_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Mcp Kraken — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCP KRAKEN →

Instant setup, no code required.

All 54 Mcp Kraken tools

READ 37 tools
Read get_account_balance Return the spot wallet balance per asset. Read get_api_key_info Return metadata about the API key currently in use, including Read get_asset_pairs Return tradable pair metadata. Read get_assets Return info about one or more assets. Read get_closed_orders get_closed_orders Read get_credit_lines Return any available credit facilities on the account. Read get_deposit_addresses get_deposit_addresses Read get_deposit_methods List available deposit methods for an asset. Read get_deposit_status Return status of recent deposits. Read get_earn_allocation_status Track the progress of a pending allocation. Read get_earn_deallocation_status Track the progress of a pending deallocation. Read get_export_status List the current status of every export of type report. Read get_extended_balance Return balance with hold/available breakdowns per asset. Read get_ledgers get_ledgers Read get_ohlc Return OHLC candles. Read get_open_orders List currently open orders. Read get_open_positions List open margin positions. Read get_order_book Return an order-book snapshot. Read get_recent_spreads Return recent bid/ask spread snapshots. Read get_recent_trades Return recent trades for a pair. Read get_server_time Return Kraken's current server time (unix and RFC1123). Read get_system_status Return the current trading-engine status (online, maintenance, Read get_ticker Return ticker data (ask, bid, last, vol, etc.) for the given pairs. Read get_trade_balance Return trade balance summary (equity, margin, free margin) in asset. Read get_trade_history get_trade_history Read get_trade_volume Return 30-day volume and current fee tier for the requested pairs. Read get_websockets_token Issue a token for use with the private WebSocket API. Read get_withdrawal_addresses List whitelisted withdrawal addresses. Read get_withdrawal_info Preview withdrawal cost (fee, limits). Read get_withdrawal_methods List available withdrawal methods. Read get_withdrawal_status Return status of recent withdrawals. Read list_earn_allocations List current allocations across earn strategies. Read list_earn_strategies Browse available earn strategies. Read query_ledgers Look up specific ledger entries by id. Read query_orders Look up specific orders by transaction id (up to 50). Read query_trades Look up specific trades by id (up to 20). Read retrieve_export Retrieve the binary content of a completed export by id.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Mcp Kraken

Can an AI agent move money through the Mcp Kraken MCP server? +

Yes. The Mcp Kraken server exposes 7 financial tools including account_transfer, add_order, add_order_batch. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Mcp Kraken MCP server? +

Yes. The Mcp Kraken server exposes 6 destructive tools including cancel_all_orders, cancel_all_orders_after, cancel_order. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Mcp Kraken? +

The Mcp Kraken server has 4 write tools including amend_order, create_subaccount, edit_order. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Mcp Kraken.

How many tools does the Mcp Kraken MCP server expose? +

54 tools across 4 categories: Destructive, Financial, Read, Write. 37 are read-only. 17 can modify, create, or delete data.

How do I enforce a policy on Mcp Kraken? +

Register the Mcp Kraken MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Mcp Kraken tool call.

Deterministic rules across all 54 Mcp Kraken tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

54 Mcp Kraken tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.