Skip to content

Add a tool

The tools catalog is a curated list of open-source tools and projects that support or build on the mcpdesc format. This page explains how to get a tool listed.

The one hard requirement is the mcpdesc badge, that states the supported version of the MCP Description specification.

We also recommend that a tool:

  • Be open source, or at minimum have a public page that documents the tool support for the MCP Description format,
  • Support the latest version of the MCP Description specification,
  • Identify a point of contact for the projet maintainers.

The tools catalog does not display which version of the MCP Description specification a tool supports — each tool self-declares the information in its own README using the mcpdesc badge.

We only verify that the badge exists and points at a real published specification version.

You can add the mcpdesc badge at the top of your repo’s README using:

[![mcpdesc](https://img.shields.io/endpoint?url=https://mcpdesc.org/badge/0.7.0.json)](https://mcpdesc.org)

Note that the badge reference is hosted at mcpdesc.org, so the label, version, and brand color stay consistent across every tool and can be maintained centrally over time.

It renders as:

mcpdesc badge showing version 0.7.0

  • Use the file for the spec version your tool supports, e.g. /badge/0.7.0.json.
  • If your tool supports multiple versions, we recommend displaying the latest, but you may prefer displaying multiple badges (simply repeat the badge snippet).
  • The badge is self-declared: it is not a certification, conformance guarantee, or endorsement by the {mcpdesc} project.

Open a Tool submission issue using the form:

The form collects everything needed to create a catalog entry: tool name, repository URL, a one-line description, license, the latest supported specification version, and a main point of contact.

Have a question first? Start a thread in GitHub Discussions.

A maintainer will check that your README shows the mcpdesc badge and that its version is a published specification version. On acceptance, we add a structured record for your tool to the catalog and it appears on the tools page.