io.github.Screed369/autoza-ireland
NPM · @AUTOZA/MCP-SERVER · SCANNED AUG 3
Irish used-car market MCP: search listings, stats, dealers & model guides via autoza.ie.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 76 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 573 tokens (~114/item across 5 items; 5 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 57% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @autoza/mcp-server
claude mcp add screed369-autoza-ireland -- npx -y @autoza/mcp-server
codex mcp add screed369-autoza-ireland -- npx -y @autoza/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"screed369-autoza-ireland": {
"type": "local",
"command": [
"npx",
"-y",
"@autoza/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add screed369-autoza-ireland --command npx --arg -y --arg @autoza/mcp-server
mcp_servers:
screed369-autoza-ireland:
command: "npx"
args: ["-y", "@autoza/mcp-server"] {
"mcpServers": {
"screed369-autoza-ireland": {
"command": "npx",
"args": [
"-y",
"@autoza/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +46
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +20
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 38
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@autoza/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
find_dealers ~73
Search the verified-dealer directory on autoza.ie. Returns dealer name, county, Trust Score, listing count, and profile URL. Every Autoza dealer is identity-verified.
| Name | Type | Req | Description |
|---|---|---|---|
| county | string | — | — |
| limit | number | — | — |
| make | string | — | Filter to dealers stocking a specific make |
No output schema declared.
No examples provided.
get_market_stats ~72
Aggregated Irish used-car market statistics from Autoza's verified-dealer listings. Returns total active listings, total verified dealers, average/min/max asking price, top 20 makes by listing count with average prices, and fuel-type breakdown. Updated hourly. CC BY 4.0 — please credit autoza.ie.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_model_guide ~154
Fetch the Autoza common-faults guide for a specific make+model. Includes year-by-year fault patterns, best/worst years to buy, average Irish asking price, motor-tax band, fuel economy, insurance notes, and an inspection checklist. Available models: BMW 5 Series, Audi A4, Mercedes E-Class, VW Passat, Toyota Corolla, Ford Focus, Hyundai Tucson, Nissan Qashqai, Volkswagen Golf, Skoda Octavia, Kia Sportage, Mazda CX-5, and more.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Guide slug e.g. 'bmw-5-series-common-faults-ireland' or 'toyota-corolla-common-faults-ireland'. |
No output schema declared.
No examples provided.
get_research_pulse ~102
Fetch an Autoza Used-Car Price Pulse — monthly proprietary research on the Irish used-car market with median/average prices, fastest-moving models, county-level supply, and EV/hybrid trends. Each Pulse has a Zenodo DOI and a Hugging Face dataset version.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | — | Research slug e.g. 'used-car-index-q2-2026' or 'pulse-2026-06'. Defaults to the latest Pulse if omitted. |
No output schema declared.
No examples provided.
search_listings ~172
Search live used-car listings on autoza.ie. Returns up to 20 verified-dealer listings matching the filters. Each listing includes make, model, year, price (EUR), mileage (km), county, fuel type, and a canonical autoza.ie URL.
| Name | Type | Req | Description |
|---|---|---|---|
| county | string | — | Irish county e.g. 'Dublin', 'Cork' |
| fuelType | string | — | — |
| limit | number | — | — |
| make | string | — | Make e.g. 'BMW', 'Toyota' |
| maxPrice | number | — | Maximum asking price in EUR |
| maxYear | number | — | — |
| minPrice | number | — | Minimum asking price in EUR |
| minYear | number | — | — |
| model | string | — | Model e.g. '5 Series', 'Corolla' |
No output schema declared.
No examples provided.