← Index

Teneo Book Generation

io.github.Traviseric/teneo-book-mcp·v1.0.1·Documents & Spreadsheets
Quality Score
95
/100

Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "teneo-book-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "env": {
        "TENEO_API_KEY": "<your-teneo_api_key>",
        "TENEO_BASE_URL": "<teneo_base_url>",
        "TENEO_SERVICE_KEY": "<your-teneo_service_key>",
        "TENEO_ON_BEHALF_OF": "<teneo_on_behalf_of>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "teneo-book-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "env": {
        "TENEO_API_KEY": "<your-teneo_api_key>",
        "TENEO_BASE_URL": "<teneo_base_url>",
        "TENEO_SERVICE_KEY": "<your-teneo_service_key>",
        "TENEO_ON_BEHALF_OF": "<teneo_on_behalf_of>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y teneo-book-mcp
§02  Environment variables
TENEO_API_KEY
requiredsecret

Per-agent API key from the Teneo dashboard. Books are charged to this key owner's Teneo credit balance.

TENEO_BASE_URL

Optional Teneo API base URL. Defaults to https://teneo.io. Use https://staging.teneo.io for staging.

TENEO_SERVICE_KEY
secret

Optional ecosystem service key alternative to TENEO_API_KEY.

TENEO_ON_BEHALF_OF

Required when using TENEO_SERVICE_KEY. Teneo user id whose credits are charged.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets