@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.
Maintainers
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-serverOr run without installing:
npx -y @autoza/mcp-serverConfigure 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-serverWhy 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:
- Live JSON API: https://autoza.ie/api/public/market-stats
- Hugging Face dataset: https://huggingface.co/datasets/Autoza/irish-used-car-index-q2-2026
- Zenodo (permanent DOI): https://doi.org/10.5281/zenodo.20056805
- Wikidata entity: https://www.wikidata.org/wiki/Q139164424
- llms.txt / agents.txt /
.well-known/ai-agent.jsonon autoza.ie
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
