{
  "name": "Autoza UK",
  "description": "The UK's AI-first vehicle marketplace. Verified UK dealers, public Trust Score, AI sales assistant Aidan, original quarterly market research.",
  "url": "https://autoza.co.uk",
  "publisher": "Autoza",
  "jurisdiction": "GB",
  "contact": "info@autoza.co.uk",
  "manifest_version": "0.1.0",
  "language": "en-GB",
  "domain": "autoza.co.uk",
  "identity": {
    "wikidata": "https://www.wikidata.org/wiki/Q139164424",
    "schema_org": "https://autoza.co.uk/#organization"
  },
  "data_sources": [
    {
      "name": "Public Market Data API",
      "url": "https://autoza.co.uk/api/public/market-stats",
      "content_type": "application/json",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "authentication": "none",
      "rate_limit": "60-min cache",
      "schema": "https://autoza.co.uk/market-data",
      "description": "Hourly aggregates of UK used-car market: total listings, top makes, regional breakdowns, fuel-type shares, average asking prices."
    },
    {
      "name": "Q2 2026 Used Car Index",
      "url": "https://autoza.co.uk/research/used-car-index-q2-2026",
      "content_type": "text/html+jsonld",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "schema_types": [
        "Dataset",
        "Article",
        "ClaimReview",
        "WebPage"
      ],
      "description": "Quarterly proprietary research on the UK used-car market."
    },
    {
      "name": "Listings catalog (programmatic)",
      "url": "https://autoza.co.uk/api/openapi.json",
      "content_type": "application/json",
      "authentication": "api-key",
      "description": "OpenAPI 3.1 spec for listing search, vehicle detail, and dealer queries."
    },
    {
      "name": "LLM Site Map",
      "url": "https://autoza.co.uk/llms.txt",
      "content_type": "text/markdown",
      "description": "Curated index of canonical Autoza pages, formatted per llmstxt.org."
    },
    {
      "name": "Full LLM Knowledge Base",
      "url": "https://autoza.co.uk/llms-full.txt",
      "content_type": "text/markdown",
      "description": "Concatenated full content of educational pages for context-window ingestion."
    },
    {
      "name": "Sitemap",
      "url": "https://autoza.co.uk/sitemap.xml",
      "content_type": "application/xml",
      "description": "Full URL inventory."
    }
  ],
  "mcp_server": {
    "name": "@autoza/mcp-server",
    "description": "Model Context Protocol server. 5 tools: search_listings, get_market_stats, get_model_guide (32 UK models), get_research_pulse, find_dealers. Stdio transport, no auth.",
    "install": "npx -y @autoza/mcp-server",
    "docs": "https://autoza.co.uk/mcp",
    "registry": "https://registry.modelcontextprotocol.io/servers/io.github.Screed369/autoza-ireland",
    "npm": "https://www.npmjs.com/package/@autoza/mcp-server",
    "license": "https://opensource.org/license/mit/",
    "transport": "stdio"
  },
  "agent_capabilities": {
    "can_search_listings": {
      "endpoint": "https://autoza.co.uk/cars",
      "method": "GET",
      "query_params": [
        "make",
        "model",
        "fuelType",
        "minPrice",
        "maxPrice",
        "location"
      ],
      "description": "Search the live listings catalog."
    },
    "can_query_market_data": {
      "endpoint": "https://autoza.co.uk/api/public/market-stats",
      "method": "GET",
      "auth": "none",
      "description": "Get aggregated market stats. CC BY 4.0 — please credit on use."
    },
    "can_contact_seller": {
      "endpoint": "https://autoza.co.uk/listing/{id}",
      "method": "human-in-the-loop",
      "description": "Listing pages expose contact channels. Aidan AI assistant responds to buyer messages within 30 seconds."
    }
  },
  "agent_limits": {
    "rate_limit": "Respect Cache-Control headers. No more than 60 requests per minute per IP for /api/public/* endpoints.",
    "no_scraping": "Use the documented API endpoints, not HTML scraping, where possible.",
    "pii_protection": "Buyer messages contain personal data. Do not crawl /messages/, /profile/, /admin/, /dealer-dashboard/, or any authenticated route. See robots.txt for the disallow list."
  },
  "brand_assets": {
    "logo": "https://autoza.co.uk/logo.png",
    "icon": "https://autoza.co.uk/favicon-192.png",
    "color_primary": "#FF6A00"
  },
  "same_as": [
    "https://www.wikidata.org/wiki/Q139164424",
    "https://huggingface.co/Autoza",
    "https://huggingface.co/datasets/Autoza/uk-used-car-price-index",
    "https://www.linkedin.com/company/autoza-uk",
    "https://x.com/autoza_uk",
    "https://www.facebook.com/autoza.co.uk",
    "https://www.instagram.com/autoza.co.uk",
    "https://www.tiktok.com/@autoza.co.uk",
    "https://www.crunchbase.com/organization/autoza"
  ],
  "citation": {
    "name": "Autoza UK",
    "url": "https://autoza.co.uk",
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "suggested_citation_format": "Autoza UK (autoza.co.uk), retrieved [date]"
  },
  "last_updated": "2026-05-18T13:00:00Z"
}