Skip to main content
Glama
jayluxferro

pdf-inspector-mcp

by jayluxferro

pdf-inspector-mcp

MCP (Model Context Protocol) server wrapping the pdf-inspector Python library for AI-agent PDF processing.

Install

uv pip install pdf-inspector-mcp

Or from source:

git clone https://github.com/jayluxferro/pdf-inspector-mcp.git
cd pdf-inspector-mcp
uv pip install -e .

Related MCP server: PDF Reader MCP Server

Usage

From a local clone:

{
  "mcpServers": {
    "pdf-inspector": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "path/to/pdf-inspector-mcp",
        "pdf-inspector-mcp"
      ]
    }
  }
}

Or ephemerally with uvx (no clone needed):

{
  "mcpServers": {
    "pdf-inspector": {
      "command": "uvx",
      "args": ["pdf-inspector-mcp"]
    }
  }
}

Tools

Tool

Description

process_pdf

Full pipeline: detect type + extract text + Markdown

detect_pdf

Fast detection only (PdfResult without Markdown)

classify_pdf

Lightweight classification (PdfClassification)

extract_text

Plain text extraction

extract_text_with_positions

Text with X/Y coordinates and font metadata

extract_text_in_regions

Text in bounding-box page regions

extract_pages_markdown

Per-page Markdown with layout info

Every tool accepts either path (file path) or data (base64-encoded PDF bytes).

Requirements

Install Server
A
license - permissive license
A
quality
C
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

View all related MCP servers

Related MCP Connectors

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/jayluxferro/pdf-inspector-mcp'

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