{
  "schemaVersion": "2025-11",
  "name": "imotesa-property-agent",
  "version": "0.1.0",
  "description": "Search Bulgarian real estate on imotesa.bg. Resolve structured property filters (transaction type, property type, city/areas, price, rooms, etc.) to canonical category-page URLs whose HTML embeds Schema.org RealEstateListing JSON-LD, and discover the city/area slug vocabulary those filters accept.",
  "protocolVersions": ["2025-03-26"],
  "transports": [
    {
      "type": "streamable-http",
      "endpoint": "https://agent.imotesa.bg/mcp"
    }
  ],
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "authentication": { "type": "none" },
  "tools": [
    {
      "name": "list_locations",
      "description": "List the canonical location slugs accepted by resolve_search_url. type=\"cities\" enumerates Bulgarian cities; type=\"areas\" plus a city slug enumerates that city's neighbourhoods."
    },
    {
      "name": "resolve_search_url",
      "description": "Resolve a structured property filter to the canonical imotesa.bg category-page URL for that filter set. The returned URL is stable and citeable; fetching it returns HTML embedding Schema.org RealEstateListing JSON-LD."
    }
  ],
  "contact": {
    "name": "imotesa.bg",
    "url": "https://www.imotesa.bg/contact"
  }
}
