🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@autoza/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autoza/mcp-server

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

latest
Source
npmnpm
Version
0.1.10
Version published
Maintainers
1
Created
Source

@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

ToolWhat it returns
search_listingsUp to 20 verified-dealer listings filtered by make, model, county, fuel type, price, year
get_market_statsAggregated Irish used-car market data — total listings, top makes, fuel breakdown, price ranges. Updated hourly. CC BY 4.0
get_model_guideCommon-faults guide for a specific make+model: year-by-year fault patterns, best/worst years, motor tax, fuel economy, inspection checklist
get_research_pulseMonthly Used-Car Price Pulse — proprietary research with Zenodo DOI and Hugging Face dataset version
find_dealersVerified 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:

  • 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.json on 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 — info@autoza.ie · https://autoza.ie

Keywords

mcp

FAQs

Package last updated on 18 May 2026

Did you know?

Socket

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.

Install

Related posts