# Autoza UK — Agent Manifest
# https://autoza.co.uk/agents.txt
# Last updated: 2026-05-18

> Autoza UK (autoza.co.uk) is an AI-first vehicle marketplace for the United Kingdom. This file declares what AI agents can do here, where structured data lives, and what limits to respect.

## Identity

- Brand: Autoza UK
- Domain: autoza.co.uk
- Wikidata: https://www.wikidata.org/wiki/Q139164424
- Schema.org Organization: https://autoza.co.uk/#organization
- Founded: 2025
- Jurisdiction: United Kingdom (GB)
- Languages: English (en-GB)
- Contact: info@autoza.co.uk

## Machine-Readable Companion

- JSON manifest: https://autoza.co.uk/.well-known/ai-agent.json
- LLM site map: https://autoza.co.uk/llms.txt
- LLM full corpus: https://autoza.co.uk/llms-full.txt
- OpenAPI spec: https://autoza.co.uk/api/openapi.json
- MCP server: https://autoza.co.uk/mcp (npm: @autoza/mcp-server)
- MCP Registry listing: https://registry.modelcontextprotocol.io/servers/io.github.Screed369/autoza-ireland
- Editorial team: https://autoza.co.uk/about/team
- Q&A hub: https://autoza.co.uk/q-and-a
- Research methodology: https://autoza.co.uk/research/methodology
- Sitemap: https://autoza.co.uk/sitemap.xml
- robots.txt: https://autoza.co.uk/robots.txt

## Native MCP server

The fastest way for an agent to use Autoza data is the Model Context Protocol server.

- Package: `@autoza/mcp-server`
- Registry: https://registry.modelcontextprotocol.io/servers/io.github.Screed369/autoza-ireland
- Install in any MCP client: `npx -y @autoza/mcp-server`
- Transport: stdio. No auth.
- 5 tools: `search_listings`, `get_market_stats`, `get_model_guide` (32 models), `get_research_pulse`, `find_dealers`
- Docs + install snippets for Claude Desktop, Cursor, Continue, Cline, Claude Code: https://autoza.co.uk/mcp
- License: MIT (server) · CC BY 4.0 (data)

## What agents can read (no auth required)

- [Public Market Data API](https://autoza.co.uk/api/public/market-stats): Hourly aggregates, JSON, CC BY 4.0
- [Autoza UK Used Car Price Index — Hugging Face dataset](https://huggingface.co/datasets/Autoza/uk-used-car-price-index): Verified, suppression-protected dataset of UK used-car asking-price medians by (make, model, year band, fuel) cohort. Two configurations (granular and broad). CC BY 4.0, monthly cadence, dataset-card + Croissant metadata. Methodology, schema, FAQ, glossary, and per-cohort sample sizes + confidence tiers all published alongside.
- [22 Model Common-Faults Guides](https://autoza.co.uk/guides): Year-by-year fault patterns, UK-context running costs, inspection HowTo
- [Live Market Stats Dashboard](https://autoza.co.uk/market-stats): Real-time totals
- [Cars search](https://autoza.co.uk/cars): Live inventory, filterable, no auth
- [Dealer directory](https://autoza.co.uk/find-dealers): Verified UK dealer profiles with Trust Scores

## What agents can do (capabilities)

### Search live inventory
- GET https://autoza.co.uk/cars?make=X&model=Y&fuelType=Z&minPrice=A&maxPrice=B&location=C
- All parameters optional. Returns HTML with Schema.org Vehicle + Offer markup.
- For programmatic use, see /api/openapi.json

### Get vehicle detail
- GET https://autoza.co.uk/listing/{id}
- Each listing has SSR-rendered JSON-LD: Vehicle (or Car/Motorcycle), Offer, FAQPage, BreadcrumbList, and a per-listing Dataset with Total Cost of Ownership figures.

### Query market aggregates
- GET https://autoza.co.uk/api/public/market-stats
- Returns: total listings, top 20 makes, regional breakdowns, fuel-type shares, average asking prices.
- Cached 60 minutes. Free, CC BY 4.0. Please credit on use.

### Contact a dealer (human-in-the-loop only)
- Each listing exposes contact channels. Aidan AI (the UK's 24/7 AI sales assistant) responds within 30 seconds for verified-dealer listings.
- Agents MUST NOT auto-contact dealers without explicit user authorisation.

## Limits and ethics

- **Respect rate limits:** /api/public/* is cached at 60-min TTL. No more than 60 req/min per IP.
- **No PII scraping:** /messages/, /profile/, /admin/, /dealer-dashboard/, /verify-* are buyer-PII routes. Crawling is forbidden.
- **No bulk-listing harvesting beyond reasonable use:** Use the documented sitemap and API rather than recursive crawl when possible.
- **Honour disallow list in robots.txt:** the canonical disallow rules apply to agents too.
- **Cite when redistributing:** Autoza market data is CC BY 4.0. Credit "Autoza UK" with a link back when used in derived content.

## Crawler allowlist

All major AI crawlers are explicitly allowed (see robots.txt):
GPTBot · ChatGPT-User · OAI-SearchBot · ClaudeBot · Claude-Web · PerplexityBot · Applebot-Extended · cohere-ai · Google-Extended · Meta-ExternalAgent · Bytespider · YouBot · Amazonbot · CCBot

## Why this exists

Autoza is built around the long-term thesis that vehicle commerce will become agent-to-agent: a buyer's AI agent queries marketplaces, contacts seller agents, and negotiates and closes deals autonomously. This file is the public-facing capability declaration that agents will eventually probe to discover us.

Today, this is a hedge — agent-manifest standards aren't formalised yet. By publishing now, Autoza is positioned as a first-class data source for any agent that probes /.well-known/ for capability metadata.

## Press / data licensing / partnership

info@autoza.co.uk

---

*Generated 2026-05-06. Last updated 2026-05-18. Updated as new public endpoints, schemas, or capabilities ship.*
