Skip to content

mims-harvard/ToolUniverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToolUniverse

ProjectPage PaperLink TxAgent-PIP ToolUniverse-PIP TxAgent ToolUniverse HuggingFace Model context protocol (MCP)

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.

TxAgent

Install

Install from source

python -m pip install . --no-cache-dir

Install from Pypi

Pip page (https://pypi.org/project/tooluniverse)

pip install tooluniverse

Usage

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.

Citation

@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}, 
}

Contact

If you have any questions or suggestions, please email Shanghua Gao and Marinka Zitnik.

Core contributors

Shanghua Gao; Richard Zhu; Zhenglun Kong; Sufian Aldogom

Releases

No releases published

Packages

No packages published

Languages