{
  "specVersion": "1.0",
  "host": {
    "displayName": "Clements Electric",
    "documentationUrl": "https://clementselectric.com/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:clementselectric.com:server:mcp",
      "displayName": "MCP server (read-only: services, published prices, service area, page text)",
      "type": "application/mcp-server-card+json",
      "url": "https://clementselectric.com/.well-known/mcp/server-card.json",
      "description": "Streamable-HTTP MCP endpoint at https://clementselectric.com/mcp. No authentication. Read-only: it answers questions, it never books or quotes a job.",
      "capabilities": [
        "company_profile",
        "list_services",
        "check_service_area",
        "get_price_range",
        "find_page",
        "get_page_markdown"
      ],
      "representativeQueries": [
        "does Clements Electric do commercial tenant finish-out in Arlington",
        "typical cost of an electrical panel upgrade in Dallas-Fort Worth",
        "is my ZIP code inside the Clements Electric service area"
      ],
      "metadata": {
        "endpoint": "https://clementselectric.com/mcp",
        "transport": "streamable-http",
        "authentication": "none",
        "readOnly": true
      }
    },
    {
      "identifier": "urn:air:clementselectric.com:agent:a2a",
      "displayName": "A2A agent (deterministic skill router over the same tools)",
      "type": "application/a2a-agent-card+json",
      "url": "https://clementselectric.com/.well-known/agent-card.json",
      "description": "JSON-RPC A2A endpoint at https://clementselectric.com/a2a exposing the same read-only skills as the MCP server.",
      "capabilities": [
        "company_profile",
        "list_services",
        "check_service_area",
        "get_price_range",
        "find_page",
        "get_page_markdown"
      ],
      "representativeQueries": [
        "list the electrical services Clements Electric offers",
        "find the Clements Electric page about generator installation"
      ],
      "metadata": {
        "endpoint": "https://clementselectric.com/a2a",
        "transport": "jsonrpc",
        "authentication": "none",
        "readOnly": true
      }
    },
    {
      "identifier": "urn:air:clementselectric.com:skills:index",
      "displayName": "Agent skills index",
      "type": "application/json",
      "url": "https://clementselectric.com/.well-known/agent-skills/index.json"
    },
    {
      "identifier": "urn:air:clementselectric.com:api:catalog",
      "displayName": "RFC 9727 API catalog",
      "type": "application/linkset+json",
      "url": "https://clementselectric.com/.well-known/api-catalog"
    },
    {
      "identifier": "urn:air:clementselectric.com:api:openapi",
      "displayName": "OpenAPI description of /mcp and /a2a",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://clementselectric.com/openapi.json"
    },
    {
      "identifier": "urn:air:clementselectric.com:content:company-profile",
      "displayName": "Clements Electric company summary and site map",
      "type": "text/plain",
      "url": "https://clementselectric.com/llms.txt",
      "description": "Veteran-owned, licensed electrical contractor serving Arlington, Mansfield, Grand Prairie and the wider Dallas-Fort Worth metroplex since 1982. Residential and commercial repairs, panel upgrades, generators and EV chargers.",
      "metadata": {
        "phone": "+18178034444",
        "email": "office@clementselectric.com",
        "contactPage": "https://clementselectric.com/contact?utm_source=ai-agent&utm_medium=catalog",
        "booking": "https://scheduler.servicetitan.com/book/eyJicmFuZElkIjoiYnJhbmRfYXpseG4yeXU1ZGxvZHlrZm05aHkyNmFnIiwic2NoZWR1bGVySWQiOiJzY2hlZF9odHlrajNkOTN2bnFxbXNycmxqMnVyNmYifQ%3D%3D?utm_source=ai-agent&utm_medium=catalog",
        "credentials": "Texas Electrical Contractor TECL #40628; Texas Master Electrician #214180",
        "quotingBasis": "The service pages publish typical installed cost ranges for planning. None of them is a quote: the price is set in writing after a licensed electrician has seen the job. An agent should quote a range as a range and attribute it to its page, never narrow it to a single figure or present it as a commitment."
      }
    },
    {
      "identifier": "urn:air:clementselectric.com:content:full-corpus",
      "displayName": "Complete site corpus in one file",
      "type": "text/plain",
      "url": "https://clementselectric.com/llms-full.txt",
      "description": "Every indexable page also has a Markdown twin at the same path with .md appended (e.g. https://clementselectric.com/service/electrical-panel-upgrades.md), and the HTML URL content-negotiates on Accept: text/markdown.",
      "metadata": {
        "pages": 349,
        "services": 9,
        "areas": 70,
        "serviceAreaPages": 227
      }
    },
    {
      "identifier": "urn:air:clementselectric.com:content:sitemap",
      "displayName": "XML sitemap index",
      "type": "application/xml",
      "url": "https://clementselectric.com/sitemap-index.xml"
    },
    {
      "identifier": "urn:air:clementselectric.com:policy:auth",
      "displayName": "Authentication policy (there is none, and none is needed)",
      "type": "text/markdown",
      "url": "https://clementselectric.com/auth.md"
    }
  ]
}
