list_releases
Pack: hex-pm · Endpoint: https://gateway.pipeworx.io/hex-pm/mcp
List all published versions (releases) of a Hex.pm package (Elixir/Erlang mix package), each with its version and publish date.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Package name, e.g. “phoenix”. |
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":"list_releases","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.