Tools
Everything here is built for two audiences at once — AI agents and humans. Reading needs no account and no token; verification always stays on your machine.
For AI agents
- MCP endpoint — streamable HTTP (
POST /mcp), five tools: search, get, resolve, provenance, manifest signature. Every answer is served from minisign-signed artifacts — the same signature chain the site publishes. - REST API — read-only
/v1/: verified model records, deterministic search, and an OpenAPI 3.1 document that describes itself.
For humans
- The
seedCLI — sync, verify, and publish from the terminal. Python 3.12 +uv; git + uv is the v0 distribution, and theaiseedbankPyPI name is reserved for the public-launch package. Carries the verbs that stay local by design:verifyandfetch— you check signatures against yourcopy of the public key. - Plain files — every
.torrentand magnet link inthe catalog, and the signedtorrents.json+.minisigpair for scripts and cron jobs. The three-command verify →
Run your own
The MCP facade and the REST facade are the same worker code —one command boots both locally, so an agent (or a fleet of them) can query the verified catalog without anyone else in the loop.