feat(mcp): expose write operations and missing read tools#24
Merged
stephendolan merged 2 commits intomainfrom Mar 4, 2026
Merged
feat(mcp): expose write operations and missing read tools#24stephendolan merged 2 commits intomainfrom
stephendolan merged 2 commits intomainfrom
Conversation
Enables MCP clients (AI agents) to perform the full range of YNAB operations instead of being limited to read-only access. Adds 13 new tools covering transactions CRUD, payee management, category budgeting, scheduled transaction operations, and direct API access. Closes #23 Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
server.ts— each tool delegates to the existingapi-clientmethodsNew Tools
Transactions:
create_transaction,update_transaction,delete_transaction,import_transactionsCategories:
update_month_categoryPayees:
update_payee,list_payee_locations,list_transactions_by_payeeScheduled:
get_scheduled_transaction,delete_scheduled_transactionBudget:
get_budget_settings,list_budget_monthsOther:
raw_api_callTest plan
update_transactionwithapproved: true)Closes #23
🤖 Generated with Claude Code