{
  "serverInfo": {
    "name": "Viky's Cleaning Site Tools",
    "version": "1.0.0"
  },
  "description": "Agent discovery card for Viky's Cleaning & Home Solutions. Browser-native WebMCP tools are registered on page load for service discovery, contact navigation, and estimate workflow guidance.",
  "url": "https://vikyscleaningservices.com/",
  "transport": {
    "type": "webmcp",
    "endpoint": "https://vikyscleaningservices.com/"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "authentication": {
    "type": "none"
  },
  "resources": [
    {
      "name": "Site overview",
      "uri": "https://vikyscleaningservices.com/index.md",
      "mimeType": "text/markdown"
    },
    {
      "name": "LLM guide",
      "uri": "https://vikyscleaningservices.com/llms.txt",
      "mimeType": "text/plain"
    },
    {
      "name": "OpenAPI",
      "uri": "https://vikyscleaningservices.com/openapi.json",
      "mimeType": "application/vnd.oai.openapi+json"
    }
  ],
  "tools": [
    {
      "name": "get_site_overview",
      "description": "Return company, contact, service, and route information."
    },
    {
      "name": "find_service",
      "description": "Find the closest Viky's Cleaning service route for a user request."
    },
    {
      "name": "start_estimate",
      "description": "Open the estimate page or return estimate workflow guidance."
    },
    {
      "name": "open_contact",
      "description": "Open the contact page in English or Spanish."
    }
  ]
}
