{
  "schema_version": "v2",
  "name_for_human": "Gouna Realty",
  "name_for_model": "gouna_realty",
  "description_for_human": "Browse El Gouna real-estate listings via AI agents.",
  "description_for_model": "Query El Gouna (Egypt) properties (sale + rent + stay) republished from 6 authorized source platforms (Property Finder, Bayut, Aqarmap, Nawy, Dubizzle, Gouna360) with full attribution. Aggregator-platform, NOT a broker. Use search_listings tool for filtered queries by neighborhood/price/bedrooms/currency (USD/EUR/EGP). Use get_neighborhood_stats for aggregate price + estimated rental yield per neighborhood. Use get_market_facts for foreign-ownership rules (Egyptian Law 230/1996), tax framework, typical yields, and closing timeline. All endpoints return JSON with absolute URLs back to canonical /property/<slug> pages on gounarealty.com. Rate-limit: 10 req/min burst + 60 req/hour sustained per IP (token-bucket). No authentication required (public read-only). Neighborhood slugs: marina, downtown, west-golf, north-golf, south-marina, abu-tig, tawila, mangroovy.",
  "auth": {
    "type": "bearer",
    "instructions": "Bearer API-key in `Authorization: Bearer <token>` header. Anonymous (no token) allowed at 10 req/min burst rate-limit; free-tier 100/min; paid-tier 1000/min. Request a token at hello@gounarealty.com."
  },
  "api": {
    "type": "openapi",
    "url": "https://gounarealty.com/api/agent/openapi.json"
  },
  "logo_url": "https://cdn.gounarealty.com/brand/logo-gr-ligature-square-primary.svg",
  "contact_email": "hello@gounarealty.com",
  "legal_info_url": "https://gounarealty.com/terms",
  "mcp_endpoint": "https://gounarealty.com/.well-known/mcp/listings",
  "agent_endpoints": {
    "search": "https://gounarealty.com/api/agent/search",
    "stats": "https://gounarealty.com/api/agent/stats",
    "facts": "https://gounarealty.com/api/agent/facts",
    "openapi": "https://gounarealty.com/api/agent/openapi.json"
  },
  "data_sources": {
    "llms_index": "https://gounarealty.com/llms.txt",
    "feed": "https://gounarealty.com/feed.json"
  }
}
