← Registry

Developer Tools

releases.sh

Provides search and retrieval of software releases and catalog entries from a registry.

1 endpoint16 known toolsFirst detected May 29, 2026Last detected July 13, 2026

ENDPOINT 1

https://mcp.releases.sh/mcp

No auth detected

Known tools 16

search

Unified search across the registry and release content.

get_latest_releases

Get the most recent releases, optionally filtered by product or organization.

list_catalog

List catalog entries — products and standalone sources combined into one list with an `entryType: 'product' | 'source'` discriminator per row.

get_catalog_entry

Detail for a single catalog entry — accepts a prod_ id, src_ id, or an org-scoped coordinate in the form orgSlug/slug (e.g.

list_organizations

List all indexed organizations, optionally filtered.

get_organization

Get detailed information about a single organization — accounts, tags, sources, products, aliases.

lookup_domain

Resolve a domain to the org or product that owns it.

list_collections

List curated collections — named cross-org playlists (e.g.

get_collection

Detail for a single collection — name, description, and the ordered list of member organizations.

get_collection_releases

Interleaved cross-org release feed for a collection — same shape as `get_latest_releases` but scoped to the collection's member orgs.

get_release

Fetch the full content of a single release by id.

follow

Follow an organization or a product so it appears in your personalized feed (`get_personalized_feed`).

unfollow

Stop following an organization or product.

list_follows

List the organizations and products you follow (newest first).

get_personalized_feed

Your personalized release feed — recent releases from the organizations and products you follow, newest first.

whats_changed

Given a package and a `from`/`to` version, return the changelog entries between them — `(from, to]`, from exclusive, to inclusive — with summaries and breaking-change verdicts.