# UniAffitti Room Finder (remote · www.uniaffitti.com)

Find, rank, and compare student rooms from UniAffitti public listings.

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

## Components

- remote · `www.uniaffitti.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-uniaffitti-www-room-finder/www.md), [page](https://verifymcp.io/servers/com-uniaffitti-www-room-finder/www)

## Channel facts

- Endpoint: `https://www.uniaffitti.com/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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-07.

- **Endpoint Security**: 74/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.
  - 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**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 361 tokens (~72/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 13% of tool parameters carry a description.
- **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 com-uniaffitti-www-room-finder https://www.uniaffitti.com/mcp/
```

### Codex

```toml
[mcp_servers.com-uniaffitti-www-room-finder]
url = "https://www.uniaffitti.com/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-uniaffitti-www-room-finder": {
      "type": "remote",
      "url": "https://www.uniaffitti.com/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-uniaffitti-www-room-finder --url https://www.uniaffitti.com/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-uniaffitti-www-room-finder:
    url: "https://www.uniaffitti.com/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "com-uniaffitti-www-room-finder": {
      "type": "http",
      "url": "https://www.uniaffitti.com/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-06 (score 64, +1)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (5)

### `search_rooms` (~137 tokens)

Search rooms

Search approved and available student rooms by budget, type, zone, campus, distance, and features.

Input parameters:

- `available_from` (string): YYYY-MM-DD.
- `campus_id` (integer)
- `features` (object)
- `limit` (integer)
- `max_distance_km` (number)
- `max_price` (number)
- `min_price` (number)
- `offset` (integer)
- `order_by` (string)
- `query` (string): Free text search over title, description, zone, and campus.
- `room_type` (string)
- `zone_id` (integer)

### `rank_room_matches` (~98 tokens)

Rank room matches

Find rooms and score them against student preferences such as budget, campus distance, room type, and trust signals.

Input parameters:

- `available_from` (string): YYYY-MM-DD.
- `campus_id` (integer)
- `features` (object)
- `limit` (integer)
- `max_budget` (number)
- `max_distance_km` (number)
- `preferred_room_type` (string)
- `query` (string)

### `get_room_details` (~36 tokens)

Get room details

Return public details for one approved room, including media, features, and limited landlord trust information.

Input parameters:

- `room_id` (integer, required)

### `compare_rooms` (~45 tokens)

Compare rooms

Compare selected rooms side by side for price, distance, type, availability, features, and trust signals.

Input parameters:

- `campus_id` (integer)
- `room_ids` (array, required)

### `list_search_metadata` (~22 tokens)

List search metadata

List zones, campuses, and available feature filters for room search.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-uniaffitti-www-room-finder/www#diagnostics

## Score history

- 2026-08-07: 64
- 2026-08-06: 64
- 2026-08-05: 63

## Links

- Remote endpoint: https://www.uniaffitti.com/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/com-uniaffitti-www-room-finder/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-uniaffitti-www-room-finder/www.json
- HTML version of this page: https://verifymcp.io/servers/com-uniaffitti-www-room-finder/www
