# `HexpmMcp.Client`
[🔗](https://github.com/joshrotenberg/hexpm-mcp/blob/main/lib/hexpm_mcp/client.ex#L1)

HTTP client for the hex.pm API.

Wraps Req with rate limiting, user-agent headers, and response parsing.

# `get`

Make a GET request to the hex.pm API.

# `get_owners`

Get the owners of a package.

# `get_package`

Get detailed package information.

# `get_release`

Get a specific release of a package.

# `search`

Search for packages by query string.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
