
Teneo Book Generation
@Traviseric
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"teneo-book": {
"command": "npx",
"args": [
"-y",
"teneo-book-mcp"
],
"env": {
"TENEO_API_KEY": "tk_live_..."
}
}
}
}ツール
9discover auth, pricing, fields, workflow, and the output shape
start a complete book; returns a `jobId` (poll until ready)
poll a job; when complete, returns download URLs for cover + PDF/EPUB/DOCX
outline only
cover only
run evaluation on an existing generated book
niche research from a seed topic
https://www.npmjs.com/package/teneo-book-mcp
https://teneo.io/for-agents
概要
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.
「AI とエージェント」の他のコンテンツ
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
コメント