{
  "specVersion": "1.0",
  "host": {
    "displayName": "UTS BuildPros",
    "documentationUrl": "https://utsbuildpros.com/llms.txt",
    "logoUrl": "https://utsbuildpros.com/brand/logo.png"
  },
  "entries": [
    {
      "identifier": "urn:air:utsbuildpros.com:server:mcp",
      "displayName": "MCP server (read-only: company, services, service area, pricing, page text)",
      "type": "application/mcp-server-card+json",
      "url": "https://utsbuildpros.com/.well-known/mcp/server-card.json",
      "description": "Streamable-HTTP MCP endpoint at https://utsbuildpros.com/mcp. No authentication. Read-only.",
      "capabilities": [
        "company_profile",
        "list_services",
        "check_service_area",
        "price_building",
        "list_building_sizes",
        "find_page",
        "get_page_markdown"
      ],
      "representativeQueries": [
        "how much does a 60x100 metal building cost in Texas",
        "does UTS BuildPros build in Tyler, Texas",
        "who is a veteran-owned commercial general contractor in Richardson TX"
      ],
      "version": "1.0.0",
      "metadata": {
        "endpoint": "https://utsbuildpros.com/mcp",
        "transport": "streamable-http",
        "authentication": "none",
        "readOnly": true
      }
    },
    {
      "identifier": "urn:air:utsbuildpros.com:agent:buildpros-desk",
      "displayName": "A2A agent (skill router over the same tools)",
      "type": "application/a2a-agent-card+json",
      "url": "https://utsbuildpros.com/.well-known/agent-card.json",
      "description": "JSON-RPC A2A endpoint at https://utsbuildpros.com/a2a exposing the same read-only skills as the MCP server.",
      "capabilities": [
        "company_profile",
        "list_services",
        "check_service_area",
        "price_building",
        "list_building_sizes",
        "find_page",
        "get_page_markdown"
      ],
      "representativeQueries": [
        "price a 40x60 steel building at each finish level",
        "is Oklahoma City inside the UTS BuildPros service area"
      ],
      "version": "1.0.0",
      "metadata": {
        "endpoint": "https://utsbuildpros.com/a2a",
        "transport": "jsonrpc",
        "authentication": "none",
        "readOnly": true
      }
    },
    {
      "identifier": "urn:air:utsbuildpros.com:docs:llms-txt",
      "displayName": "llms.txt site guide",
      "type": "text/markdown",
      "url": "https://utsbuildpros.com/llms.txt",
      "representativeQueries": [
        "what services does UTS BuildPros offer",
        "which states does UTS BuildPros work in"
      ]
    },
    {
      "identifier": "urn:air:utsbuildpros.com:docs:llms-full",
      "displayName": "Full-text corpus of every page",
      "type": "text/markdown",
      "url": "https://utsbuildpros.com/llms-full.txt",
      "representativeQueries": [
        "UTS BuildPros metal building cost per square foot",
        "UTS BuildPros multifamily renovation scope"
      ]
    },
    {
      "identifier": "urn:air:utsbuildpros.com:index:pages",
      "displayName": "Machine-readable page index",
      "type": "application/json",
      "url": "https://utsbuildpros.com/.well-known/agent-index.json",
      "description": "109 pages with titles, descriptions and Markdown mirror URLs."
    },
    {
      "identifier": "urn:air:utsbuildpros.com:docs:markdown-mirror",
      "displayName": "Markdown version of any page",
      "type": "text/markdown",
      "url": "https://utsbuildpros.com/index.md",
      "description": "Every page has a Markdown mirror at the same path with .md appended, and any page URL returns Markdown when requested with Accept: text/markdown."
    }
  ]
}
