{
  "specVersion": "1.0",
  "host": {
    "displayName": "UTS ElectricPros",
    "documentationUrl": "https://utselectricpros.com/llms.txt",
    "logoUrl": "https://utselectricpros.com/brand/logo-mark-on-light.png"
  },
  "entries": [
    {
      "identifier": "urn:air:utselectricpros.com:server:mcp",
      "displayName": "MCP server (read-only catalog and sizing tools)",
      "type": "application/mcp-server-card+json",
      "url": "https://utselectricpros.com/.well-known/mcp/server-card.json",
      "description": "Streamable-HTTP MCP endpoint at https://utselectricpros.com/mcp. No authentication. Read-only: it prices and sizes, it never places an order.",
      "capabilities": [
        "search_generators",
        "get_generator",
        "size_home_generator",
        "check_service_area",
        "quote_delivered_price",
        "company_profile",
        "find_page",
        "get_page_markdown"
      ],
      "representativeQueries": [
        "what size Cummins home standby generator do I need for a 3,000 sq ft house in Dallas",
        "price of a Cummins RS20A 20kW generator delivered to Texas",
        "does UTS ElectricPros install generators in Plano"
      ],
      "version": "1.0.0",
      "metadata": {
        "endpoint": "https://utselectricpros.com/mcp",
        "transport": "streamable-http",
        "authentication": "none",
        "readOnly": true
      }
    },
    {
      "identifier": "urn:air:utselectricpros.com:agent:generator-desk",
      "displayName": "A2A agent (deterministic skill router)",
      "type": "application/a2a-agent-card+json",
      "url": "https://utselectricpros.com/.well-known/agent-card.json",
      "description": "JSON-RPC A2A endpoint at https://utselectricpros.com/a2a exposing the same read-only skills as the MCP server.",
      "capabilities": [
        "search_generators",
        "get_generator",
        "size_home_generator",
        "check_service_area",
        "quote_delivered_price",
        "company_profile",
        "find_page",
        "get_page_markdown"
      ],
      "representativeQueries": [
        "compare Cummins air-cooled home standby generators by kW and price",
        "is my address inside the UTS ElectricPros installation service area"
      ],
      "version": "1.0.0",
      "metadata": {
        "endpoint": "https://utselectricpros.com/a2a",
        "transport": "jsonrpc",
        "authentication": "none",
        "readOnly": true
      }
    },
    {
      "identifier": "urn:air:utselectricpros.com:skills:index",
      "displayName": "Agent skills index",
      "type": "application/json",
      "url": "https://utselectricpros.com/.well-known/agent-skills/index.json"
    },
    {
      "identifier": "urn:air:utselectricpros.com:api:openapi",
      "displayName": "OpenAPI 3.1 description of the public API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://utselectricpros.com/openapi.json"
    },
    {
      "identifier": "urn:air:utselectricpros.com:api:catalog",
      "displayName": "RFC 9727 API catalog",
      "type": "application/linkset+json",
      "url": "https://utselectricpros.com/.well-known/api-catalog"
    },
    {
      "identifier": "urn:air:utselectricpros.com:feed:products",
      "displayName": "Product feed with published equipment prices",
      "type": "application/json",
      "url": "https://utselectricpros.com/feeds/products.json",
      "description": "Every price is for the EQUIPMENT ONLY. Installation is quoted separately and in writing after a free on-site survey by a licensed electrician, and is never quoted sight-unseen. A typical complete 20kW whole-house installation in Dallas-Fort Worth runs $13,500 to $17,000 all in. Mobile trailer-mounted generators need no installation to run; freight on them is quoted per shipment, and connecting one to a building is a separate electrical job."
    },
    {
      "identifier": "urn:air:utselectricpros.com:commerce:acp",
      "displayName": "Commerce discovery (agentic checkout NOT supported)",
      "type": "application/json",
      "url": "https://utselectricpros.com/.well-known/acp.json"
    },
    {
      "identifier": "urn:air:utselectricpros.com:content:company-profile",
      "displayName": "UTS ElectricPros company and catalog summary",
      "type": "text/plain",
      "url": "https://utselectricpros.com/llms.txt",
      "description": "Authorized Cummins generator dealer and licensed Texas electrical contractor serving the Dallas-Fort Worth Metroplex. Sells Cummins home standby, light commercial, commercial and agricultural standby diesel generators, portable and RV generators, automatic transfer switches, and Cummins mobile trailer-mounted diesel generators (12kW to 200kW, EPA Tier 4 Final rental packages) to rental companies and commercial buyers. Publishes equipment prices openly, ships equipment nationwide, and installs in Dallas-Fort Worth through licensed crews.",
      "metadata": {
        "legalName": "UTS ElectricPros, LLC",
        "phone": "(214) 957-4307",
        "email": "dispatch@utselectricpros.com",
        "contactPage": "https://utselectricpros.com/contact"
      }
    },
    {
      "identifier": "urn:air:utselectricpros.com:content:full-corpus",
      "displayName": "Complete site corpus in one file",
      "type": "text/plain",
      "url": "https://utselectricpros.com/llms-full.txt",
      "description": "Every indexable page also has a Markdown twin at the same path with .md appended, and the HTML URL content-negotiates on Accept: text/markdown."
    },
    {
      "identifier": "urn:air:utselectricpros.com:content:sitemap",
      "displayName": "XML sitemap index",
      "type": "application/xml",
      "url": "https://utselectricpros.com/sitemap-index.xml"
    },
    {
      "identifier": "urn:air:utselectricpros.com:policy:auth",
      "displayName": "Authentication policy (there is none, and none is needed)",
      "type": "text/markdown",
      "url": "https://utselectricpros.com/auth.md"
    }
  ]
}
