Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

UniAffitti Room Finder

REMOTE · WWW.UNIAFFITTI.COM · SCANNED AUG 7

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

64 Trust /100
Trust breakdown (6 categories)

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 Security74
Transport & Reachability100
Schema Quality & AI Usability57
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 361 tokens (~72/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 13% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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 · www.uniaffitti.com

# add to Claude Code
claude mcp add --transport http com-uniaffitti-www-room-finder https://www.uniaffitti.com/mcp/
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-uniaffitti-www-room-finder --url https://www.uniaffitti.com/mcp/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-uniaffitti-www-room-finder:
    url: "https://www.uniaffitti.com/mcp/"
// mcp.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 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.

  • 6 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 5 Aug 26 63

    First indexed and scored.

Diagnostics

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 7 Aug 2026 · Probed https://www.uniaffitti.com/mcp/

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.uniaffitti.com CN=Actalis Domain Validated TLS Server RSA CA 2025,O=Actalis S.p.A.,L=Ponte San Pietro,ST=Bergamo,C=IT 12 Jun 2026 28 Dec 2026 RSA 2048 SHA256-RSA 646351e8c82dfd084b01ed19c0d6e8bd
SANs: uniaffitti.com, *.uniaffitti.com
CN=Actalis Domain Validated TLS Server RSA CA 2025,O=Actalis S.p.A.,L=Ponte San Pietro,ST=Bergamo,C=IT (CA) CN=Actalis TLS Server RSA Root CA 2025,O=Actalis S.p.A.,C=IT 7 Jul 2025 5 Jul 2035 RSA 4096 SHA512-RSA 440e10626d31db911f1cf5a145e00367
CN=Actalis TLS Server RSA Root CA 2025,O=Actalis S.p.A.,C=IT (CA) CN=Actalis Authentication Root CA,O=Actalis S.p.A./03358520967,L=Milan,C=IT 7 Aug 2025 22 Sept 2030 RSA 4096 SHA512-RSA 2328b3ed98429c6559985f3daa3c6e04
DNSSEC insecure

Validation of www.uniaffitti.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
uniaffitti.com. 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
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.uniaffitti.com/mcp/ Verified 200
http (plaintext) http://www.uniaffitti.com/mcp/ HTTPS enforced 301 https://www.uniaffitti.com/mcp/
MCP tools · 5 exposed · ~338 tokens

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.

Tool Tokens
compare_rooms ~45

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

NameTypeReqDescription
campus_idinteger
room_idsarrayyes

No output schema declared.

No examples provided.

get_room_details ~36

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

NameTypeReqDescription
room_idintegeryes

No output schema declared.

No examples provided.

list_search_metadata ~22

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

rank_room_matches ~98

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

NameTypeReqDescription
available_fromstringYYYY-MM-DD.
campus_idinteger
featuresobject
limitinteger
max_budgetnumber
max_distance_kmnumber
preferred_room_typestring
querystring

No output schema declared.

No examples provided.

search_rooms ~137

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

NameTypeReqDescription
available_fromstringYYYY-MM-DD.
campus_idinteger
featuresobject
limitinteger
max_distance_kmnumber
max_pricenumber
min_pricenumber
offsetinteger
order_bystring
querystringFree text search over title, description, zone, and campus.
room_typestring
zone_idinteger

No output schema declared.

No examples provided.