# pt.minhamorada/minha-morada (remote · minhamorada.pt)

Portugal real estate search — 224,000+ listings, commute times and market prices

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- remote · `minhamorada.pt`: 71/100 (this document), [markdown](https://verifymcp.io/servers/pt-minhamorada-minha-morada/api-mcp.md), [page](https://verifymcp.io/servers/pt-minhamorada-minha-morada/api-mcp)

## Channel facts

- Endpoint: `https://minhamorada.pt/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 879 tokens (~175/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http pt-minhamorada-minha-morada https://minhamorada.pt/api/mcp
```

### Codex

```toml
[mcp_servers.pt-minhamorada-minha-morada]
url = "https://minhamorada.pt/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pt-minhamorada-minha-morada": {
      "type": "remote",
      "url": "https://minhamorada.pt/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pt-minhamorada-minha-morada --url https://minhamorada.pt/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  pt-minhamorada-minha-morada:
    url: "https://minhamorada.pt/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "pt-minhamorada-minha-morada": {
      "type": "http",
      "url": "https://minhamorada.pt/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 71)

First indexed and scored.

## MCP tools (5)

### `search_properties` (~419 tokens)

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 minhamorada.pt "url" field. Use this to help users find real estate in specific Portuguese districts, with specific budgets, or near specific locations.

Input parameters:

- `area_min` (number): Minimum area in square meters
- `condition` (string): Comma-separated: new, renovated, used, to_renovate
- `dir` (string): Sort direction (default: desc)
- `district` (string): Portuguese district name (e.g., 'Lisboa', 'Porto', 'Braga', 'Faro')
- `has_elevator` (boolean): Filter for properties with elevator
- `has_garden` (boolean): Filter for properties with garden/outdoor space
- `has_parking` (boolean): Filter for properties with parking
- `limit` (number): Results per page, max 20 (default: 10)
- `municipality` (string): Municipality/concelho within a district
- `near_lat` (number): Latitude for proximity search
- `near_lng` (number): Longitude for proximity search
- `near_max_minutes` (number): Maximum commute time in minutes (default: 30)
- `near_transport` (string): Transport mode for commute (default: transit)
- `page` (number): Page number (default: 1)
- `price_max` (number): Maximum price in EUR. Rent: 400-2000. Sale: 80000-500000.
- `price_min` (number): Minimum price in EUR
- `price_type` (string): Whether to search for properties to buy ('sale') or rent ('rent')
- `sort` (string): Sort field (default: scraped_at = newest)
- `typology` (string): Comma-separated apartment types: T0, T1, T2, T3, T4, T5+

### `get_property` (~133 tokens)

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 user to the "url" field (minhamorada.pt). Use after search_properties.

Input parameters:

- `near_lat` (number): Latitude to calculate commute times from
- `near_lng` (number): Longitude to calculate commute times from
- `property_id` (string, required): The property's minhamorada.pt code (e.g., 'mm-a7f3b2c9'), as returned by search_properties in the 'id' field.

### `market_stats` (~78 tokens)

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 'What's the average rent in Porto?'

Input parameters:

- `district` (string): Filter stats to a specific district
- `price_type` (string): Filter to sale or rent only

### `calculate_commute` (~168 tokens)

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 with typical speeds.

Input parameters:

- `from_lat` (number): Starting latitude (used if property_id not provided)
- `from_lng` (number): Starting longitude (used if property_id not provided)
- `property_id` (string): The property's minhamorada.pt code (e.g. mm-a7f3b2c9), as returned by search_properties. Alternative to from_lat/from_lng.
- `to_label` (string): Human-readable name for the destination (e.g., 'Lisbon Airport')
- `to_lat` (number, required): Destination latitude
- `to_lng` (number, required): Destination longitude

### `get_property_contact` (~81 tokens)

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 listing URL.

Input parameters:

- `property_id` (string, required): The property's minhamorada.pt code (e.g., 'mm-a7f3b2c9').

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/pt-minhamorada-minha-morada/api-mcp#diagnostics

## Score history

- 2026-08-05: 71

## Links

- Remote endpoint: https://minhamorada.pt/api/mcp
- Website: https://minhamorada.pt/
- Changelog RSS feed: https://verifymcp.io/servers/pt-minhamorada-minha-morada/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/pt-minhamorada-minha-morada/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/pt-minhamorada-minha-morada/api-mcp
