{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft",
  "serverInfo": {
    "name": "pmct-public",
    "version": "1.0.0",
    "title": "PMCT Public Information Server",
    "description": "Read-only MCP-style discovery surface for Precision Mining & Civil Training (pmct.com.au). Exposes course catalogue, locations, and booking availability metadata.",
    "vendor": "Precision Mining & Civil Training",
    "homepage": "https://pmct.com.au"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://mhubroegbartirynadye.supabase.co/functions/v1/markdown",
    "note": "This site does not host a streaming MCP server. The HTTP endpoint returns markdown renderings of any pmct.com.au URL via ?url=<path>; agents can consume it as document context."
  },
  "capabilities": {
    "tools": false,
    "resources": true,
    "prompts": false,
    "logging": false,
    "completions": false
  },
  "resources": [
    {
      "uri": "https://pmct.com.au/llms.txt",
      "name": "site-overview",
      "mimeType": "text/markdown",
      "description": "Agent-friendly site map and capability summary."
    },
    {
      "uri": "https://pmct.com.au/.well-known/openapi.json",
      "name": "openapi-spec",
      "mimeType": "application/openapi+json",
      "description": "OpenAPI 3.1 description of public PMCT endpoints."
    },
    {
      "uri": "https://pmct.com.au/sitemap.xml",
      "name": "sitemap",
      "mimeType": "application/xml",
      "description": "Complete list of indexable pages."
    }
  ],
  "contact": {
    "email": "lyssa@pmct.com.au",
    "url": "https://pmct.com.au/contact"
  }
}