{
    "name": "megkimelt.hu",
    "description": "Hungarian used-car marketplace with moderated listings, a model catalogue built on EEA/RDW open data, an MOT-station finder and ownership-cost calculators. Content is in Hungarian.",
    "url": "https://megkimelt.hu",
    "version": "1.0",
    "provider": {
        "organization": "megkimelt.hu",
        "url": "https://megkimelt.hu"
    },
    "documentationUrl": "https://megkimelt.hu/llms.txt",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/html",
        "application/ld+json",
        "application/json",
        "text/plain"
    ],
    "skills": [
        {
            "id": "search-listings",
            "name": "Search used-car listings",
            "description": "Natural-language or filtered search over live listings (Hungarian).",
            "url": "https://megkimelt.hu/kereso",
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/html"
            ]
        },
        {
            "id": "model-catalogue",
            "name": "Model technical data",
            "description": "Engine variants, production years, body styles and generation photos per model (ProductGroup JSON-LD).",
            "url": "https://megkimelt.hu/tipusok",
            "outputModes": [
                "text/html",
                "application/ld+json"
            ]
        },
        {
            "id": "mot-stations",
            "name": "MOT inspection station finder",
            "description": "Licensed inspection stations by county/settlement with verified contact data where available.",
            "url": "https://megkimelt.hu/muszaki-vizsga",
            "outputModes": [
                "text/html",
                "application/ld+json"
            ]
        },
        {
            "id": "market-data",
            "name": "Aggregate market data",
            "description": "Machine-readable used-car market statistics (CC BY).",
            "url": "https://megkimelt.hu/piac",
            "outputModes": [
                "application/json"
            ]
        }
    ],
    "policies": {
        "robots": "https://megkimelt.hu/robots.txt",
        "terms": "https://megkimelt.hu/aszf",
        "privacy": "https://megkimelt.hu/adatkezeles",
        "llmsTxt": "https://megkimelt.hu/llms.txt",
        "crawling": "Public pages are allowed for GPTBot, ClaudeBot, anthropic-ai, Google-Extended, CCBot, PerplexityBot and Bytespider; user dashboards and admin are disallowed."
    }
}