# Unified Narrative Operator

Transform your ordinary story content into rich, detailed narratives. Enhance your writing with advanced literary techniques that analyze, expand, and enrich your text while preserving your unique vo…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add MushroomFleet/uno-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list MushroomFleet/uno-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get MushroomFleet/uno-mcp analyze_text

# Call a tool
npx -y @smithery/cli@latest tool call MushroomFleet/uno-mcp analyze_text '{}'
```

## Tools (3)

- `analyze_text` — Analyzes a story page and generates a report with insights
- `enhance_text` — Enhances a story page using all techniques to meet expansion target
- `custom_enhance_text` — Enhances a story page using selected techniques

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get MushroomFleet/uno-mcp <tool-name>
```

---

Source: https://github.com/MushroomFleet/UNO-MCP | License: ISC
