VOOZH about

URL: https://mcp.so/server/teneo-book-mcp/Teneo

⇱ Teneo Book Generation MCP Server


Teneo Book Generation

@Teneo

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.
Overview

Generate a complete, publish-ready non-fiction book — full manuscript, cover, and PDF/EPUB/DOCX files — from a topic or spec via Teneo's agent API. Asynchronous (~45 min per book), charged in Teneo credits.

Tools

  • teneo_capabilities — discover auth, pricing, fields, workflow, and the output shape
  • teneo_generate_book — start a complete book; returns a jobId (poll until ready)
  • teneo_book_status — poll a job; when complete, returns download URLs for cover + PDF/EPUB/DOCX
  • teneo_generate_outline — outline only
  • teneo_generate_cover — cover only
  • teneo_evaluate_book — run evaluation on an existing generated book
  • teneo_research_niche — niche research from a seed topic

Setup

  1. Get a Teneo API key at https://teneo.io/for-agents (tied to your credit balance — top up at https://teneo.io/pricing).
  2. Add to your MCP client (Claude Desktop, Cursor, …):
{
 "mcpServers": {
 "teneo-book": {
 "command": "npx",
 "args": ["-y", "teneo-book-mcp"],
 "env": { "TENEO_API_KEY": "tk_live_..." }
 }
 }
}

Links

Server Config

{
 "mcpServers": {
 "teneo-book": {
 "command": "npx",
 "args": [
 "-y",
 "teneo-book-mcp"
 ],
 "env": {
 "TENEO_API_KEY": "tk_live_..."
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.