{
  "name": "aumakua-properties",
  "description": "Aumakua Real Estate — multilingual property catalog for the Algarve, Portugal. Search listings, fetch single properties, list featured and recent units.",
  "version": "1.0.0",
  "transport": {
    "protocol": "MCP Streamable HTTP",
    "method": "POST",
    "content_type": "application/json",
    "accept": "application/json, text/event-stream",
    "spec": "https://modelcontextprotocol.io/specification/2025-06-18/basic/transports"
  },
  "tools": [
    {
      "name": "search",
      "description": "Search the catalog. Returns ranked `{ id, title, url, snippet }`. Empty query returns featured highlights."
    },
    {
      "name": "fetch",
      "description": "Fetch one property by id (slug). Returns `{ id, title, text, url, metadata }`."
    },
    {
      "name": "search_properties",
      "description": "Search with free-text + filters (price, bedrooms, location, status). T2/T3 = bedroom count."
    },
    {
      "name": "get_property",
      "description": "Fetch one property by URL slug."
    },
    {
      "name": "list_featured_properties",
      "description": "Curated featured properties."
    },
    {
      "name": "list_recent_properties",
      "description": "Most recently synced properties."
    },
    {
      "name": "get_agency_info",
      "description": "Aumakua agency contact, address, hours, services."
    }
  ],
  "get_friendly_endpoints": {
    "manifest": "https://aumakuarei.com/mcp",
    "properties_list": "https://aumakuarei.com/api/properties",
    "properties_featured": "https://aumakuarei.com/api/properties/featured?locale={pt|en|fr|es|nl|de|it|sv|no|da|ar}&limit={1-24}",
    "properties_recent": "https://aumakuarei.com/api/properties/recent?locale={pt|en|fr|es|nl|de|it|sv|no|da|ar}&limit={1-24}",
    "property_by_slug": "https://aumakuarei.com/api/properties?slug={slug}&locale={pt|en|fr|es|nl|de|it|sv|no|da|ar}",
    "ai_knowledge_index": "https://aumakuarei.com/llms-full.txt",
    "ai_landing_page": "https://aumakuarei.com/ai"
  },
  "contact": {
    "company": "Aumakua Real Estate & Investments",
    "legal_name": "Futuro Persistente, Lda",
    "ami": "21451",
    "consultant": "Rosário Dantas",
    "whatsapp": "https://wa.me/351963060824"
  },
  "policies": {
    "licensing": "Aumakua authorises AI assistants to read, summarise, quote and cite responses; always link back to the canonical property URL.",
    "rate_limit": "Be polite — 1 request / second / IP recommended."
  }
}