> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lootrush.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> What's new in the LootRush API and MCP server

<Update label="2026-07-23" description="MCP card tools + card balance">
  ## New card tools on the MCP server

  Three new read-only tools give your AI assistant a full view of your card
  balance and its history — the data the LootRush app shows, now available over
  [MCP](/mcp-server).

  * **`getUserCardBalanceMovements`** — your card balance (collateral) ledger.
    Each entry carries its **running balance** and previous balance — the
    statement-style running total that card transactions don't include. Results
    are grouped per card issuer so each running-balance series stays coherent.
    Optional `cardIssuerUserId`, `page`/`pageSize`, `startDate`/`endDate`.
  * **`getUserCardSummary`** — a point-in-time snapshot of your cards: per-card
    balance, status, and limits as of any instant (`asOf`, defaults to now).
  * **`getUserCardBalanceAutomation`** — your spending-limit **auto-refill**
    history: each automatic balance top-up (amount, status, retries, on-chain tx
    hash, and when it ran).

  All three are read-only and scoped to your own account.

  ## Card balance now in `getAccountBalance` and `getUserCards`

  Both tools now return a normalized **`cardBalance`** block —
  `{ total, pendingDeposit, pendingWithdraw }` — the card collateral shared
  across your cards. In `getAccountBalance` it is reported as its **own bucket**
  and is **not** added into `totalUsdValue` (which stays crypto + tokenized +
  available wallet stablecoins).

  The `getAccountBalance` reference now also covers the `availableStableUsdValue`
  and `stableCoins` fields (your live on-chain wallet stablecoins), and
  `getUserCards` returns the raw `balances` payload alongside `cardBalance` when
  you need the licensed / non-licensed split.

  See the [MCP Server reference](/mcp-server#available-tools) for the full field
  and parameter tables.
</Update>
