npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@autoza/mcp-server

v0.1.10

Published

Model Context Protocol server for Autoza Ireland — query the Irish used-car market (autoza.ie) from any MCP-compatible AI client.

Readme

@autoza/mcp-server

Model Context Protocol server for Autoza Ireland — query the Irish used-car market (autoza.ie) from any MCP-compatible AI client.

Autoza is Ireland's AI-first used-car marketplace. This server exposes the public, verified-dealer listings and proprietary market research as MCP tools, so an AI agent can search Irish stock, pull aggregated market stats, and fetch model-specific buying guides without scraping HTML.

Tools

| Tool | What it returns | |------|----------------| | search_listings | Up to 20 verified-dealer listings filtered by make, model, county, fuel type, price, year | | get_market_stats | Aggregated Irish used-car market data — total listings, top makes, fuel breakdown, price ranges. Updated hourly. CC BY 4.0 | | get_model_guide | Common-faults guide for a specific make+model: year-by-year fault patterns, best/worst years, motor tax, fuel economy, inspection checklist | | get_research_pulse | Monthly Used-Car Price Pulse — proprietary research with Zenodo DOI and Hugging Face dataset version | | find_dealers | Verified Irish dealer directory — name, county, Trust Score, listing count |

All data is licensed CC BY 4.0. Please credit "Autoza Ireland (autoza.ie)" when redistributing.

Install

npm install -g @autoza/mcp-server

Or run without installing:

npx -y @autoza/mcp-server

Configure in Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "autoza": {
      "command": "npx",
      "args": ["-y", "@autoza/mcp-server"]
    }
  }
}

Configure in Cursor / Continue / Cline

Same pattern — point your MCP config at npx -y @autoza/mcp-server (stdio transport).

Configure in Claude Code

claude mcp add autoza -- npx -y @autoza/mcp-server

Why this exists

Autoza is built around the long-term thesis that vehicle commerce will become agent-to-agent: a buyer's AI queries marketplaces, contacts seller agents, and negotiates and closes deals autonomously. This MCP server is the public capability surface for that — the same data is also published as:

The MCP server is the agent-callable form of the same surface.

Privacy

This server makes outbound HTTPS requests to https://autoza.ie only. No keys, no auth, no telemetry. The User-Agent header identifies the client as Autoza-MCP-Server/<version>.

You can override the base URL for local development with AUTOZA_BASE_URL.

License

MIT for the server code. The data returned is CC BY 4.0.

Maintained by

The Autoza Team — [email protected] · https://autoza.ie