Skip to content
Back to search
100
MCP live v1.0.1 MCP 2025-11-25 streamable-http

ai.filegraph/document-processing

ai.filegraph/document-processing

Extract text from documents, manipulate PDFs, and perform OCR via FileGraph API.

Uptime
17.8%
90 probes
Response
1792ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

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…

How to use

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

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