{"name":"eu.voxs/voxhouses-pt","slug":"voxs-voxhouses-pt","title":"Voxhouses (Portugal)","description":"Property listings in Portugal: search, market stats, comparables, neighbourhoods.","url":"https://mcp.market/server/voxs-voxhouses-pt","rating":null,"grade":"C","score":65,"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-20T21:16:01.279Z","last_ok_at":"2026-09-20T21:16:01.279Z","latency_ms":658},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.voxhouses.pt/","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://www.voxhouses.pt/api/mcp"}],"packages":[],"tools":[{"name":"find_similar_properties","description":"Given one listing, find comparable ones: same operation and area, similar typology, floor area and price. Use this when the user likes a property but wants alternatives — 'find me something similar', 'the same but cheaper', 'what else is there in this area'. Pass `maxPrice` for the cheaper case; without it, comparables are drawn from a band around the reference price. Comparability is by location, typology, area and price, not by text similarity: it answers 'is this well priced for what it is', which a keyword search cannot.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Slug of the reference listing, as returned by search_properties or get_property_detail."},"maxPrice":{"type":"number","description":"Optional budget ceiling, in the market currency. Use it for 'similar but cheaper'; it overrides the default band around the reference price."},"limit":{"type":"number","description":"Maximum number of comparables (default 6, max 20)."}},"required":["slug"]}},{"name":"get_market_stats","description":"Get price statistics for a slice of the Portugal property market: how many listings match, the median price, the p25–p75 range, the median price per m² and a breakdown by typology. Use this when the user asks what something costs, whether an asking price is fair, or how two areas compare — instead of listing individual properties. Takes the same filters as search_properties and describes exactly the set that tool would return, so the two never disagree. Reports medians and quartiles rather than averages, because property prices have a long right tail and a single luxury listing moves an average. Call once per area to compare areas.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["buy","rent"],"description":"buy = for sale, rent = to let. Defaults to buy; a listing is one or the other, so call twice to cover both."},"location":{"type":"string","description":"Location: district, municipality, neighbourhood, town or postal-code prefix (e.g. Lisbon, Cascais, Chiado, 2750). Not a free-text keyword search — words that are not places (e.g. 'sea view') will not match."},"priceMin":{"type":"number","description":"Minimum price, in the market currency."},"priceMax":{"type":"number","description":"Maximum price, in the market currency. Note: listings advertised 'price on request' have no price and are excluded by either price bound."},"typology":{"type":["string","array"],"items":{"type":"string"},"description":"Normalised typology code (T0, T1, T2, T3…), where the number is the count of bedrooms. Used in every market, including the German and Polish ones. Matched exactly; pass an array to match several. The buckets `T0–T1` and `T4+` are also accepted."},"propertyType":{"type":["string","array"],"items":{"type":"string","enum":["apartment","house","land","shop","office","warehouse","garage","farm","building"]},"description":"Property type, or an array of types. Omit to search all types. `farm` covers rural estates (quintas); `building` is a whole apartment block."},"minBathrooms":{"type":"number","description":"Minimum number of bathrooms. Only matches listings whose source published a bathroom count."},"minArea":{"type":"number","description":"Minimum floor area in m². Matches either the gross or the useful area, whichever the source published. Only matches listings that published an area."},"condition":{"type":["string","array"],"items":{"type":"string","enum":["new","used","to_renovate","under_construction"]},"description":"State of repair, or an array of states. Only matches listings whose source published it."},"energyClass":{"type":"string","enum":["A+","A","B","B-","C","D","E","F"],"description":"Energy certificate class. Selects the whole band the class belongs to: A+/A, B/B-, C, or D-and-below. Only matches listings that carry a certificate."}}}},{"name":"get_property_detail","description":"Get the complete record of one listing in Portugal by its slug. Use this after search_properties when the user asks about a specific property: full description, features, photos, energy rating, condition, floor, year built, seller and the original source URL to cite.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Unique listing slug, as returned by search_properties."}},"required":["slug"]}},{"name":"search_articles","description":"Search editorial articles about the property market in Portugal: buying and renting guides, market analysis and practical advice. Use this when the user asks how something works — mortgages, contracts, taxes, the buying process — rather than asking for listings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number","description":"Maximum number of results (default 5, max 10)."}}}},{"name":"search_neighbourhoods","description":"Search neighbourhood and municipality guides for Portugal, with median price per m² for buying and renting, price trend and an editorial summary. Use this when the user asks where to live or where to buy, or wants to compare areas, instead of asking for individual listings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Neighbourhood, municipality or district (e.g. Cascais, Príncipe Real). Omit to list all."},"limit":{"type":"number","description":"Maximum number of results (default 8, max 20)."}}}},{"name":"search_properties","description":"Search current residential, rural and commercial real-estate listings for sale or rent in Portugal. Use this whenever the user wants to find, compare or explore properties — by location, budget, typology, property type, condition or energy rating. Returns price, price per m², typology, areas, neighbourhood, source and a citable listing URL, plus `total`: the exact number of listings matching the filters, which makes this tool usable to answer 'how many' questions. Listings are aggregated from portals and agency sites and refreshed continuously; each result carries the date it was last checked at the source. Sources publish uneven detail: filtering on an attribute silently excludes listings that omit it, so prefer the broadest filters that answer the question and report `total` as a floor, not a census.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["buy","rent"],"description":"buy = for sale, rent = to let. Defaults to buy; a listing is one or the other, so call twice to cover both."},"location":{"type":"string","description":"Location: district, municipality, neighbourhood, town or postal-code prefix (e.g. Lisbon, Cascais, Chiado, 2750). Not a free-text keyword search — words that are not places (e.g. 'sea view') will not match."},"priceMin":{"type":"number","description":"Minimum price, in the market currency."},"priceMax":{"type":"number","description":"Maximum price, in the market currency. Note: listings advertised 'price on request' have no price and are excluded by either price bound."},"typology":{"type":["string","array"],"items":{"type":"string"},"description":"Normalised typology code (T0, T1, T2, T3…), where the number is the count of bedrooms. Used in every market, including the German and Polish ones. Matched exactly; pass an array to match several. The buckets `T0–T1` and `T4+` are also accepted."},"propertyType":{"type":["string","array"],"items":{"type":"string","enum":["apartment","house","land","shop","office","warehouse","garage","farm","building"]},"description":"Property type, or an array of types. Omit to search all types. `farm` covers rural estates (quintas); `building` is a whole apartment block."},"minBathrooms":{"type":"number","description":"Minimum number of bathrooms. Only matches listings whose source published a bathroom count."},"minArea":{"type":"number","description":"Minimum floor area in m². Matches either the gross or the useful area, whichever the source published. Only matches listings that published an area."},"condition":{"type":["string","array"],"items":{"type":"string","enum":["new","used","to_renovate","under_construction"]},"description":"State of repair, or an array of states. Only matches listings whose source published it."},"energyClass":{"type":"string","enum":["A+","A","B","B-","C","D","E","F"],"description":"Energy certificate class. Selects the whole band the class belongs to: A+/A, B/B-, C, or D-and-below. Only matches listings that carry a certificate."},"sort":{"type":"string","enum":["recent","price_asc","price_desc"],"description":"Result order. Default `recent` (most recently published first)."},"limit":{"type":"number","description":"Results per page (default 10, max 20)."},"page":{"type":"number","description":"1-based page number. Use it with `total` to walk through a large result set."}}}},{"name":"search_properties_by_description","description":"Search Portugal listings by describing the property in plain language, matched against listing text by meaning rather than keywords. Use this for wants that are not filter fields — 'a renovated loft with exposed brick', 'quiet, lots of natural light, close to a school', 'a ruin to restore with a sea view'. Prefer search_properties when the request is entirely structural (typology, budget, location), and this tool when it is descriptive; combine both by passing structural filters here too, which are applied as hard constraints while the description only ranks. Results are ordered by relevance, so `total` is the number matching the structural filters, not the number that fit the description.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"type":"string","description":"What the user is looking for, in their own words. Full phrases work better than keywords. Pass the qualities here and the hard limits in the other arguments."},"operation":{"type":"string","enum":["buy","rent"],"description":"buy = for sale, rent = to let. Defaults to buy; a listing is one or the other, so call twice to cover both."},"location":{"type":"string","description":"Location: district, municipality, neighbourhood, town or postal-code prefix (e.g. Lisbon, Cascais, Chiado, 2750). Not a free-text keyword search — words that are not places (e.g. 'sea view') will not match."},"priceMin":{"type":"number","description":"Minimum price, in the market currency."},"priceMax":{"type":"number","description":"Maximum price, in the market currency. Note: listings advertised 'price on request' have no price and are excluded by either price bound."},"propertyType":{"type":"string","enum":["apartment","house","land","shop","office","warehouse","garage","farm","building"],"description":"A single property type. Unlike search_properties, this tool takes one, not a list."},"typology":{"type":"string","description":"A single exact typology code (T0, T1, T2…), where the number is the count of bedrooms. Buckets are not accepted here."},"minArea":{"type":"number","description":"Minimum floor area in m². Matches either the gross or the useful area, whichever the source published. Only matches listings that published an area."},"limit":{"type":"number","description":"Maximum number of results (default 10, max 20)."}},"required":["description"]}}],"scan":{"score":65,"grade":"C","scanned_at":"2026-09-20T20:12:25.287Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:12:25.190Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2327ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://www.voxhouses.pt/api/mcp","reachable":true,"authRequired":false,"latencyMs":2327,"serverInfo":{"name":"voxhouses-pt","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.voxhouses.pt/logos/voxhouses-light.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}