search_packages

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

Search the Hex.pm registry for Elixir/Erlang mix packages by keyword. Returns a list of matching packages with descriptions, latest versions, and downloads.

Parameters

NameTypeRequiredDescription
querystringyesSearch term, e.g. “json” or “http client”.
sortstringnoSort order (default “downloads”).
pagenumbernoPage number, 1-based (default 1).

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":"search_packages","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