UN

Unstructured

Created 10 months ago

An MCP server implementation for interacting with the Unstructured API.

development documentation public

What is Unstructured?

Set up and interact with your unstructured data processing workflows in [Unstructured Platform](https://unstructured.io)

Documentation

Available Tools

Tool Description
list_sources Lists available sources from the Unstructured API.
get_source_info Get detailed information about a specific source connector.
create_source_connector Create a source connector.
update_source_connector Update an existing source connector by params.
delete_source_connector Delete a source connector by source id.
list_destinations Lists available destinations from the Unstructured API.
get_destination_info Get detailed info about a specific destination connector
create_destination_connector Create a destination connector by params.
update_destination_connector Update an existing destination connector by destination id.
delete_destination_connector Delete a destination connector by destination id.
list_workflows Lists workflows from the Unstructured API.
get_workflow_info Get detailed information about a specific workflow.
create_workflow Create a new workflow with source, destination id, etc.
run_workflow Run a specific workflow with workflow id
update_workflow Update an existing workflow by params.
delete_workflow Delete a specific workflow by id.
list_jobs Lists jobs for a specific workflow from the Unstructured API.
get_job_info Get detailed information about a specific job by job id.
cancel_job Delete a specific job by id.
list_workflows_with_finished_jobs Lists all workflows that have any completed job, together with information about source and destination details.

Server Config

{
  "mcpServers": {
    "unstructured-server": {
      "command": "npx",
      "args": [
        "unstructured"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Unstructured-IO
Category: official
Tags:
development documentation public