rendoc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RENDOC_API_KEY | Yes | Your rendoc API key for authentication | |
| RENDOC_API_URL | No | Base URL for the rendoc API (useful for self-hosted instances) | https://rendoc.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_documentA | Generate a PDF document from a template and data. Returns a download URL for the generated PDF. Provide either |
| list_templatesA | List available document templates. Optionally filter by category. Returns template names, slugs, categories, descriptions, paper sizes, and IDs. Use the returned ID with |
| get_documentA | Get details about a previously generated document by its ID. Returns the document status, download URL, file size, page count, and creation date. |
| get_usageA | Get current API usage statistics for this billing month. Returns your plan name, document count vs limit, page count, and remaining quota. |
| preview_templateA | Get the full markup, styles, and data schema of a template. Use this to inspect a template before generating a document. The schema shows which data fields the template expects. Sample data (if available) shows example values for each field. |
| create_templateA | Create a new reusable document template. Templates use HTML/Handlebars markup with a JSON schema defining the expected data fields. Once created, use the returned template ID with |
| delete_templateA | Delete a template by its ID. This action is irreversible. Only templates you own can be deleted. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| templates | JSON listing of all available document templates |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoryocoruxo-ai/rendoc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server