pdfmux✓
io.github.NameetP/pdfmux · v1.6.4
{}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.NameetP/pdfmux",
"description": "PDF-to-Markdown router. Per-page backend selection + confidence scoring for RAG ingestion.",
"title": "pdfmux",
"repository": {
"url": "https://github.com/NameetP/pdfmux",
"source": "github"
},
"version": "1.6.4",
"websiteUrl": "https://pdfmux.com",
"packages": [
{
"registryType": "pypi",
"identifier": "pdfmux",
"version": "1.6.4",
"runtimeHint": "pdfmux",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Optional Google AI API key. Enables the paid Gemini Flash fallback for pages where all local backends report low confidence. pdfmux runs 100% locally without this.",
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}