MCP Server
MCP
Teneo Book Generation
Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "teneo-book-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Per-agent API key from the Teneo dashboard. Books are charged to this key owner's Teneo credit balance.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TENEO_API_KEY"
},
{
"description": "Optional Teneo API base URL. Defaults to https://teneo.io. Use https://staging.teneo.io for staging.",
"format": "string",
"name": "TENEO_BASE_URL"
},
{
"description": "Optional ecosystem service key alternative to TENEO_API_KEY.",
"format": "string",
"isSecret": true,
"name": "TENEO_SERVICE_KEY"
},
{
"description": "Required when using TENEO_SERVICE_KEY. Teneo user id whose credits are charged.",
"format": "string",
"name": "TENEO_ON_BEHALF_OF"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment