- Teneo Book Generation
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.
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
- Get a Teneo API key at https://teneo.io/for-agents (tied to your credit balance — top up at https://teneo.io/pricing).
- 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
- npm: https://www.npmjs.com/package/teneo-book-mcp
- Repo (subdir
scripts/agent-mcp): https://github.com/Traviseric/teneo-production - Docs: https://teneo.io/for-agents
- Official MCP registry:
io.github.Traviseric/teneo-book-mcp
Server Config
{
"mcpServers": {
"teneo-book": {
"command": "npx",
"args": [
"-y",
"teneo-book-mcp"
],
"env": {
"TENEO_API_KEY": "tk_live_..."
}
}
}
}Project Info
Created At
5 days agoUpdated At
5 days agoAuthor Name
TeneoStar
-Language
-License
-Recommend Servers
View Allmcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Memory
@modelcontextprotocol
a year ago
Myrsu
@VidhiJav
2 days ago