MCP Server
MCP
PDF Triage
Read local PDFs without uploading. Classifies first, flags untrustworthy text, bounds output.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "pdf-triage-mcp",
"version": "0.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "A directory the server may read PDFs from. Repeat for multiple directories. This is a security boundary, not a convenience: any path resolving outside these roots is refused, symlinks included. Grant the narrowest directory that works.",
"isRequired": true,
"format": "filepath",
"type": "named",
"name": "--root",
"isRepeated": true
}
],
"environmentVariables": [
{
"description": "Minimum severity written to stderr. Defaults to info.",
"format": "string",
"default": "info",
"choices": [
"debug",
"info",
"warn",
"error",
"silent"
],
"name": "PDF_TRIAGE_LOG_LEVEL"
},
{
"description": "Default truncation ceiling for tool responses, in characters. Guards the caller's context window. Defaults to 40000.",
"format": "number",
"default": "40000",
"name": "PDF_TRIAGE_MAX_CHARS"
},
{
"description": "Largest PDF the server will read, in bytes. The parser buffers whole files rather than streaming. Defaults to 104857600 (100 MB).",
"format": "number",
"default": "104857600",
"name": "PDF_TRIAGE_MAX_FILE_BYTES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment