Add Unstructured Transform MCP starter template#5578
Conversation
|
Someone is attempting to deploy a commit to the Sim Team on Vercel. A member of the Team first needs to authorize it. |
|
Quick follow-up / product context: This PR is meant to be the small MCP-first step: it gets Unstructured Transform into the MCP add flow so a Sim user can pick it, add their For folks less familiar with it: Transform converts documents like PDFs, DOCX, PPTX, HTML, and images, including scanned/image-only pages via OCR, into clean markdown, JSON, HTML, or text. It also supports the RAG prep work around that: chunking, enrichment, and embedding. If we want Transform to show up in the main Integrations catalog too, I think there are two possible follow-ups:
Happy to adapt this to whatever pattern the Sim team prefers. If MCP-backed catalog cards are acceptable, I can follow up with that PR. |
What changed
UNSTRUCTURED_API_KEYenvironment variable and allowlist domain.Why
Unstructured Transform is exposed as an MCP server, so discoverability fits best as a first-class MCP starter configuration instead of a guessed native REST connector. Selecting the template fills the server name, URL, transport, timeout, and header values while still using Sim's existing connection test and MCP execution flow.
Validation
pnpm dlx @biomejs/biome@2.0.0-beta.5 check --no-errors-on-unmatched --files-ignore-unknown=true ...git diff --checkFull workspace checks were not run in this fresh clone because Bun is not installed in the local shell and dependencies are not installed.