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)

Capabilities

Features and capabilities supported by this server

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

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/koonn/ynab_mcp'

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