Add Unstructured Transform MCP cookbook - #300
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
Hi @bilgeyucel, following up on this cookbook (Transform MCP via Verified the connection pattern against the live server: reaches |
…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: |
… drop unnecessary mcp-remote note Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Small follow-up: corrected the tool count (server exposes 7 tools total now, this cookbook covers the 4 core pipeline ones), added a wait between |
…er tools live Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Another round of tool-surface changes shipped upstream this week (file manager tool added), so I went further than a rename this time: rewrote the docs, notebook, and system/agent prompts to describe the pipeline by behavior (submit → poll → fetch) rather than hardcoding exact tool names, and lean on the toolset-discovery pattern already shown here to find the real names at connect time. Should hold up through future renames/additions without needing another update like this. |
Adds a cookbook notebook showing a Haystack
Agentcalling the hosted Unstructured Transform MCP server to parse and chunk a document end-to-end.notebooks/unstructured_transform_mcp.ipynb; registered inindex.toml(topics: Agents, MCP, Data Processing).MCPToolset+StreamableHttpServerInfo's nativetokenparam (UNSTRUCTURED_API_KEY), then anAnthropicChatGenerator-backed agent.Docs: https://docs.unstructured.io/transform/overview · Get started: https://transform.unstructured.io/get-started
🤖 Generated with Claude Code
Companion integration-catalog PR: deepset-ai/haystack-integrations#540