feat: Add MCP server for Monarch Money integration#11
Merged
eshaffer321 merged 1 commit intomainfrom Oct 8, 2025
Merged
Conversation
Implements a Model Context Protocol (MCP) server that exposes Monarch Money data to AI assistants like Claude Desktop and Claude Code. Features: - 5 MCP tools: get_budget, get_transactions, get_accounts, get_categories, get_tags - Unique rollover budget data (rolloverAmount, rolloverType) not in competitors - Month selection for budgets (not just current month) - Stdio transport for Claude Desktop/Code integration - Built with official MCP Go SDK v1.0.0 Technical: - Proper jsonschema validation for all tool inputs/outputs - Comprehensive test suite (unit + integration tests) - Server initialization validation test to catch startup issues - Clean separation: main.go (setup), tools.go (implementations) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (40.67%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
==========================================
+ Coverage 40.62% 40.67% +0.05%
==========================================
Files 15 15
Lines 2186 2188 +2
==========================================
+ Hits 888 890 +2
Misses 1233 1233
Partials 65 65
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
Implements a Model Context Protocol (MCP) server that exposes Monarch Money data to AI assistants like Claude Desktop and Claude Code.
Features:
Technical:
🤖 Generated with Claude Code
Description
Type of Change
Checklist
Testing
Screenshots (if applicable)
Additional Notes