Skip to main content
Glama
Orlando-Villanueva

YNAB Budget MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YNAB_ACCESS_TOKENYesYour YNAB Personal Access Token from YNAB developer settings.
YNAB_ENABLE_WRITESNoSet to 'true' to enable the experimental write workflow. Leave unset for read-only mode.false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ynab_list_plansA

List the YNAB plans available to the configured token.

ynab_get_budget_snapshotA

Get a high-level snapshot of a YNAB plan for a given month, including month details, account totals, and category highlights.

ynab_list_accountsB

List accounts for a YNAB plan.

ynab_list_categoriesA

List category groups and categories for a YNAB plan, with optional month context.

ynab_list_transactionsA

List transactions for a YNAB plan with optional date, month, account, category, payee, and limit filters.

ynab_get_month_categoryB

Get one exact category for one exact YNAB plan month.

ynab_list_scheduled_transactionsA

List and project scheduled YNAB transaction occurrences through a bounded date horizon.

ynab_list_payeesA

List payees for a YNAB plan.

ynab_preview_assignmentsA

Freshly validate exact category assignment deltas and create a short-lived preview token without changing YNAB.

ynab_apply_assignment_previewA

Apply a short-lived assignment preview token only after the user explicitly approves the exact preview.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct resource or action: plans, budget snapshots, accounts, categories, transactions, scheduled transactions, payees, and assignment preview/apply. Even the category-related tools are clearly separated by scope (list vs single snapshot vs exact month detail).

Naming Consistency5/5

All tools follow a consistent ynab_verb_noun pattern, e.g., ynab_list_transactions, ynab_get_month_category, ynab_preview_assignments. The minor variation between 'preview_assignments' and 'apply_assignment_preview' still fits the verb_noun structure with compound nouns.

Tool Count5/5

10 tools is well within the ideal range for a domain-specific MCP server. Each tool covers a meaningful atomic operation without unnecessary bloat, making the surface easy to navigate.

Completeness3/5

The read surface is strong, covering plans, accounts, categories, transactions, scheduled transactions, and payees, plus a write path for assignment preview/apply. However, there are notable gaps: no create/update/delete for transactions or accounts, and no way to modify categories other than via assignments. Agents needing full budget management would encounter dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues