Scientific Toolkits for AI Agents
Discover and publish scientific agentic tools. Simple CLI publishing, curated quality, MCP-compatible.
For Toolkit Users
Install the CLI
pip install scitoolkitInstall a toolkit
scitoolkit install asterUse in your code
from scitoolkit import load_toolkit
aster = load_toolkit('aster')
tools = aster.get_tools()For Toolkit Authors
Curated Quality
All toolkits are reviewed before publication to ensure quality and safety standards.
MCP Compatible
Works seamlessly with Claude Code and other agent frameworks via Model Context Protocol.
Isolated Execution
Toolkits run in isolated environments with clear permission boundaries for security.