{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.antiochwindows/info",
  "version": "1.0.0",
  "description": "MCP server providing window replacement knowledge for Antioch Windows — product specs, service details, and contact information.",
  "title": "Antioch Windows Info",
  "websiteUrl": "https://antiochwindows.com",
  "capabilities": {
    "tools": [
      {
        "name": "get-window-info",
        "description": "Retrieve information about window replacement services, products, and process.",
        "url": "https://antiochwindows.com/llms.txt",
        "auth": "none"
      },
      {
        "name": "get-contact-info",
        "description": "Get phone number, email, and address for Antioch Windows.",
        "url": "https://antiochwindows.com/contact/",
        "auth": "none"
      }
    ]
  }
}
