Integration templates and runnable examples for the Unstructured Transform MCP server across registries, marketplaces, and agent frameworks. This is the canonical, public home for these integrations.
Transform MCP turns any file into agent-ready data, called directly from your agent session with no separate pipeline to wire up. Drop in a PDF, spreadsheet, scan, or email and get back partitioned, enriched, chunked, and embedded output ready for RAG, vector stores, or agent memory. 60+ formats, one call.
| Field | Value |
|---|---|
| Endpoint | https://mcp.transform.unstructured.io |
| Transport | Remote, streamable-HTTP (connect directly, or via npx mcp-remote for clients without native remote-MCP support) |
| Tools | request_file_upload_url, transform_files, check_transform_status, get_transform_results |
| Docs | https://docs.unstructured.io/transform/overview |
| Support | mcp-support@unstructured.io |
| Security | https://trust.unstructured.io |
One folder per integration under transform/. Copy
_template/ to add one. This table is the index of what exists and
where each one stands.
| Integration | Category | Auth | Status | Owner |
|---|---|---|---|---|
| Cline | marketplace | OAuth / API key | Not started | @simoncoombes |
See CONTRIBUTING.md. In short: copy _template/ into
transform/<name>/, fill in the README, example, assets, and meta.yaml, then
open a PR.