---
title: "Splits changelog: CLI and MCP server improvements, and batch transactions"
date: "2026-04-28"
canonical: "https://splits.org/changelog/cli-improvements-and-batch-transactions/"
---

# Splits changelog: CLI and MCP server improvements, and batch transactions

## Create & execute transactions from the CLI and MCP server

[Earlier this month we released the Splits CLI and MCP server.](https://splits.org/changelog/cli-mcp-email-recovery) This week we expanded what you and your agents can do without leaving the terminal.

-   **Subaccount management.** Create, rename, archive, and unarchive subaccounts.
-   **Propose & execute transactions.** Carefully scoped permissions mean transactions can be signed and sent automatically with a local key, or queued for review by a human.
-   **Improved transaction queries.** Filter by dollar amount, date range, or memo search.

To install or update, run `npm install -g @splits/splits-cli@latest`.

## Batch transactions

You can now combine multiple operations into a single onchain transaction. Hit "Add to batch" in the review dialog to queue operations, then sign them all at once when you're ready.

![](https://storage.ghost.io/c/ec/10/ec1004a4-54fe-4879-9efd-9a3fe755a821/content/images/2026/04/CleanShot-2026-04-27-at-15.37.40-1.png)

## Other updates

-   Moved [Automations](https://splits.org/changelog/automations-and-solana-sends/) out of beta
-   Added pre-filled memos for internal transfers and auto-earn deposits
-   Added quantity display for ERC-1155 NFTs
-   Improved performance of Accounting CSV exports
-   Improved refund handling for cross-network swaps
-   Fixed 16 bugs and 35 stability/polish issues
