Skip to main content
Glama
graphgrow

root-ext-docs

by graphgrow

root-ext-docs

Document-engineering MCP tool server for ROOT Workspace (and any MCP host). Twelve tools across four surfaces:

  • PDFpdf_info (which pages are text, which are scans), pdf_extract_text (page-ranged), pdf_pages_to_images (render to derived/ — where the workspace viewer and the model's image-read path pick them up), ocr_pdf (local tesseract).

  • Officedocx_extract, pptx_extract: structure-keeping markdown (headings, tables, slide notes).

  • Imagesocr_image, image_convert, image_crop, image_annotate (labelled rectangles for pointing at drawings).

  • Archivesarchive_list, archive_extract (zip-slip refused by name, size/entry caps).

Charter, binding and tested: extract and derive, never mutate sources. No tool overwrites, deletes, or edits a user's file in place; write tools refuse output paths that collide with inputs and default to derived/ beside the source.

OCR needs the system tesseract binary (brew install tesseract) and refuses by name without it. Nothing in this pack reaches the network.

Develop

uv venv && uv pip install -e ".[dev]"
.venv/bin/pytest

Related MCP server: pdf-reader-mcp

Package (signed .rootx, ADR-0018)

uv build
.venv/bin/python tools/build_pack.py   # --unsigned for a test build
Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    MCP server for extracting text from PDF files, supporting local files and URLs.
  • A
    license
    -
    quality
    C
    maintenance
    A local MCP server that drives PDFium and pypdf to perform comprehensive PDF operations including inspection, assembly, page editing, watermarking, rendering, extraction, form filling, encryption, compression, attachments, bookmarks, and metadata management.
    MIT

View all related MCP servers

Related MCP Connectors

  • OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR.

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/graphgrow/root-ext-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server