{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.schema.json",
  "serverInfo": {
    "name": "Harbert Real Estate Group Public Site",
    "title": "Harbert Real Estate Group",
    "version": "1.0.0",
    "description": "Public discovery card for Harbert Real Estate Group real estate content and contact information."
  },
  "transport": {
    "type": "https",
    "endpoint": "https://www.harbertgroup.com/mcp",
    "protocol": "2025-03-26"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "resources": [
    {
      "uri": "https://www.harbertgroup.com/llms.txt",
      "name": "LLM summary",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://www.harbertgroup.com/llms-full.txt",
      "name": "Full LLM summary",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://www.harbertgroup.com/sitemap.xml",
      "name": "Sitemap",
      "mimeType": "application/xml"
    }
  ],
  "tools": [
    {
      "name": "get_harbert_real_estate_overview",
      "description": "Returns public business facts, service areas, office hours, and contact information for Harbert Real Estate Group.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ],
  "documentation": "https://www.harbertgroup.com/AGENTS.md"
}