
Product
Socket for Asana Is Now Available
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
@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.
The npm package @autoza/mcp-server receives a total of 68 weekly downloads. As such, @autoza/mcp-server popularity was classified as not popular.
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.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.