ToolUniverse is a collection of biomedical tools designed for use by Agentic AI. It is a critical component of TxAgent, providing the agent with the ability to access and leverage a vast array of biomedical knowledge to solve complex therapeutic reasoning tasks. ToolUniverse includes 211 biomedical tools that address various aspects of drugs and diseases. These tools are linked to trusted sources, including all US FDA-approved drugs since 1939 and validated clinical insights from Open Targets and Monarch Initiative.
python -m pip install . --no-cache-dir
Pip page (https://pypi.org/project/tooluniverse)
pip install tooluniverse
ToolUniverse supports both a Python SDK and an MCP server interface.
- You can use the Python SDK to interact with ToolUniverse programmatically in your Python projects.
- You can connect to the ToolUniverse MCP server for remote tool execution and integration with other agentic systems.
For more detailed usage examples, see the README_USAGE page.
For MCP integration with Claude Desktop App, see the MCP for Claude Tutorial.
@misc{gao2025txagent,
title={TxAgent: An AI Agent for Therapeutic Reasoning Across a Universe of Tools},
author={Shanghua Gao and Richard Zhu and Zhenglun Kong and Ayush Noori and Xiaorui Su and Curtis Ginder and Theodoros Tsiligkaridis and Marinka Zitnik},
year={2025},
eprint={2503.10970},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2503.10970},
}
If you have any questions or suggestions, please email Shanghua Gao and Marinka Zitnik.