Scientific Toolkits for AI Agents

Discover and publish scientific agentic tools. Simple CLI publishing, curated quality, MCP-compatible.

Featured Toolkits

Loading toolkits...

For Toolkit Users

Install the CLI

pip install scitoolkit

Install a toolkit

scitoolkit install aster

Use in your code

from scitoolkit import load_toolkit
aster = load_toolkit('aster')
tools = aster.get_tools()
Read full documentation →

For Toolkit Authors

1. Create your toolkit

scitoolkit init

2. Authenticate

scitoolkit login

Get your API key from the dashboard

3. Publish

scitoolkit publish
Read publishing guide →

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.