search_projects
ActiveTool of Tu Lugar
Search development projects/buildings BY NAME (or city, or DEVELOPER). Use `q` with the project or building name — e.g. q="Petra Tower" — punctuation/accents ignored, and a name lookup also finds completed/sold-out buildings. This is how you answer "apartments in <building/tower name>" and "is there a project called X". For "projects by <developer>" use `company` with the developer's name (NOT `q` — project names rarely contain the developer).
Parameters schema
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Project/building name (partial ok; punctuation/accents ignored)"
},
"city": {
"type": "string"
},
"sort": {
"enum": [
"recommended",
"newest",
"price_asc",
"price_desc",
"units"
],
"type": "string"
},
"limit": {
"type": "number"
},
"status": {
"enum": [
"pre_sale",
"construction",
"completed"
],
"type": "string"
},
"company": {
"type": "string",
"description": "Developer/company name to list that developer's projects, e.g. \"Pro Invest\""
},
"verified": {
"type": "boolean"
},
"max_price": {
"type": "number"
},
"min_price": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries