Multi-tenant document-production service. Generates .xlsx, .pptx, .docx, .pdf and tracks per-tenant todos. MCP endpoint, not a user UI.
Service surface:
POST /mcp — MCP JSON-RPC (requires
Authorization: Bearer <token>)GET /healthz — liveness probe (no auth)GET /status — per-tenant counts (no auth)GET /output/<tenant>/<output_id> — download a generated file (bearer auth)Sibling to Scribe (port 8767). Scribe drafts text via LLM; Cicero produces binary office files deterministically. Same Forensix-Group multi-tenant pattern.