Skip to main content
Glama

302AI File Parser MCP Server

by 302ai

parseFileToText

Convert files (PDF, DOCX, CSV, etc.) to plain text using a public URL. Extracts content as a string, ideal for processing or analysis tasks.

Instructions

Provide a file url, parse the file to text, return the text as a string.

Input Schema

NameRequiredDescriptionDefault
urlYesPublic URL of the source file, supports pdf/docx/csv/txt/html/odt/rtf/epub/md/xml/xsl/pptx/potx/js/cs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "Public URL of the source file, supports pdf/docx/csv/txt/html/odt/rtf/epub/md/xml/xsl/pptx/potx/js/cs", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from 302AI File Parser MCP Server

Related Tools

    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/302ai/302_file_parser_mcp'

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