get_release

Pack: hex-pm · Endpoint: https://gateway.pipeworx.io/hex-pm/mcp

Get details for a specific version (release) of a Hex.pm package (Elixir/Erlang mix package): dependency requirements, docs availability, publisher, and downloads.

Parameters

NameTypeRequiredDescription
namestringyesPackage name, e.g. “phoenix”.
versionstringyesVersion string, e.g. “1.7.0”.

Example call

curl -X POST https://gateway.pipeworx.io/hex-pm/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_release","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "hex-pm": {
      "url": "https://gateway.pipeworx.io/hex-pm/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026