MochiPDF✓
io.github.cbolgiano/mochipdf · v3.1.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.cbolgiano/mochipdf",
"description": "Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.",
"title": "MochiPDF",
"repository": {
"url": "https://github.com/cbolgiano/mochipdf",
"source": "github"
},
"version": "3.1.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mochipdf.com/mcp",
"headers": [
{
"description": "Your MochiPDF API key.",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}