Ops Hub — Notion MCP Dashboard for Assets, Subscriptions & Daily Digest
This is a submission for the Notion MCP Challenge What I Built Ops Hub is a Notion-first dashboard for asset and subscription operations (built with Notion MCP + Python). It helps centralize scatte...

Source: DEV Community
This is a submission for the Notion MCP Challenge What I Built Ops Hub is a Notion-first dashboard for asset and subscription operations (built with Notion MCP + Python). It helps centralize scattered operational info (devices, warranties, renewals) into one workspace and turns it into a daily workflow: Assets Ops: track equipment (3C / appliances), maintenance schedule, warranty dates, and manuals. Subscription Ops: track renewals, pricing, and generate cancellation drafts. Daily Digest: one command generates a Daily Digest — YYYY-MM-DD page in Notion with: KPI summary (counts + upcoming renewal cost) actionable lists with deep links to the exact items All outputs stay inside Notion, so it’s easy to review and act (human-in-the-loop friendly). Video Demo Show us the code GitHub Repo Run locally (Poetry): cp .env.example .env poetry install poetry run python -c "from homeops_mcp.server import create_daily_digest; print(create_daily_digest(14))" How I Used Notion MCP Notion is the sourc