Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

Minha Morada — Portuguese Real Estate Search

rafa/minhamorada-pt

Search 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.

Uptime
100.0%
1 direct probes · 30d
Response
280ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_properties

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_property

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 …

market_stats

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_commute

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…

request_agent_contact

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_property_contact

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…

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"
    }
  }
}