Home Tracker Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Home Tracker 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 personal MCP server for tracking household expenses and shared notes, with pre-built email templates to keep you and your wife in sync.
| Tool | What it does |
|---|---|
log_expense | Add an expense with category, amount, date |
get_summary | Weekly or monthly breakdown by category |
add_note | Save a shared note with optional tag |
get_notes | Retrieve notes, filter by author or tag |
delete_note | Remove a note by ID |
send_weekly_digest | Email a formatted spending report |
send_alert | Email a one-off alert (big purchase, budget warn) |
pip install -r requirements.txtcp .env.example .env
# Edit .env with your Gmail address and App PasswordGmail App Password: Go to https://myaccount.google.com/apppasswords and generate a password for "Mail". Use that instead of your real password.
python server.pyEdit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd this block inside "mcpServers":
{
"mcpServers": {
"home-tracker": {
"command": "python",
"args": ["/absolute/path/to/home-tracker-mcp/server.py"],
"env": {
"PYTHONPATH": "/absolute/path/to/home-tracker-mcp"
}
}
}
}Restart Claude Desktop. The tools will appear automatically.
groceries · utilities · dining · rent · transport · health · subscriptions · entertainment · clothing · misc
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.