Simple Document Processing MCP Server

MIT License
21
5

document_reader

Extract text and content from PDF, DOCX, TXT, HTML, and CSV files using file paths. Facilitates reading and processing non-image documents for structured data retrieval and analysis.

Instructions

Read content from non-image document-files at specified paths, supporting various file formats: .pdf, .docx, .txt, .html, .csv

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file to be read

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the file to be read", "type": "string" } }, "required": [ "filePath" ], "type": "object" }

You must be authenticated.

Other Tools from Simple Document Processing MCP Server

Related Tools

ID: pb9df6lnel