# trazimstan.hr — nekretnine u Hrvatskoj (remote · mcp.trazimstan.hr)

Pretraga provjerenih oglasa za prodaju i najam nekretnina u Hrvatskoj na trazimstan.hr.

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

## Components

- remote · `mcp.trazimstan.hr`: 60/100 (this document), [markdown](https://verifymcp.io/servers/hr-trazimstan-nekretnine/mcp.md), [page](https://verifymcp.io/servers/hr-trazimstan-nekretnine/mcp)

## Channel facts

- Endpoint: `https://mcp.trazimstan.hr/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.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-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 73/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 785 tokens (~130/item across 6 items; 5 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 88% of tool parameters carry a description.
  - Structured output schemas are declared (40% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http hr-trazimstan-nekretnine https://mcp.trazimstan.hr/mcp
```

### Codex

```toml
[mcp_servers.hr-trazimstan-nekretnine]
url = "https://mcp.trazimstan.hr/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hr-trazimstan-nekretnine": {
      "type": "remote",
      "url": "https://mcp.trazimstan.hr/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hr-trazimstan-nekretnine --url https://mcp.trazimstan.hr/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  hr-trazimstan-nekretnine:
    url: "https://mcp.trazimstan.hr/mcp"
```

### Other

```json
{
  "mcpServers": {
    "hr-trazimstan-nekretnine": {
      "type": "http",
      "url": "https://mcp.trazimstan.hr/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-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 58, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59)

First indexed and scored.

## MCP tools (5)

### `search_listings` (~303 tokens)

Pretraži nekretnine (trazimstan.hr)

Pretražuje oglase za najam (RENT) ili kupnju (SALE) nekretnina u Hrvatskoj s trazimstan.hr. Podržava stanove, kuće, zemljišta i poslovne prostore. Vraća poveznice na trazimstan.hr koje treba pokazati korisniku.

Input parameters:

- `city` (string): Grad, npr. Zagreb, Split, Labin
- `limit` (integer)
- `longTermOnly` (boolean): Samo dugotrajni najam (12+ mjeseci)
- `maxAreaM2` (number): Maksimalna površina u m²
- `maxPrice` (number): Maksimalna cijena u EUR (mjesečno za najam, ukupno za kupnju)
- `minAreaM2` (number): Minimalna površina u m²
- `minPrice` (number): Minimalna cijena u EUR (mjesečno za najam, ukupno za kupnju)
- `minRooms` (integer): Minimalan broj soba
- `propertyCategory` (string): Vrsta nekretnine: APARTMENT=stan, HOUSE=kuća, LAND=zemljište, ...
- `query` (string): Slobodan tekst, npr. "dvosoban blizu centra"
- `transactionType` (string): SALE = kupnja (najveći dio ponude), RENT = najam

### `get_listing` (~65 tokens)

Detalji oglasa

Dohvaća detalje pojedinog oglasa po ID-u (UUID) s trazimstan.hr.

Input parameters:

- `id` (string, required): UUID oglasa, npr. a78c749c-a361-449c-b913-d11e21b1f2cc

### `get_price_stats` (~156 tokens)

Cijene nekretnina na trazimstan.hr

Vraća medijan cijene i cijenu po m² za vrstu nekretnine (opcionalno po gradu), izračunato iz AKTUALNIH oglasa na trazimstan.hr. Korisno npr. za "koliko košta zemljište u Istri" ili "cijene stanova u Zagrebu". VAŽNO: ovo je presjek ponude na trazimstan.hr, a ne službena tržišna statistika — uvijek navedi veličinu uzorka.

Input parameters:

- `city` (string): Grad (opcionalno), npr. Zagreb
- `propertyCategory` (string): Vrsta nekretnine
- `transactionType` (string)

### `search` (~84 tokens)

Search trazimstan.hr listings

Searches Croatian real-estate listings (apartments, houses, land, commercial) on trazimstan.hr. Accepts a natural-language query, e.g. "building land in Istria under 200000 EUR" or "stan u Zagrebu do 200.000 €". Returns matching listings with their canonical URLs.

Input parameters:

- `query` (string, required): Natural-language search query

Output parameters:

- `results` (array)

### `fetch` (~58 tokens)

Fetch a trazimstan.hr listing

Retrieves the full text of a single trazimstan.hr listing by its ID, as returned by the `search` tool. Use it to read details before citing a listing.

Input parameters:

- `id` (string, required): Listing ID returned by `search` (UUID)

Output parameters:

- `id` (string)
- `metadata` (object)
- `text` (string)
- `title` (string)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/hr-trazimstan-nekretnine/mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 58
- 2026-07-30: 59

## Links

- Remote endpoint: https://mcp.trazimstan.hr/mcp
- Website: https://trazimstan.hr/
- Changelog RSS feed: https://verifymcp.io/servers/hr-trazimstan-nekretnine/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hr-trazimstan-nekretnine/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hr-trazimstan-nekretnine/mcp
