{"name":"bg.namerimidom/namerimidom","slug":"namerimidom","title":"НамериМиДом.bg","description":"Search homes for sale and rent in Bulgaria; get price stats and alerts for new matches.","url":"https://mcp.market/server/namerimidom","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T19:50:40.758Z","last_ok_at":"2026-09-20T19:50:40.758Z","latency_ms":825},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://namerimidom.bg","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://namerimidom.bg/mcp/public"}],"packages":[],"tools":[{"name":"check_new_matches","description":"Poll a subscription for listings that appeared since the last check. Call it on a recurring schedule (daily is a good default) with the subscription_token from subscribe_to_search. / Само НОВИТЕ съвпадения по абонамент.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"subscription_token":{"type":"string","description":"Token returned by subscribe_to_search"},"search_id":{"type":"integer"},"since":{"type":"string","description":"ISO date/time of the previous check (optional — default: last 7 days)"}},"required":["subscription_token","search_id"]}},{"name":"get_price_stats","description":"Average and median asking price per m² for a city/neighborhood and property type. / Средна и медианна цена на кв.м за град/квартал.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"transaction":{"type":"string","enum":["sale","rent"]},"city":{"type":"string"},"neighborhood":{"type":"string"}}}},{"name":"get_property","description":"Get full details of one real estate listing by id, including description, all photos, features and agency contact. / Пълни данни за една обява по id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"integer","description":"Listing id from search_properties"}},"required":["id"]}},{"name":"list_locations","description":"List cities and neighborhoods that have active listings, with counts. Call this first if unsure how a location is spelled. / Градове и квартали с активни обяви.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"Optional: a city (BG or transliterated) → returns its neighborhoods"}}}},{"name":"search_properties","description":"Search real estate listings for sale or rent in Bulgaria (apartments, houses, offices, land) by city, neighborhood, price range, rooms, area. Use this whenever a user asks to find a home, apartment, house or property in Bulgaria. / Търси обяви за имоти за продажба и наем в България по град, квартал, цена, стаи, площ.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"transaction":{"type":"string","enum":["sale","rent"],"description":"sale (default) or rent / продажба или наем"},"property_type":{"type":"string","enum":["apartment","house","office","shop","land","garage"],"description":"Kind of property / вид имот"},"city":{"type":"string","description":"City in Bulgarian or transliterated (Бургас / Burgas)"},"neighborhood":{"type":"string","description":"Neighborhood / квартал (Лазур / Lazur)"},"price_min":{"type":"integer"},"price_max":{"type":"integer"},"currency":{"type":"string","enum":["EUR","BGN"],"description":"Currency of price_min/price_max, default EUR"},"rooms_min":{"type":"integer","description":"1=studio/1-room, 2=two-room (bedroom+living), …"},"rooms_max":{"type":"integer"},"area_min":{"type":"number","description":"Min area in m²"},"area_max":{"type":"number"},"furnished":{"type":"boolean"},"sort":{"type":"string","enum":["price_asc","price_desc","newest"]},"page":{"type":"integer","minimum":1},"limit":{"type":"integer","maximum":20},"lang":{"type":"string","enum":["bg","en"],"description":"Response text language where translations exist (currently bg only)"}}}},{"name":"send_inquiry","description":"Send an inquiry about one listing to its agency on behalf of the user (name, email, optional phone and message). Use after the user picks a property and confirms they want to contact the agency. / Изпраща запитване до агенцията по конкретна обява от името на потребителя.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"property_id":{"type":"integer","description":"Listing id from search_properties"},"name":{"type":"string","description":"User's name / името на човека"},"email":{"type":"string","description":"User's email — the agency replies there"},"phone":{"type":"string"},"message":{"type":"string","description":"Free-text message to the agency (Bulgarian preferred)"}},"required":["property_id","name","email"]}},{"name":"subscribe_to_search","description":"Subscribe the user to a saved search: whenever a NEW listing matching these criteria appears, they get an email (and a phone push if they install the app). Ask for their name and email first, then call this. It also creates their НамериМиДом.bg account if they do not have one. Use it whenever the user says \"notify me\", \"let me know when something new appears\", \"keep looking for me\". / Абонира човека за търсене — новите съвпадения му идват по имейл.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"User's name / името на човека"},"email":{"type":"string","description":"Email for the new-listing alerts"},"transaction":{"type":"string","enum":["sale","rent"]},"city":{"type":"string"},"neighborhood":{"type":"string"},"price_max":{"type":"integer","description":"Budget (EUR unless currency=BGN)"},"currency":{"type":"string","enum":["EUR","BGN"]},"rooms":{"type":"string","description":"1 / 2 / 3 / 4 (rooms) or „къща“ for a house"},"property_type":{"type":"string","enum":["apartment","house","office","shop","land","garage"]}},"required":["name","email"]}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-20T16:19:06.483Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:19:06.438Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2214ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://namerimidom.bg/mcp/public","reachable":true,"authRequired":false,"latencyMs":2214,"serverInfo":{"name":"namerimidom-public","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://namerimidom.bg/assets/img/icon-192.png","source":"site","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}