rendoc
Generate PDF documents from HTML templates and data via MCP.
Tools
| Tool |
Description |
generate_document |
Generate a PDF from a template and data |
list_templates |
List available templates |
preview_template |
Preview a template with sample data |
create_template |
Create a new HTML template |
delete_template |
Delete an existing template |
get_document |
Retrieve a previously generated document |
get_usage |
Get API usage statistics |
Setup
{
"mcpServers": {
"rendoc": {
"command": "npx",
"args": ["-y", "@rendoc/mcp-server"],
"env": { "RENDOC_API_KEY": "your-api-key" }
}
}
}
Would love to have rendoc listed in the Docker MCP registry. Happy to provide any additional information needed.
rendoc
Generate PDF documents from HTML templates and data via MCP.
@rendoc/mcp-serverTools
generate_documentlist_templatespreview_templatecreate_templatedelete_templateget_documentget_usageSetup
{ "mcpServers": { "rendoc": { "command": "npx", "args": ["-y", "@rendoc/mcp-server"], "env": { "RENDOC_API_KEY": "your-api-key" } } } }Would love to have rendoc listed in the Docker MCP registry. Happy to provide any additional information needed.