Toolkits group related tools so you can import or remove them in one action. You use toolkits to organize and manage tools efficiently in watsonx Orchestrate. watsonx Orchestrate supports two toolkit types:Documentation Index
Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
Use this file to discover all available pages before exploring further.
- MCP toolkits
- Python toolkits
MCP Toolkits
Use MCP toolkits to integrate tools built with the stdio transport in Python or Node.js. These toolkits run inside the watsonx Orchestrate runtime and behave like standalone Python tools, which keeps execution and debugging consistent. You can import MCP toolkits from the following sources:- npm (for Node.js)
- PyPI (for Python)
- Local filesystem (without publishing to a package registry)
- Remote MCP server

