Ynab Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ynab Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for YNAB (You Need A Budget) that allows Claude to interact with your budgets.
| Tool | Description |
|---|---|
list_budgets | List all budgets available to your YNAB account |
list_accounts | List all accounts within a specific budget |
get_transactions | Fetch transactions for an account with optional date filtering |
get_spending_by_category | Get aggregated spending totals by category |
get_categories | Get budget categories with allocated amounts, activity, and remaining balance |
get_category_transactions | Get transactions for a specific category |
bun installEdit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the YNAB MCP server:
{
"mcpServers": {
"ynab": {
"command": "bun",
"args": ["/path/to/ynab-mcp/index.ts"],
"env": {
"YNAB_ACCESS_TOKEN": "your-personal-access-token-here"
}
}
}
}After saving the config, restart Claude Desktop to load the MCP server.
Once configured, you can ask Claude things like:
Run the server directly for testing:
YNAB_ACCESS_TOKEN=your-token bun index.ts~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.