pt.minhamorada/minha-morada
REMOTE · MINHAMORADA.PT · SCANNED AUG 5
Portugal real estate search — 224,000+ listings, commute times and market prices
Available components
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. How we score →
Endpoint Security80
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability68
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · minhamorada.pt
claude mcp add --transport http pt-minhamorada-minha-morada https://minhamorada.pt/api/mcp
[mcp_servers.pt-minhamorada-minha-morada] url = "https://minhamorada.pt/api/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pt-minhamorada-minha-morada": {
"type": "remote",
"url": "https://minhamorada.pt/api/mcp",
"enabled": true
}
}
} openclaw mcp add pt-minhamorada-minha-morada --url https://minhamorada.pt/api/mcp --transport streamable-http
mcp_servers:
pt-minhamorada-minha-morada:
url: "https://minhamorada.pt/api/mcp" {
"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.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 5 Aug 26 71
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 5 Aug 2026 · Probed https://minhamorada.pt/api/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=minhamorada.pt | CN=YR1,O=Let's Encrypt,C=US | 5 Jul 2026 | 3 Oct 2026 | RSA 2048 | SHA256-RSA | 5b83dbbbcba8f61fdc0cf02720219d67295 |
| SANs: minhamorada.pt | ||||||
| CN=YR1,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | a20253f15f2691c05dc1ce13b9bcca4e |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
DNSSEC insecure
Validation of minhamorada.pt. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| pt. | present | 40155 | 13 | Verified |
| minhamorada.pt. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://minhamorada.pt/api/mcp | Verified | 200 | |
| http (plaintext) | http://minhamorada.pt/api/mcp | HTTPS enforced | 308 | https://minhamorada.pt/api/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
calculate_commute ~168
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Destination latitude |
| to_lng | number | yes | Destination longitude |
No output schema declared.
No examples provided.
get_property ~133
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.
| Name | Type | Req | Description |
|---|---|---|---|
| near_lat | number | — | Latitude to calculate commute times from |
| near_lng | number | — | Longitude to calculate commute times from |
| property_id | string | yes | The property's minhamorada.pt code (e.g., 'mm-a7f3b2c9'), as returned by search_properties in the 'id' field. |
No output schema declared.
No examples provided.
get_property_contact ~81
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.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | The property's minhamorada.pt code (e.g., 'mm-a7f3b2c9'). |
No output schema declared.
No examples provided.
market_stats ~78
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?'
| Name | Type | Req | Description |
|---|---|---|---|
| district | string | — | Filter stats to a specific district |
| price_type | string | — | Filter to sale or rent only |
No output schema declared.
No examples provided.
search_properties ~419
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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+ |
No output schema declared.
No examples provided.