MCP.so
Sign In

Teneo Book Generation

@Traviseric

About Teneo Book Generation

Generate complete, publish-ready non-fiction books — manuscript, cover, and PDF/EPUB/DOCX files — from a topic via Teneo's agent API. Async, charged in Teneo credits; also exposes outline, cover, evaluate, and niche-research tools.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "teneo-book": {
      "command": "npx",
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "env": {
        "TENEO_API_KEY": "tk_live_..."
      }
    }
  }
}

Tools

7

Discover what Teneo can generate and how: auth, pricing (credits), request fields, the workflow, use cases, and the output shape. Call this first if unsure.

Generate a COMPLETE, publish-ready non-fiction book (full manuscript + cover + PDF/EPUB/DOCX) from a topic/spec. Asynchronous: returns a jobId immediately (~45 min to finish). Then poll teneo_book_status. Charged in Teneo credits to the funded account. Use for a finished book/manuscript or KDP-ready files — not for a short answer or fiction.

Check a book generation job. When status is "completed", the response includes outputManifest with coverUrl and time-limited download URLs for each format. Poll every ~30-60s.

Generate an outline candidate for a nonfiction book without running the full book pipeline.

Generate a book cover only. This charges the account for cover generation credits.

Run a Teneo evaluation on an existing generated book.

Start a niche research job from a seed topic.

Overview

What is Teneo Book Generation?

Teneo Book Generation is an MCP server that generates complete, publish-ready non-fiction books—full manuscript, cover, and PDF/EPUB/DOCX files—from a topic or specification via Teneo’s agent API. It is for users who want to automate book creation asynchronously (taking roughly 45 minutes per book) and is charged in Teneo credits.

How to use Teneo Book Generation?

Configure the server in your MCP client (e.g., Claude Desktop, Cursor) by running npx -y teneo-book-mcp with the TENEO_API_KEY environment variable set to your API key (obtained from https://teneo.io/for-agents). Use the included tools such as teneo_capabilities to discover workflow, teneo_generate_book to start a book (returns a jobId), and teneo_book_status to poll until the job is complete and receive download URLs for the cover and PDF/EPUB/DOCX files.

Key features of Teneo Book Generation

  • Generates full manuscript, cover, and PDF/EPUB/DOCX output
  • Provides separate tools for outline, cover, evaluation, and niche research
  • Asynchronous processing with polling for job completion
  • Integrates with Teneo’s agent API using credits
  • Requires only a Teneo API key and Node.js to run

Use cases of Teneo Book Generation

  • Quickly produce a non-fiction book from a single topic or specification
  • Generate an outline, cover, or evaluate an existing book independently
  • Research a niche to inform book creation decisions
  • Automate book publishing workflows with MCP‑compatible clients

FAQ from Teneo Book Generation

What are the runtime requirements to use Teneo Book Generation?

You need Node.js (to execute npx) and a valid Teneo API key. No additional installation is required beyond running the published npm package.

Where do the generated book files reside?

Once a job completes, download URLs for the cover and PDF/EPUB/DOCX are returned by the teneo_book_status tool. The README does not specify how long these URLs remain active.

What known limits exist for Teneo Book Generation?

Book generation is asynchronous and takes approximately 45 minutes. Usage is billed in Teneo credits, which you can top up at https://teneo.io/pricing.

How is authentication handled?

Authentication is performed via the TENEO_API_KEY environment variable. You can obtain an API key from https://teneo.io/for-agents.

Frequently asked questions

What are the runtime requirements to use Teneo Book Generation?

You need Node.js (to execute `npx`) and a valid Teneo API key. No additional installation is required beyond running the published npm package.

Where do the generated book files reside?

Once a job completes, download URLs for the cover and PDF/EPUB/DOCX are returned by the `teneo_book_status` tool. The README does not specify how long these URLs remain active.

What known limits exist for Teneo Book Generation?

Book generation is asynchronous and takes approximately 45 minutes. Usage is billed in Teneo credits, which you can top up at https://teneo.io/pricing.

How is authentication handled?

Authentication is performed via the `TENEO_API_KEY` environment variable. You can obtain an API key from https://teneo.io/for-agents.

Comments

More AI & Agents MCP servers