Document Intelligence Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Document Intelligence Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Local document intelligence for AI agents — extract text, detect tables, read metadata, analyze structure, search keywords, and detect language from PDF and DOCX files. No cloud API required, no API key needed.
| Tool | Description |
|---|---|
tool_extract_text_from_pdf | Extract all text from a PDF, page by page |
tool_extract_tables_from_pdf | Detect and extract tables from PDF |
tool_get_pdf_metadata | Read PDF metadata: title, author, dates, outline |
tool_analyze_document_structure | Detect headings, font sizes, section structure |
tool_search_in_pdf | Search for keywords with context in PDF |
tool_extract_text_from_docx | Extract all text from a Word DOCX file |
tool_extract_tables_from_docx | Extract all tables from a DOCX file |
tool_analyze_docx_structure | Analyze headings, styles, and structure of DOCX |
tool_count_words_and_stats | Word count, sentence count, reading time, top words |
tool_detect_document_language | Detect language of PDF or DOCX (55+ languages) |
pip install document-intelligence-mcpAdd to your claude_desktop_config.json:
{
"mcpServers": {
"document-intelligence": {
"command": "document-intelligence-mcp"
}
}
}Extract text from a PDF:
Extract the text from /path/to/report.pdfFind tables in a PDF:
Find all tables in /path/to/financial_report.pdfSearch for a keyword:
Search for "revenue" in /path/to/annual_report.pdfGet document stats:
Count the words and estimate reading time for /path/to/document.docxDetect language:
What language is /path/to/document.pdf written in?MIT License — free to use, modify, and distribute.
Built by AiAgentKarl | Part of the AI Agent Economy toolkit
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.