SET UP A STRIPE + EMAIL DAILY FINANCIAL REPORT ================================================ Use this in Claude Code after connecting the Stripe MCP connector. (Claude → Settings → Connectors → Browse → search "Stripe" → connect) --- Hey Claude — I want to set up a daily financial visibility report so I always know what's coming in and going out without having to log into Stripe or dig through my email. Here's what I want it to do: 1. SCAN STRIPE Every morning, pull: - Payments received in the last 24 hours - Any new subscriptions or cancellations - Outstanding unpaid invoices (if any) - A running monthly total so far 2. SCAN MY EMAIL (optional — add this if you can) Look for emails with invoices, receipts, or payment confirmations and pull the relevant numbers. 3. BUILD A DAILY SUMMARY Format everything into a clean, readable snapshot. Something like: --- DAILY MONEY SNAPSHOT --- Yesterday's income: $X Monthly total so far: $X New subscribers: X Cancellations: X Outstanding invoices: $X ---------------------------- 4. DELIVER IT Options (tell me which is easiest to set up): a) Show it to me when I open Claude in the morning b) Send it to my email via Resend or Gmail c) Post it to a dashboard page I can bookmark Ask me which delivery method I want before you build anything. Then walk me through the setup step by step — I'm not a developer.