Skip to main content
Glama
a1athrop

YNAB MCP Server

by a1athrop

create_transactions_bulk

Add multiple YNAB transactions simultaneously using JSON data to streamline budget updates and reduce manual entry time.

Instructions

Create multiple transactions at once from a JSON string.

The JSON should contain a "transactions" array where each item has: account_id (required), date (required), amount (required in milliunits), and optionally: payee_name, payee_id, category_id, memo, cleared, approved, flag_color, subtransactions (array of {amount, category_id, memo, payee_id, payee_name}).

Args: transactions_json: JSON string with a "transactions" array. budget_id: Budget ID (uses default if omitted).

Returns: Summary of created and duplicate transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transactions_jsonYes
budget_idNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/a1athrop/ynab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server