{
    "specVersion": "0.91",
    "host": {
        "name": "DEE-Sprachschule Dortmund",
        "domain": "dee-dortmund.de",
        "url": "https://dee-dortmund.de/"
    },
    "entries": [
        {
            "identifier": "urn:air:dee-dortmund.de:server:website",
            "displayName": "DEE-Sprachschule Dortmund — Website-Agent",
            "type": "application/mcp-server-card+json",
            "data": {
                "name": "Website Server",
                "description": "Read-only access to the indexed content of dee-dortmund.de. Operated by the hosting provider on the school's behalf.",
                "endpoint": "https://websites-agents.hostinger.com/dee-dortmund.de/mcp",
                "transport": "streamable-http",
                "tools": [
                    {
                        "name": "ask",
                        "description": "Search the website's indexed content and answer a standalone question about it."
                    }
                ]
            },
            "capabilities": [
                "ask"
            ],
            "description": "Answers questions about courses, prices, dates and enrolment from this website's own content.",
            "representativeQueries": [
                "welche Deutschkurse bietet die DEE-Sprachschule in Dortmund an",
                "was kostet ein B1-Intensivkurs in Dortmund",
                "when does the next A2 evening course start in Dortmund",
                "how do I enrol on a German course in Dortmund"
            ]
        },
        {
            "identifier": "urn:air:dee-dortmund.de:doc:llms",
            "displayName": "DEE-Sprachschule Dortmund — llms.txt",
            "type": "text/markdown",
            "url": "https://dee-dortmund.de/llms.txt",
            "description": "A short Markdown index of the whole site: every course, the key pages, the guides and the legal documents.",
            "representativeQueries": [
                "welche Kurse gibt es bei der DEE-Sprachschule",
                "übersicht der Deutschkurse von A1 bis C1 in Dortmund",
                "list the German courses offered in Dortmund"
            ]
        },
        {
            "identifier": "urn:air:dee-dortmund.de:doc:markdown",
            "displayName": "DEE-Sprachschule Dortmund — pages as Markdown",
            "type": "text/markdown",
            "url": "https://dee-dortmund.de/",
            "description": "Every page on this site is available as Markdown through content negotiation: send Accept: text/markdown and the same URL answers with Markdown instead of HTML.",
            "representativeQueries": [
                "read the B1 intensive course page as markdown",
                "kursbeschreibung als Markdown lesen",
                "fetch the prices and dates page without the HTML"
            ]
        }
    ]
}