Skip to main content
Glama
koonn

ynab-mcp

by koonn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YNAB_API_TOKENYesYNAB Personal Access Token (required)
YNAB_MCP_CACHE_TTLNoProcess-level cache TTL in seconds (optional)300
YNAB_MCP_WEEK_STARTNoWeek start day (0=Monday, optional)0
YNAB_DEFAULT_BUDGET_IDNoDefault budget ID if multiple budgets (optional)

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_budgetsA

YNABのBudget一覧を返す。

get_categoriesC

カテゴリグループとカテゴリ、当月のbudgeted/activity/balanceを返す。

list_transactionsC

取引明細を返す(深掘り用の生データ)。日付は YYYY-MM-DD 形式。

get_period_summaryB

期間(daily/weekly/monthly)の支出実績と、月次予算からの按分ペース指標を返す。

ペース指標はYNABに存在しない週次/日次予算の代わりの参考値。

Prompts

Interactive templates invoked by user choice

NameDescription
daily_review今日の支出を振り返るための定型プロンプト。
weekly_review今週の支出を振り返るための定型プロンプト。
monthly_review今月の支出を振り返るための定型プロンプト。

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct aspect: categories, period summaries, budgets list, and transactions. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern: get_categories, get_period_summary, list_budgets, list_transactions. The verbs 'get' and 'list' are semantically appropriate and consistent with each other.

Tool Count3/5

With only 4 tools, the server feels thin for the domain of personal budgeting, which typically requires CRUD operations and more read views (accounts, payees, etc.). However, it's not critically underpowered, just minimal.

Completeness2/5

The server is entirely read-only, missing essential mutation tools (create/update/delete for budgets, categories, transactions). Even among reads, there are no tools for accounts, payees, or detailed budget month data beyond categories. This will leave agents unable to perform many common YNAB tasks.

Maintenance

ActivityStale
ResponsivenessNo issues