io.github.ayo-nci/bulkrender✓
io.github.ayo-nci/bulkrender · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ayo-nci/bulkrender",
"description": "Generate DOCX and PDF documents from AI assistants using BulkRender templates.",
"repository": {
"url": "https://github.com/ayo-nci/bulkrender-mcp",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "bulkrender-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "BulkRender API base URL. Defaults to https://api.bulkrender.com — only set for local development.",
"format": "string",
"name": "BULKRENDER_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}