Add Unstructured Transform MCP integration - #540
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@dizon-u10d is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @kacperlukawski, following up on this listing for Unstructured Transform MCP (uses the existing Verified against the live server: The only failing check here is the Vercel preview needing fork authorization. Happy to make any changes. |
There was a problem hiding this comment.
Pull request overview
Adds a new integration catalog page documenting how to use mcp-haystack to connect Haystack agents to Unstructured’s hosted Transform MCP server for document processing.
Changes:
- Added a new integration page for Unstructured Transform MCP (overview, install, auth, usage, and agent example).
- Documented Streamable HTTP connection via
StreamableHttpServerInfo(token=...)and anmcp-remotebridging fallback. - Included licensing/terms notes for both the
mcp-haystackclient and the hosted Unstructured service.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…transform_job, check_transform_status -> check_job_status, get_transform_results -> get_job_results) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Updated for the recent Transform MCP tool rename: |
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Adds an integration catalog page for Unstructured Transform MCP, a hosted MCP server exposing Unstructured's document-processing pipeline (partition, enrich, chunk, embed) as MCP tools.
integrations/transform-mcp.md(type: Tool Integration)mcp-haystackMCPToolsetover Streamable HTTP usingStreamableHttpServerInfo's nativetokenparameter; documents themcp-remoteOAuth fallback./logos/unstructured.svgasset.Docs: https://docs.unstructured.io/transform/overview · Get started: https://transform.unstructured.io/get-started
Companion cookbook PR: deepset-ai/haystack-cookbook#300
🤖 Generated with Claude Code