Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

UniAffitti Room Finder

com.uniaffitti.www/room-finder

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

Uptime
100.0%
1 direct probes · 30d
Response
395ms
last probe
Tools
21
callable
Resources
2
readable
Prompts
0
available

Tools · 21

search_rooms

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

rank_room_matches

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

get_room_details

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

compare_rooms

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

list_search_metadata

List a paginated slice of the global university catalog, optional campuses, and feature filters for room search. The catalog is not limited to 500 records.

search_universities

Search the complete active UniAffitti university catalog worldwide with pagination and total count.

search_cities

Search cities in the complete active worldwide university catalog, with country and university counts for assisted room search.

list_university_campuses

List active campuses for a selected university so the user can refine the room search.

get_my_profile

When the user asks to access or connect UniAffitti, call this tool. It starts the secure OAuth account connection when the user is not authenticated, then returns the profile without credentials or se…

list_my_messages

Read the authenticated user’s UniAffitti conversations from the same chat used by the web app. Without a conversation_id return fast conversation summaries and last-message previews; with one load the…

send_room_message

Send a first message to the landlord of an approved available room from the authenticated UniAffitti account. The conversation is stored in the same UniAffitti chat used by the web app.

get_my_conversation_messages

Load the recent messages for one authenticated UniAffitti conversation. This is a data-only tool intended to be called by the messages UI after the user selects a conversation.

list_my_favorites

List the authenticated user’s saved available rooms.

add_favorite

Save an approved room to the authenticated user’s favorites.

remove_favorite

Remove a room from the authenticated user’s favorites.

list_my_requests

List rental requests sent or received by the authenticated user.

create_rental_request

Send a rental request for an approved available room using the authenticated UniAffitti account.

update_rental_request_status

Accept, review, reject, or cancel a UniAffitti rental request according to the authenticated user’s role.

list_my_listings

List the authenticated user’s own listings and moderation status.

create_listing

Create a UniAffitti listing draft for moderation. Listings intentionally keep university_id and campus_id NULL; location is stored independently from the university catalog.

get_account_links

Return deep links for account, listing creation, messages, requests, and favorites in the full UniAffitti web app.

Resources · 2

UniAffitti room finder

Interactive search and comparison surface for UniAffitti rooms.

ui://uniaffitti/room-finder/v2.html
UniAffitti account

Interactive surface for authenticated favorites, requests, and account links.

ui://uniaffitti/account/v2.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "uniaffitti_room_finder": {
      "url": "https://www.uniaffitti.com/mcp/",
      "transport": "streamable-http"
    }
  }
}