A comprehensive collection of scientific tools for Agentic AI, offering integration with the ToolUniverse SDK and MCP Server to support advanced scientific workflows. Current version 1.1.11, requires Python >=3.10. Actively maintained with frequent releases.
pip install tooluniverseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize ToolUniverse client, list tools, and execute an example tool.
Uninstall old package: pip uninstall tooluniverse-sdk; install new: pip install tooluniverse
Set TOOLUNIVERSE_API_KEY in environment or pass api_key argument.
Upgrade to Python 3.10 or higher.
Change imports: from tooluniverse import ToolUniverse instead of from tooluniverse.sdk import ToolUniverse
Check tool documentation for specific prerequisites and rate limits.
Run: pip install tooluniverse
Ensure you are using the correct package version and import: from tooluniverse import ToolUniverse
Set TOOLUNIVERSE_API_KEY='your_key' in environment or pass api_key='your_key' to ToolUniverse constructor.
Upgrade Python to 3.10+ and reinstall tooluniverse.
No dependency data recorded yet.