{
  "name": "Autoza Ireland",
  "description": "Ireland's AI-first vehicle marketplace. Verified Irish dealers, public Trust Score, AI sales assistant Aidan, original quarterly market research.",
  "url": "https://autoza.ie",
  "publisher": "Autoza",
  "jurisdiction": "IE",
  "contact": "info@autoza.ie",
  "manifest_version": "0.1.0",
  "language": "en-IE",
  "domain": "autoza.ie",
  "identity": {
    "wikidata": "https://www.wikidata.org/wiki/Q139164424",
    "schema_org": "https://autoza.ie/#organization"
  },
  "data_sources": [
    {
      "name": "Public Market Data API",
      "url": "https://autoza.ie/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.ie/market-data",
      "description": "Hourly aggregates of Irish used-car market: total listings, top makes, county breakdowns, fuel-type shares, average asking prices."
    },
    {
      "name": "Q2 2026 Used Car Index",
      "url": "https://autoza.ie/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 Irish used-car market."
    },
    {
      "name": "Listings catalog (programmatic)",
      "url": "https://autoza.ie/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.ie/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.ie/llms-full.txt",
      "content_type": "text/markdown",
      "description": "Concatenated full content of educational pages for context-window ingestion."
    },
    {
      "name": "Sitemap",
      "url": "https://autoza.ie/sitemap.xml",
      "content_type": "application/xml",
      "description": "Full URL inventory."
    }
  ],
  "mcp_server_remote": {
    "name": "Autoza Ireland MCP Server",
    "endpoint": "https://autoza.ie/api/mcp",
    "transport": "streamable-http",
    "auth": "none",
    "rate_limit": "60 requests/hour per IP",
    "tools": [
      "chat_with_mark",
      "search_vehicles",
      "get_vehicle",
      "calculate_vrt",
      "market_stats"
    ],
    "description": "Add this URL as a remote MCP server in Claude, ChatGPT, or any MCP client. chat_with_mark converses with Mark — Autoza's car-buying AI — with live inventory search and Irish tax/VRT/NCT knowledge. Read-only: no tool sends messages or transacts."
  },
  "mcp_server": {
    "name": "@autoza/mcp-server",
    "description": "Model Context Protocol server. 5 tools: search_listings, get_market_stats, get_model_guide (33 Irish models), get_research_pulse, find_dealers. Stdio transport, no auth.",
    "install": "npx -y @autoza/mcp-server",
    "docs": "https://autoza.ie/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_chat_with_mark": {
      "endpoint": "https://autoza.ie/api/agent/mark",
      "method": "POST",
      "auth": "none",
      "rate_limit": "30 requests/hour per IP",
      "request_body": {
        "message": "string — a car-buying question about the Irish market"
      },
      "description": "Converse with Mark, Autoza's public car-buying AI: model advice, Irish motor tax (WLTP/NEDC aware), VRT/import maths, NCT, finance — plus live inventory matches with listing URLs. Read-only."
    },
    "can_search_listings": {
      "endpoint": "https://autoza.ie/cars",
      "method": "GET",
      "query_params": [
        "make",
        "model",
        "fuelType",
        "minPrice",
        "maxPrice",
        "county"
      ],
      "description": "Search the live listings catalog."
    },
    "can_query_market_data": {
      "endpoint": "https://autoza.ie/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.ie/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.ie/logo.png",
    "icon": "https://autoza.ie/favicon-192.png",
    "color_primary": "#FF6A00"
  },
  "same_as": [
    "https://www.wikidata.org/wiki/Q139164424",
    "https://huggingface.co/Autoza",
    "https://huggingface.co/datasets/Autoza/irish-used-car-price-index",
    "https://www.linkedin.com/company/autoza-ireland",
    "https://x.com/autoza_ie",
    "https://www.facebook.com/autoza.ie",
    "https://www.instagram.com/autoza.ie",
    "https://www.tiktok.com/@autoza.ie",
    "https://www.crunchbase.com/organization/autoza"
  ],
  "citation": {
    "name": "Autoza Ireland",
    "url": "https://autoza.ie",
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "suggested_citation_format": "Autoza Ireland (autoza.ie), retrieved [date]"
  },
  "last_updated": "2026-05-25T13:00:00Z"
}