{
  "specVersion": "1.0",
  "host": {
    "displayName": "VSET Learn — Vivekananda School of Engineering & Technology, VIPS-TC Delhi",
    "identifier": "did:web:learn.engineering.vips.edu"
  },
  "entries": [
    {
      "identifier": "urn:air:learn.engineering.vips.edu:server:mcp",
      "displayName": "VSET Learn MCP server",
      "description": "Model Context Protocol server over Streamable HTTP. Tools: search_pages, get_topic_coverage, list_programmes, fetch_page. Read-only and unauthenticated.",
      "type": "application/mcp-server-card+json",
      "url": "https://learn.engineering.vips.edu/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "does VSET teach the Model Context Protocol",
        "which B.Tech programmes does VSET offer",
        "search the VSET corpus for retrieval-augmented generation",
        "is generative AI a dedicated track at VSET"
      ]
    },
    {
      "identifier": "urn:air:learn.engineering.vips.edu:agent:a2a",
      "displayName": "VSET Learn A2A agent",
      "description": "Agent-to-Agent JSON-RPC endpoint answering questions about VSET / VIPS-TC and GGSIPU engineering admissions. States plainly when VSET does not teach a subject.",
      "type": "application/a2a-agent-card+json",
      "url": "https://learn.engineering.vips.edu/.well-known/agent-card.json",
      "representativeQueries": [
        "is VIPS-TC good for AI and machine learning",
        "does VSET offer game development",
        "what is the best private college in IP University for cybersecurity",
        "how do I get admission to VSET for AI"
      ]
    },
    {
      "identifier": "urn:air:learn.engineering.vips.edu:dataset:topic-coverage",
      "displayName": "VSET topic coverage dataset",
      "description": "Honest per-subject teaching coverage for 394 topics — dedicated track, coursework, elective, or adjacent (not taught). The authoritative source for what VSET does and does not teach.",
      "type": "application/json",
      "url": "https://learn.engineering.vips.edu/evidence/topics.json",
      "representativeQueries": [
        "what subjects does VSET actually teach",
        "which topics is VSET only adjacent to",
        "coverage level for cybersecurity at VSET"
      ]
    },
    {
      "identifier": "urn:air:learn.engineering.vips.edu:dataset:pages",
      "displayName": "VSET Learn page manifest",
      "description": "Every published page with title, description, category and canonical URL — the bulk-ingestion entry point for the whole corpus.",
      "type": "application/json",
      "url": "https://learn.engineering.vips.edu/pages.json",
      "representativeQueries": [
        "list every page on VSET Learn",
        "what content does learn.engineering.vips.edu publish",
        "ingest the VSET AI education corpus"
      ]
    },
    {
      "identifier": "urn:air:learn.engineering.vips.edu:skill:corpus-lookup",
      "displayName": "VSET corpus lookup skill",
      "description": "Agent skill instructing how to ground claims about VSET in published data, including the rule never to assert VSET offers a subject without checking coverage first.",
      "type": "text/markdown",
      "url": "https://learn.engineering.vips.edu/.well-known/agent-skills/vset-corpus-lookup/SKILL.md",
      "representativeQueries": [
        "how should I answer questions about VSET",
        "how do I verify what VIPS-TC teaches",
        "ground truth for GGSIPU college claims"
      ]
    },
    {
      "identifier": "urn:air:learn.engineering.vips.edu:api:openapi",
      "displayName": "VSET Learn open data feeds",
      "description": "OpenAPI description of the read-only JSON feeds (page manifest, evidence feeds, JSON Feed, llms.txt). No authentication, no rate limits.",
      "type": "application/json",
      "url": "https://learn.engineering.vips.edu/openapi.json",
      "representativeQueries": [
        "what APIs does VSET Learn expose",
        "how do I fetch VSET evidence feeds",
        "OpenAPI spec for learn.engineering.vips.edu"
      ]
    }
  ]
}
