Developer Tools
releases.sh
Provides search and retrieval of software releases and catalog entries from a registry.
ENDPOINT 1
https://mcp.releases.sh/mcp
Known tools 16
searchUnified search across the registry and release content.
get_latest_releasesGet the most recent releases, optionally filtered by product or organization.
list_catalogList catalog entries — products and standalone sources combined into one list with an `entryType: 'product' | 'source'` discriminator per row.
get_catalog_entryDetail for a single catalog entry — accepts a prod_ id, src_ id, or an org-scoped coordinate in the form orgSlug/slug (e.g.
list_organizationsList all indexed organizations, optionally filtered.
get_organizationGet detailed information about a single organization — accounts, tags, sources, products, aliases.
lookup_domainResolve a domain to the org or product that owns it.
list_collectionsList curated collections — named cross-org playlists (e.g.
get_collectionDetail for a single collection — name, description, and the ordered list of member organizations.
get_collection_releasesInterleaved cross-org release feed for a collection — same shape as `get_latest_releases` but scoped to the collection's member orgs.
get_releaseFetch the full content of a single release by id.
followFollow an organization or a product so it appears in your personalized feed (`get_personalized_feed`).
unfollowStop following an organization or product.
list_followsList the organizations and products you follow (newest first).
get_personalized_feedYour personalized release feed — recent releases from the organizations and products you follow, newest first.
whats_changedGiven 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.