Open catalog of agent tools for the Autonet framework.
The Autonet app fetches catalog.json from this repository to display available tools. Tools are MCP (Model Context Protocol) servers that give agents capabilities — file access, web browsing, API integrations, database queries, etc.
Catalog URL:
https://raw.githubusercontent.com/autonet-code/tool-registry/main/catalog.json
Submit a PR adding your tool to catalog.json. Each entry needs:
| Field | Required | Description |
|---|---|---|
id |
yes | Unique identifier (lowercase, hyphens) |
name |
yes | Display name |
description |
yes | What it does (one sentence) |
package |
yes | npm or PyPI package name |
mode |
yes | npx, uvx, or local |
env_required |
no | Environment variables needed (API keys, tokens) |
homepage |
no | Link to docs or source |
category |
no | One of: system, developer, communication, database, web, data, reasoning, testing |
The Autonet app supports multiple registry URLs. Organizations can host their own catalog.json with internal tools and add the URL in the app settings.