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.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. OptionalcardIssuerUserId,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).
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 for the full field
and parameter tables.