{
  "specVersion": "1.0",
  "version": "1.0.0",
  "entries": [
    {
      "identifier": "mcp",
      "displayName": "MCP server (read-only catalog and sizing tools)",
      "type": "mcp",
      "url": "https://utselectricpros.com/mcp",
      "card": "https://utselectricpros.com/.well-known/mcp/server-card.json",
      "transport": "streamable-http",
      "authentication": "none"
    },
    {
      "identifier": "a2a",
      "displayName": "A2A agent (deterministic skill router)",
      "type": "a2a",
      "url": "https://utselectricpros.com/a2a",
      "card": "https://utselectricpros.com/.well-known/agent-card.json",
      "transport": "jsonrpc",
      "authentication": "none"
    },
    {
      "identifier": "skills",
      "displayName": "Agent skills index",
      "type": "skills",
      "url": "https://utselectricpros.com/.well-known/agent-skills/index.json"
    },
    {
      "identifier": "openapi",
      "displayName": "OpenAPI 3.1 description of the public API",
      "type": "openapi",
      "url": "https://utselectricpros.com/openapi.json"
    },
    {
      "identifier": "api-catalog",
      "displayName": "RFC 9727 API catalog",
      "type": "api-catalog",
      "url": "https://utselectricpros.com/.well-known/api-catalog"
    },
    {
      "identifier": "products",
      "displayName": "Product feed with published equipment prices",
      "type": "feed",
      "url": "https://utselectricpros.com/feeds/products.json"
    },
    {
      "identifier": "acp",
      "displayName": "Commerce discovery (agentic checkout NOT supported)",
      "type": "commerce",
      "url": "https://utselectricpros.com/.well-known/acp.json"
    },
    {
      "identifier": "llms",
      "displayName": "Company and catalog summary in plain text",
      "type": "content",
      "url": "https://utselectricpros.com/llms.txt"
    },
    {
      "identifier": "llms-full",
      "displayName": "Complete site corpus in one file",
      "type": "content",
      "url": "https://utselectricpros.com/llms-full.txt"
    },
    {
      "identifier": "sitemap",
      "displayName": "XML sitemap index",
      "type": "sitemap",
      "url": "https://utselectricpros.com/sitemap-index.xml"
    },
    {
      "identifier": "auth",
      "displayName": "Authentication policy (there is none, and none is needed)",
      "type": "auth",
      "url": "https://utselectricpros.com/auth.md"
    }
  ],
  "name": "UTS ElectricPros",
  "legalName": "UTS ElectricPros, LLC",
  "description": "Authorized Cummins residential and light commercial generator dealer and licensed Texas electrical contractor (TECL #40628) serving the Dallas-Fort Worth Metroplex. Publishes equipment prices openly and installs with in-house licensed crews.",
  "url": "https://utselectricpros.com",
  "contact": {
    "phone": "(214) 957-4307",
    "email": "dispatch@utselectricpros.com",
    "page": "https://utselectricpros.com/contact"
  },
  "pricingBasis": "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.",
  "content": {
    "summary": "https://utselectricpros.com/llms.txt",
    "fullCorpus": "https://utselectricpros.com/llms-full.txt",
    "sitemap": "https://utselectricpros.com/sitemap-index.xml",
    "markdown": {
      "note": "Every indexable page has a Markdown twin at the same path with .md appended, and the HTML URL content-negotiates: send Accept: text/markdown.",
      "example": "https://utselectricpros.com/generators/rs20a.md"
    }
  },
  "agents": [
    {
      "protocol": "mcp",
      "endpoint": "https://utselectricpros.com/mcp",
      "card": "https://utselectricpros.com/.well-known/mcp/server-card.json",
      "transport": "streamable-http",
      "authentication": "none",
      "readOnly": true
    },
    {
      "protocol": "a2a",
      "endpoint": "https://utselectricpros.com/a2a",
      "card": "https://utselectricpros.com/.well-known/agent-card.json",
      "transport": "jsonrpc",
      "authentication": "none",
      "readOnly": true
    }
  ],
  "skills": "https://utselectricpros.com/.well-known/agent-skills/index.json",
  "api": {
    "catalog": "https://utselectricpros.com/.well-known/api-catalog",
    "description": "https://utselectricpros.com/openapi.json",
    "auth": "https://utselectricpros.com/auth.md"
  },
  "commerce": {
    "discovery": "https://utselectricpros.com/.well-known/acp.json",
    "productFeed": "https://utselectricpros.com/feeds/products.json"
  }
}
