Skip to content

Commit b9e441d

Browse files
author
Sudarshan
committed
Clarify Unstructured Transform MCP template
1 parent 89234f9 commit b9e441d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/docs/content/docs/en/agents/mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ When you type `{{` in the URL or header fields, a dropdown appears showing avail
7676

7777
The add modal includes starter templates for common MCP servers.
7878

79-
For [Unstructured Transform](https://docs.unstructured.io/transform/quickstart), first add a workspace environment variable named `UNSTRUCTURED_API_KEY`, then choose the Unstructured Transform template. It pre-fills:
79+
For [Unstructured Transform](https://docs.unstructured.io/transform/quickstart), first add a workspace environment variable named `UNSTRUCTURED_API_KEY`, then choose the Unstructured Transform template. Unstructured Transform converts documents (PDF, DOCX, PPTX, HTML, and images, including scanned or image-only pages via OCR) into clean markdown, JSON, HTML, or text. It also supports RAG preprocessing with chunking, enrichment, and embedding. The template pre-fills:
8080

8181
```
8282
URL: https://mcp.transform.unstructured.io

apps/sim/app/workspace/[workspaceId]/settings/components/mcp/components/mcp-server-form-modal/mcp-server-templates.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export const MCP_SERVER_TEMPLATES = [
1717
{
1818
id: 'unstructured-transform',
1919
name: 'Unstructured Transform',
20-
description: 'Process PDFs, images, Office files, and other documents through Transform.',
20+
description:
21+
'Convert PDFs, DOCX, PPTX, HTML, and images into clean markdown, JSON, HTML, or text with OCR and RAG preprocessing.',
2122
transport: 'streamable-http',
2223
url: 'https://mcp.transform.unstructured.io',
2324
headers: [{ key: 'Authorization', value: 'Bearer {{UNSTRUCTURED_API_KEY}}' }],

0 commit comments

Comments
 (0)