Back to Home
kgand icon

document-parser-mcp

Verified Safe

by kgand

Overview

Intelligent document parsing and conversion to clean Markdown for AI processing and RAG pipelines.

Installation

Run Command
python -m document_parser

Environment Variables

  • DOCUMENT_PARSER_CONFIG

Security Notes

The server uses `httpx` for downloading remote files and incorporates measures like URL scheme validation (`allowed_schemes`), maximum file size limits (`max_file_size_mb`), and filename sanitization (`sanitize_filename`) to mitigate risks like SSRF or path traversal when handling external content. Communication with MCP clients occurs over standard I/O (stdio_server), which generally limits direct network attack surface. Reliance on external libraries like `docling` (and optional `easyocr`, `mlx`) introduces dependency-related security considerations that would require auditing of those upstream projects. No 'eval' or obvious hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-11

Tags

MCPDocument ProcessingDoclingRAGAI