{
    "specVersion": "1.0",
    "host": {
        "displayName": "Smart Learn",
        "identifier": "did:web:smartlearn.education"
    },
    "entries": [
        {
            "identifier": "urn:air:smartlearn.education:server:mcp-courses",
            "displayName": "Smart Learn MCP Server",
            "type": "application/mcp-server-card+json",
            "url": "https://smartlearn.education/theme/smartlearn/api/mcp_server_card.php",
            "representativeQueries": [
                "find online courses and tutorials",
                "get course syllabus and modules",
                "search certifications and training programs"
            ]
        },
        {
            "identifier": "urn:air:smartlearn.education:agent:learning-assistant",
            "displayName": "Smart Learn A2A Learning Agent",
            "type": "application/json",
            "url": "https://smartlearn.education/theme/smartlearn/api/agent_card.php",
            "representativeQueries": [
                "ask learning assistant about courses",
                "recommend courses based on skills",
                "get prerequisite requirements for course"
            ]
        },
        {
            "identifier": "urn:air:smartlearn.education:feed:llms-txt",
            "displayName": "Smart Learn LLMs.txt Feed",
            "type": "text/markdown",
            "url": "https://smartlearn.education/theme/smartlearn/llms.php",
            "representativeQueries": [
                "summary of platform and courses",
                "lms site overview markdown"
            ]
        },
        {
            "identifier": "urn:air:smartlearn.education:catalog:api",
            "displayName": "Smart Learn API Catalog",
            "type": "application/linkset+json",
            "url": "https://smartlearn.education/theme/smartlearn/api/api_catalog.php",
            "representativeQueries": [
                "discover api endpoints",
                "lms rest api documentation"
            ]
        }
    ]
}