PDF Extraction MCP Server

extract-pdf-contents

Extract contents from a local PDF file, given page numbers separated in comma. Negative page index number supported.

Input Schema

NameRequiredDescriptionDefault
pagesNo
pdf_pathYes

Input Schema (JSON Schema)

{ "properties": { "pages": { "type": "string" }, "pdf_path": { "type": "string" } }, "required": [ "pdf_path" ], "type": "object" }

You must be authenticated.

Other Tools