eCommerce
autoza.ie
Helps users buy cars in Ireland by providing AI assistance, inventory search, vehicle details, tax calculations, and market statistics.
ENDPOINT 1
https://autoza.ie/api/mcp
MCP server metadata
- Name
- Autoza Ireland
- Version
- 1.0.0
Autoza Ireland (autoza.ie) — Irish vehicle marketplace. Use chat_with_mark for any Irish car-buying question (it searches live inventory and knows Irish tax/VRT/NCT); search_vehicles/get_vehicle for raw inventory data; compare_models for a live side-by-side of two models with an Irish buy verdict; best_cars_under_budget for the top live cars of a type under a budget; ask_autoza for figure-verified answers on grants/VRT/finance/NCT/tax; calculate_vrt for import tax maths; market_stats for market aggregates. Read-only — no tool here sends messages or transacts.
Known tools 9
chat_with_markAsk Mark — Autoza Ireland's car-buying AI — anything about buying a car in Ireland: what to buy, model comparisons, Irish motor tax, VRT/imports, NCT, finance (PCP/HP), running costs, EVs.
Inferred read-onlysearch_vehicles_cardsSearch live Autoza Ireland inventory and render the matches as an interactive card carousel (photo, year/make/model, € price, mileage, location).
Inferred read-onlycalculate_vrtEstimate Irish Vehicle Registration Tax (VRT) + NOx levy for importing a car into Ireland.
Inferred read-onlymarket_statsCurrent Autoza Ireland market snapshot: total live listings and top makes.
Inferred read-onlycompare_modelsCompare two car models for the Irish used market: median price (EUR), price range, year span and most common fuel for each, plus a balanced 'which to buy in Ireland' verdict when it's one of Autoza's editorial comparisons.
Inferred read-onlybest_cars_under_budgetBest used cars of a given type under a budget in Ireland: median asking price and the top live listings (newest-first) with URLs.
Inferred read-onlyask_autozaFigure-verified direct answers to common Irish car-buying questions (EV/SEAI grants, ICE2EV scrappage, VRT/importing, finance, NCT, motor tax, best-value picks).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.autoza-ireland]
url = "https://autoza.ie/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"autoza-ireland": {
"type": "http",
"url": "https://autoza.ie/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: autoza-ireland
Remote MCP URL: https://autoza.ie/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"autoza-ireland": {
"url": "https://autoza.ie/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"autoza-ireland": {
"type": "http",
"url": "https://autoza.ie/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "autoza-ireland",
"transport": "streamable-http",
"url": "https://autoza.ie/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for autoza.ie was fetched 2026-07-31T04:30:05.608Z and is being refreshed.
autoza.ie is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.