Skip to content
Back to search
100
MCP live v1.0.1 sse

ai.filegraph/document-processing

ai.filegraph/document-processing

Extract text from documents, manipulate PDFs, and perform OCR on images.

Uptime
20.0%
40 probes
Response
1877ms
last probe
Tools
9
callable

Tools · 9

filegraph_api_overview

API overview: authentication, rate limits, errors, and available endpoint groups.

filegraph_text_extraction_docs

Docs for /any/to-text, /any/info, /any/to-struct — extract text with smart format detection and ocr, analyze file metadata, extract structured data with LLM.

filegraph_pdf_text_conversion_docs

Docs for /pdf/to-text, /pdf/to-docx, /pdf/to-image — extract text with ocr, convert pdf to docx or images.

filegraph_pdf_manipulation_docs

Docs for /pdf/merge, /pdf/split, /pdf/compress, /pdf/rotate — merge, split, compress, and rotate pdf files.

filegraph_pdf_security_docs

Docs for /pdf/encrypt, /pdf/decrypt — encrypt and decrypt pdf files with password protection.

filegraph_image_processing_docs

Docs for /image/to-text, /image/to-pdf, /image/resize — extract text via ocr, convert images to pdf, resize images.

filegraph_office_documents_docs

Docs for /docx/to-text, /docx/to-pdf, /xlsx/to-text, /xlsx/to-pdf, /xlsx/to-csv, /pptx/to-text, /pptx/to-pdf, /pptx/to-images — extract text/data, convert word/excel/powerpoint to pdf/csv/images.

filegraph_html_processing_docs

Docs for /html/to-text, /html/to-pdf, /html/to-image — extract html text, render to pdf, capture html screenshots.

filegraph_security_docs

Docs for /security/pdf/redact, /security/text/redact, /security/pdf/lock, /security/pdf/unlock, /security/detect-tracking — redact sensitive pdf content, redact PII from extracted text, lock/unlock pd…

Similar MCP servers embedding-nearest

Suparse Document Processing
Extract structured data from PDFs and documents with Suparse AI OCR.
0 tools
mcparmory-pdfco
Extract data, edit, convert, and parse PDF documents with OCR and AI
0 tools
Document Parser
Parses documents in various formats for AI-assisted text extraction.
0 tools
Mistral OCR
Processes images and PDFs through Mistral AI's OCR API to extract text from visual documents, supporting both local files and URLs with Dock
0 tools
com.mcparmory/pdfco
Extract data, edit, convert, and parse PDF documents with OCR and AI
0 tools
n8n-nodes-pdf-ocr-parse
Extract text from scanned PDF documents using OCR powered by PDF API Hub
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.filegraph/document-processing": {
      "url": "https://api.filegraph.ai/mcp",
      "transport": "sse"
    }
  }
}