# ai-ebook-generator

# Scrivibe — AI eBook Generator

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add studio2c/ai-ebook-generator

# Browse available tools
npx -y @smithery/cli@latest tool list studio2c/ai-ebook-generator

# Get full schema for a tool
npx -y @smithery/cli@latest tool get studio2c/ai-ebook-generator list_genres

# Call a tool
npx -y @smithery/cli@latest tool call studio2c/ai-ebook-generator list_genres '{}'
```

## Direct MCP Connection

Endpoint: `https://ai-ebook-generator--studio2c.run.tools`

## Tools (4)

- `list_genres` — List all available genres (content types) and their themes for eBook generation. Call this first to discover what types…
- `generate_ebook` — Start generating a complete multi-chapter eBook using AI. Costs $0.45 per chapter (e.g., 10 chapters = $4.50). Returns …
- `get_job_status` — Check the status and progress of an eBook generation job. Returns status, chapters_done, total_chapters, and download_u…
- `download_epub_url` — Get a temporary signed download URL for a completed eBook. The URL is valid for 1 hour and does not require any authent…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get studio2c/ai-ebook-generator <tool-name>
```
