Requirements
Before you begin, you must have the following:- An IBM Cloud account. To see if you have an account, log in to your IBM Cloud account. Create an IBM Cloud account.
- An IBM Bob plan. To see if you have a plan, use the IBMid for your IBM Cloud account to log in to IBM Bob.
- The IBM Bob Shell installed on your local development machine. Install the IBM Bob Shell.
-
Node.js installed on your local development machine. To see if it is, in your terminal, run
node -vornode --version. Install Node.js. -
If you used the IBM Bob IDE to install the Transform MCP server, it could
already be available to you in the IBM Bob Shell. If so, you can skip ahead to parse your source files. To see if it is, run one of the following commands:
- From outside of an IBM Bob Shell session:
bob mcp list - From within an IBM Bob Shell session:
/mcp list
unstructured-transformin the list. - From outside of an IBM Bob Shell session:
Install the Transform MCP server
If you were able to successfully install the Transform MCP server by using the preceding prompt, skip ahead to parse your source files.-
Open the IBM Bob Shell’s
mcp.jsonsettings file in a text editor. This file is typically located at:- For macOS and Linux:
~/.bob/settings/mcp.json(global) or.bob/mcp.json(within an individual project) - For Windows:
%APPDATA%\Bob\settings\mcp.json(global) or.bob\mcp.json(within an individual project)
- For macOS and Linux:
-
Add the following entry to the
mcpServersobject: -
Save and close the
mcp.jsonfile. -
Start an IBM Bob Shell session by running the
bobcommand. - If prompted, log in to Bob with your IBM Cloud account.
- A web browser tab will appear, prompting you to authenticate with Transform. If you do not have a Transform account, click Register and then follow the on-screen directions to finish authenticating.
-
To verify that you are connected, run the
/mcpcommand. The unstructured-transform MCP server should show a green circle icon and Ready. - The Transform MCP server is ready for you to start using.
Parse your source files
Parsing requests have the following limits:- Each file must be of a supported file type.
- Each file must be 50 MB or less in size.
- Each request must have 10 files or fewer.
- Only 5 requests can be running at a time.
- From your terminal, in your IBM Bob Shell session, switch to the folder on your local machine that stores the files you want Transform to parse.
-
Enter the following prompt:
As needed, adapt the phrase
in this projectin the preceding prompt to indicate a more specific project folder. Also, as needed, guide the IBM Bob Shell as to where to write Transform’s output into the project. Transform parses your input files and delivers its results to you as a set of output files, one output file per input file.
Extract structured data
If you want to pull specific fields from your files, instead of converting the files in full, ask for an extraction. To determine what structured data Transform can extract from your files, use a prompt similar to the following:Next steps
- Control Transform file parsing output: Control how the Unstructured Transform MCP server instructs Transform to partition, enrich, chunk, and embed the data based on your files.
- Control Transform structured data extraction: Control how the Unstructured Transform MCP server extracts and formats structured data from your files.
- Control Transform generated sample code: Control how the Unstructured Transform MCP server generates sample curl or Python code that demonstrates how to use Transform to partition, enrich, chunk, and embed the data based on your files.
Questions? Need help?
- For technical support, request support.

