← releases.sh

INDIVIDUAL MCP TOOL

list_catalog

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

releases.shnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

releases.sh

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.releases-sh]
url = "https://mcp.releases.sh/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "releases-sh": {
      "type": "http",
      "url": "https://mcp.releases.sh/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: releases-sh
Remote MCP URL: https://mcp.releases.sh/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "releases-sh": {
      "url": "https://mcp.releases.sh/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "releases-sh": {
      "type": "http",
      "url": "https://mcp.releases.sh/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "releases-sh",
  "transport": "streamable-http",
  "url": "https://mcp.releases.sh/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Unified search across the registry and release content.
  • get_latest_releases — Get the most recent releases, optionally filtered by product or organization.
  • 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.