io.github.dizzlkheinz/ynab-mcpb✓
io.github.dizzlkheinz/ynab-mcpb · v0.26.9
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dizzlkheinz/ynab-mcpb",
"description": "MCP server for YNAB (You Need A Budget) — budgets, accounts, transactions, categories",
"repository": {
"url": "https://github.com/dizzlkheinz/ynab-mcpb",
"source": "github"
},
"version": "0.26.9",
"packages": [
{
"registryType": "npm",
"identifier": "@dizzlkheinz/ynab-mcpb",
"version": "0.26.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "YNAB Personal Access Token from https://app.youneedabudget.com/settings/developer",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YNAB_ACCESS_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}