SaberTools โ the platform
Research any topic with Claude + 18 live public APIs, organize sources with evidence grades and licenses, and export portable UKS packets.
Explore the platform
A platform for AI research, an open standard for packaging knowledge (UKS), and a living registry of verified, graded, licensed knowledge for agents.
SaberTools is best understood as three things that build on each other:
| Layer | What it is | Who it's for |
|---|---|---|
| SaberTools | The research platform โ an app that researches topics, organizes sources, and produces structured knowledge | Researchers, analysts, knowledge teams |
| UKS | The open standard the platform speaks โ a portable JSON format for knowledge + agent actions | Developers, tool builders, implementers |
| The Registry | The shared, verified knowledge base built from UKS packets | AI agents, agent builders, integrators |
The platform produces UKS packets. The standard defines what a packet is. The registry serves the best of them back โ verified, graded, and license-checked โ to any agent that asks.
npm install -g @uks/cli
uks validate my-packet.uks.json # Validate against the normative schema
uks serve my-packet.uks.json # Expose as an MCP tool for Claude
uks publish my-packet.uks.json # Share in the public registry| Package | Install | Purpose |
|---|---|---|
@uks/cli | npm i -g @uks/cli | Validate, convert, publish (the uks command) |
@uks/sdk | npm i @uks/sdk | TypeScript builder + validator + registry client |
uks-sdk | pip install uks-sdk | Python Pydantic models + validator |
@uks/mcp-server | npm i -g @uks/mcp-server | MCP server โ serve packets + query the registry from Claude |