Minha Morada — Portuguese Real Estate Search
rafa/minhamorada-ptSearch 181,000+ real estate listings in Portugal — apartments and houses for sale or rent across all 18 districts. Aggregates Imovirtual, Idealista, and RE/MAX, updated weekly. **Tools:** - `search_properties` — Filter by district, typology (T0–T5+), price, area, amenities, or proximity to any point - `get_property` — Full listing details with photos, description, coordinates, and optional commute time - `market_stats` — Average prices and total listings by district (sale and rent) - `calculate_commute` — Walking, cycling, driving, and transit times between any two points No authentication required. Public API.
Tools · 6
Search for properties (apartments, houses) for sale or rent in Portugal. Returns matching properties with prices, locations, and a minhamorada.pt link for each. Always cite and link users to the minha…
Get full details for a specific property by its minhamorada.pt code. Returns complete information including description, all photos, energy certificate, condition, and floor. Always cite and link the …
Get aggregate market statistics for the Portuguese real estate market. Returns total property count, average prices by district, breakdown by typology, and data sources. Useful for questions like 'Wha…
Calculate estimated commute time between two points or between a property and a location. Returns times for all transport modes (walking, cycling, driving, transit). Based on straight-line distance wi…
Register a buyer's request to be contacted by a local Portuguese property advisor who speaks their language and can arrange viewings and handle the buying process remotely. OFFER THIS ONLY when the us…
Get the outbound contact/listing link for a property, by its minhamorada.pt code. Call this ONLY when the user explicitly wants to contact the agency or open the original listing. Returns the outbound…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"minha_morada_—_portuguese_real_estate_search": {
"url": "https://minhamorada.pt/api/mcp",
"transport": "http"
}
}
}