← Back to MCP Directory
Reducto guMCP Server

Reducto guMCP Server

Document processing, parsing, extraction, splitting, and editing via Reducto API

Tools

  • Upload Document

    3 credits

    Upload 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 credits

    Download 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 credits

    Parse 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 credits

    Extract structured data from a document into JSON using a provided schema. Accepts public URLs, presigned S3 URLs, or reducto:// URLs.

  • Split Document

    90 credits

    Split a document into logical sections based on provided descriptions. Useful for dividing documents into targeted parts for further processing.

  • Edit Document

    180 credits

    Fill forms or modify a document with natural language instructions. Returns a URL to the edited document.

  • List Jobs

    3 credits

    List processing jobs with pagination support

  • Get Job Status

    3 credits

    Get the status and result of a processing job by its ID

  • Cancel Job

    3 credits

    Cancel a running processing job

Installation Steps

Get StartedGet Started
1

Create 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.

2

Copy Your Server URL

Copy your MCP server URL and add it to your client. You'll be prompted to authorize on first use.