Skip to content

autonet-code/tool-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Autonet Tool Registry

Open catalog of agent tools for the Autonet framework.

Usage

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

Adding tools

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

Multiple registries

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.

About

Open catalog of agent tools for the Autonet framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors