{
  "name": "Autoza",
  "description": "Marketplace de vehículos de ocasión en España. Anuncios de concesionarios con su nombre y dirección visibles, buscador público y asistente de compra con IA.",
  "url": "https://autoza.es",
  "publisher": "Autoza",
  "jurisdiction": "ES",
  "contact": "info@autoza.es",
  "manifest_version": "0.1.0",
  "language": "es-ES",
  "domain": "autoza.es",
  "identity": {
    "schema_org": "https://autoza.es/#organization"
  },
  "data_sources": [
    {
      "name": "Public Market Data API",
      "url": "https://autoza.es/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.es/market-data",
      "description": "Agregados del mercado español publicados en Autoza: total de anuncios, marcas más frecuentes, desglose por provincia, reparto por combustible y precios medios de venta."
    },
    {
      "name": "Listings catalog (programmatic)",
      "url": "https://autoza.es/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.es/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.es/llms-full.txt",
      "content_type": "text/markdown",
      "description": "Concatenated full content of educational pages for context-window ingestion."
    },
    {
      "name": "Sitemap",
      "url": "https://autoza.es/sitemap.xml",
      "content_type": "application/xml",
      "description": "Full URL inventory."
    }
  ],
  "mcp_server_remote": {
    "name": "Autoza MCP Server",
    "endpoint": "https://autoza.es/api/mcp",
    "transport": "streamable-http",
    "auth": "none",
    "rate_limit": "60 requests/hour per IP",
    "tools": [
      "chat_with_carlos",
      "search_vehicles",
      "search_vehicles_cards",
      "get_vehicle",
      "market_stats",
      "compare_models",
      "best_cars_under_budget"
    ],
    "description": "Añade esta URL como servidor MCP remoto en Claude, ChatGPT o cualquier cliente MCP. chat_with_carlos conversa con Carlos, la IA de compra de Autoza, con búsqueda de inventario en vivo. Solo lectura: ninguna herramienta envía mensajes ni realiza transacciones."
  },
  "agent_capabilities": {
    "can_chat_with_carlos": {
      "endpoint": "https://autoza.es/api/agent/mark",
      "method": "POST",
      "auth": "none",
      "rate_limit": "30 requests/hour per IP",
      "request_body": {
        "message": "string — una pregunta sobre la compra de un coche en España"
      },
      "description": "Habla con Carlos, la IA pública de compra de Autoza: orientación sobre modelos y coincidencias de inventario en vivo con enlaces a los anuncios. Solo lectura."
    },
    "can_search_listings": {
      "endpoint": "https://autoza.es/coches",
      "method": "GET",
      "query_params": [
        "make",
        "model",
        "fuelType",
        "minPrice",
        "maxPrice",
        "provincia"
      ],
      "description": "Search the live listings catalog."
    },
    "can_query_market_data": {
      "endpoint": "https://autoza.es/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.es/anuncio/{id}",
      "method": "human-in-the-loop",
      "description": "Cada anuncio muestra los canales de contacto del concesionario, con su nombre y dirección visibles."
    }
  },
  "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 /mensajes/, /perfil/, /admin/, /panel-dealer/, or any authenticated route. See robots.txt for the disallow list."
  },
  "brand_assets": {
    "logo": "https://autoza.es/logo.png",
    "icon": "https://autoza.es/favicon-192.png",
    "color_primary": "#0048FF"
  },
  "same_as": [
    "https://www.facebook.com/autoza.es",
    "https://www.instagram.com/autoza.es",
    "https://www.tiktok.com/@autoza.es"
  ],
  "citation": {
    "name": "Autoza",
    "url": "https://autoza.es",
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "suggested_citation_format": "Autoza (autoza.es), consultado el [fecha]"
  },
  "last_updated": "2026-08-11T00:00:00Z"
}