Track spending, manage budgets, monitor credit score, and view financial overview with Mint
Enables Claude to access Mint's financial dashboard to view spending patterns, track budgets, monitor bills, check credit score, and get a comprehensive view of personal finances across linked accounts.
curl -sSL https://canifi.com/skills/mint/install.sh | bash
Or manually:
cp -r skills/mint ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set MINT_EMAIL "[email protected]"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "How much did I spend on food this month?"
Claude: I'll check your Mint spending.
- Opens mint.intuit.com via Playwright MCP
- Navigates to spending categories
- Returns: Food & Dining: $847 this month
- Restaurants: $523
- Groceries: $298
- Coffee Shops: $26
- Compared to last month: +12%
- Budget status: $847 of $800 (over by $47)
User: "How am I doing on my budgets?"
Claude: I'll review your budget progress.
- Navigates to budgets section
- Shows budget status:
- Groceries: $298/$400 (75%, on track)
- Entertainment: $156/$150 (104%, over)
- Shopping: $412/$300 (137%, over budget)
- Transportation: $89/$200 (45%, good)
- Alerts: Shopping budget exceeded by $112
User: "What's my credit score on Mint?"
Claude: I'll check your credit dashboard.
- Navigates to credit score section
- Returns: 742 (Good)
- Change: +5 points from last month
- Factors:
- Payment history: Excellent
- Credit utilization: 23% (Good)
- Account age: 7.5 years (Excellent)
- Next update: January 15
After each interaction:
Suggest updates when: