
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@autoza/mcp-server
Advanced tools
Model Context Protocol server for Autoza Ireland — query the Irish used-car market (autoza.ie) from any MCP-compatible AI client.
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.
| 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.
npm install -g @autoza/mcp-server
Or run without installing:
npx -y @autoza/mcp-server
Add to claude_desktop_config.json:
{
"mcpServers": {
"autoza": {
"command": "npx",
"args": ["-y", "@autoza/mcp-server"]
}
}
}
Same pattern — point your MCP config at npx -y @autoza/mcp-server (stdio transport).
claude mcp add autoza -- npx -y @autoza/mcp-server
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:
.well-known/ai-agent.json on autoza.ieThe MCP server is the agent-callable form of the same surface.
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.
MIT for the server code. The data returned is CC BY 4.0.
The Autoza Team — info@autoza.ie · https://autoza.ie
FAQs
Model Context Protocol server for Autoza Ireland — query the Irish used-car market (autoza.ie) from any MCP-compatible AI client.
We found that @autoza/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.