
Reducto guMCP Server
Document processing, parsing, extraction, splitting, and editing via Reducto API
Tools
Upload Document
3 creditsUpload a file from Gumloop storage to Reducto for processing. Returns a reducto:// URL that can be used as document_url in other tools.
Download Document
3 creditsDownload a file from a Reducto result URL (e.g. pdf_url from parse results or document_url from edit results) and store it in Gumloop storage.
Parse Document
90 creditsParse a document into structured content including text, tables, and figures. Accepts public URLs, presigned S3 URLs, or reducto:// URLs from upload_document.
Extract Data
90 creditsExtract structured data from a document into JSON using a provided schema. Accepts public URLs, presigned S3 URLs, or reducto:// URLs.
Split Document
90 creditsSplit a document into logical sections based on provided descriptions. Useful for dividing documents into targeted parts for further processing.
Edit Document
180 creditsFill forms or modify a document with natural language instructions. Returns a URL to the edited document.
List Jobs
3 creditsList processing jobs with pagination support
Get Job Status
3 creditsGet the status and result of a processing job by its ID
Cancel Job
3 creditsCancel a running processing job
Installation Steps
Get StartedCreate a Gumloop Account
To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.
Copy Your Server URL
Copy your MCP server URL and add it to your client. You'll be prompted to authorize on first use.