{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "leo-and-lions-remodeling",
    "title": "Leo and Lions Remodeling Landing Page",
    "version": "1.0.0"
  },
  "description": "Public discovery card for the Leo and Lions Home Group remodeling landing page. The site exposes static resources and browser WebMCP tools; it does not provide a protected remote MCP API.",
  "iconUrl": "https://remodeling.leoandlionsgroup.com/favicon.svg",
  "documentationUrl": "https://remodeling.leoandlionsgroup.com/.well-known/service-doc.md",
  "transport": {
    "type": "http",
    "endpoint": "https://remodeling.leoandlionsgroup.com/.well-known/agent-skills/index.json"
  },
  "capabilities": {
    "resources": {},
    "tools": {},
    "prompts": {}
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "resources": [
    {
      "name": "llms",
      "title": "LLM overview",
      "uri": "https://remodeling.leoandlionsgroup.com/llms.txt",
      "description": "Agent-readable overview of the business, offer, services, and contact guidance.",
      "mimeType": "text/markdown"
    },
    {
      "name": "markdown-page",
      "title": "Markdown landing page summary",
      "uri": "https://remodeling.leoandlionsgroup.com/index.md",
      "description": "Compact Markdown version of the human-facing landing page.",
      "mimeType": "text/markdown"
    }
  ],
  "tools": [
    {
      "name": "get-leo-and-lions-contact",
      "title": "Get Leo and Lions Contact Options",
      "description": "Return the phone, email, and landing page URL for Leo and Lions Home Group."
    },
    {
      "name": "prepare-remodeling-estimate-request",
      "title": "Prepare Remodeling Estimate Request",
      "description": "Fill the on-page estimate form for user review without submitting it."
    }
  ]
}
