# Fit Rocket > A free personal weight-loss PWA. You log calories in and out plus daily weigh-ins; it projects an honest goal date from your real pace and audits your logs against the scale — when the two progress bars move together, your tracking is honest. AI counts meal photos. It's also an MCP server, so an AI agent can read your live numbers or log for you with a key you mint and revoke. No ads, no third-party trackers, free. Sign in with Google. You can try it without an account: the interactive sample journey at https://fitrocket.in/ ("See it working first") runs the real dashboard on six weeks of sample data, nothing saved. ## Pages - [Fit Rocket](https://fitrocket.in/): the app, plus the landing page and the sample journey - [How it works](https://fitrocket.in/how-it-works.md): the honest-numbers loop, explained (html: https://fitrocket.in/how-it-works/) - [Goal-date calculator](https://fitrocket.in/calculator.md): the projection math documented exactly — 7,700 kcal per kg, the two-year cap (interactive html: https://fitrocket.in/calculator/, no sign-in needed) - [FAQ](https://fitrocket.in/faq.md): straight answers — cost, data, Apple Health, kg-only (html: https://fitrocket.in/faq/) - [The method](https://fitrocket.in/method.md): the actual formulas — the ledger, the weight trend, the two bars, the two-week check-in (html: https://fitrocket.in/method/) - [Connect an AI agent](https://fitrocket.in/connect.md): the MCP setup guide — keys, endpoint, the full tool list (html: https://fitrocket.in/connect/) - [Everything in one file](https://fitrocket.in/llms-full.txt): all five pages above, concatenated for one-shot ingestion ## Connect an agent (MCP) Point any MCP-speaking agent at `https://fit-rocket-proxy.usman-hafiz-awan1.workers.dev/mcp` with an agent key as a Bearer header. Keys are minted in Settings → Connected agents (read only or read & write, shown once, revocable) — you need a free account first. A connected agent can read the user's dashboard numbers and, with write access, log meals, weigh-ins, and workouts or start a new phase — every operation passes through the same security rules as the app itself. The full setup guide lives at https://fitrocket.in/connect.md (and https://fitrocket.in/connect/); the machine descriptor at https://fitrocket.in/.well-known/mcp.json.