{
  "name": "mcll-listings",
  "title": "MCLL Real Estate",
  "description": "Read-only access to MCLL real-estate listings for sale and rent across Thailand.",
  "version": "1.0.0",
  "serverInfo": {
    "name": "mcll-listings",
    "title": "MCLL Real Estate",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://mcllrealestate.com/api/mcp"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    {
      "name": "search_listings",
      "description": "Search listings by city, area, type, bedrooms, price."
    },
    {
      "name": "get_listing",
      "description": "Get one listing detail by transaction type and slug."
    },
    {
      "name": "execute",
      "description": "Code Mode — run JavaScript against the inventory in a sandbox to search, retrieve, compare, and compute across listings in a single call."
    }
  ]
}