{
  "name": "ReCoat Revolution Agent",
  "description": "Answers questions about ReCoat Revolution's dust-free wood floor refinishing services, lists franchise locations and their coverage areas, checks whether a given ZIP code is served, and submits quote requests. Backed by a live MCP server at /mcp and a WebMCP tool surface on every page.",
  "version": "1.0.0",
  "documentationUrl": "https://recoatrevolution.com/.well-known/mcp/SERVER.md",
  "iconUrl": "https://recoatrevolution.com/favicon.svg",
  "provider": {
    "organization": "ReCoat Revolution",
    "url": "https://recoatrevolution.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain", "text/markdown"],
  "supportedInterfaces": [
    {
      "url": "https://recoatrevolution.com/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-03-26"
    },
    {
      "url": "https://recoatrevolution.com/api/quote/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "skills": [
    {
      "id": "list-services",
      "name": "List Services",
      "description": "Returns ReCoat Revolution's seven core wood-floor services with price ranges, turnaround times, and when to choose each.",
      "tags": ["services", "pricing", "hardwood", "refinishing", "read-only"],
      "examples": [
        "What services does ReCoat Revolution offer?",
        "How much does recoating cost per square foot?",
        "What's the difference between recoating and sand-and-refinish?"
      ]
    },
    {
      "id": "list-locations",
      "name": "List Franchise Locations",
      "description": "Returns all ReCoat Revolution franchise locations with the metro they cover, the cities they service, and the owner contact phone.",
      "tags": ["locations", "franchise", "coverage", "read-only"],
      "examples": [
        "Which cities does ReCoat Revolution serve?",
        "Is there a franchise in Atlanta?",
        "Who owns the St. Louis territory?"
      ]
    },
    {
      "id": "check-service-area",
      "name": "Check Service Area by ZIP",
      "description": "Given a US ZIP code, returns whether ReCoat Revolution currently services that area and the nearest franchise.",
      "tags": ["zip", "coverage", "lookup", "read-only"],
      "examples": [
        "Do you service 63026?",
        "Is 30022 in your coverage area?"
      ]
    },
    {
      "id": "request-quote",
      "name": "Request a Free Quote",
      "description": "Submits a lead for a free in-home estimate. Same intake pipeline, validation, and rate limiting as the web quote form.",
      "tags": ["quote", "lead", "write", "mutating"],
      "examples": [
        "Schedule a free estimate for 123 Main St, 63026",
        "Get me a quote to refinish my 1,200 sqft hardwood floor in Atlanta"
      ]
    }
  ]
}
