
Extend.ai guMCP Server
Interact with Extend.ai to manage workflow runs and process files through AI-powered workflows
Tools
List Workflow Runs
List workflow runs with details about execution status, timing, and usage. Supports filtering and automatic pagination.
Get Workflow Run
Get complete details of a specific workflow run including status, outputs, step runs, and usage information.
Run Workflow
Run a workflow with files. Creates workflow runs for each file processed.
Run Processor
Run a processor on a document for extraction, classification, or splitting.
List Processor Runs
List processor runs with filtering and pagination.
Get Processor Run
Get details of a specific processor run including status, outputs, and any edits made during review.
Cancel Processor Run
Cancel a running processor run. Only runs with PROCESSING status can be cancelled.
Delete Processor Run
Permanently delete a processor run and all associated data. This operation cannot be undone.
Parse File
Parse files to get cleaned, chunked content for RAG pipelines, embeddings, or custom processing.
Get Parser Run
Retrieve status and results of a parser run. Use this to poll async parser runs or get completed results.
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.
Generate Your Server URL
Generate and copy your MCP server URL to use in your application.