mcpserver.lol
registry/room-finder
Connection check verified live · 28h ago

room-finder

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

Tools 21
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

21 tools

Read from the running server on 28h ago.

add_favorite room_id*
Save an approved room to the authenticated user’s favorites.
compare_rooms read-only room_ids*campus_id
Compare selected rooms side by side for price, distance, type, availability, features, and trust signals.
create_listing city*title*featureslatitude*longitude*room_type* +12
Create a UniAffitti listing draft for moderation. Listings intentionally keep university_id and campus_id NULL; location is stored independently from the university catalog.
create_rental_request messageroom_id*start_dateduration_months
Send a rental request for an approved available room using the authenticated UniAffitti account.
get_account_links read-only
Return deep links for account, listing creation, messages, requests, and favorites in the full UniAffitti web app.
get_my_conversation_messages read-only messages_limitconversation_id*
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.
get_my_profile read-only
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 witho…
get_room_details read-only room_id*
Return public details for one approved room, including media, features, and limited landlord trust information.
list_my_favorites read-only
List the authenticated user’s saved available rooms.
list_my_listings read-only
List the authenticated user’s own listings and moderation status.
list_my_messages read-only limitunread_onlymessages_limitconversation_id
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 preview…
list_my_requests read-only direction
List rental requests sent or received by the authenticated user.
list_search_metadata read-only university_limituniversity_queryuniversity_offsetuniversity_country_code
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.
list_university_campuses read-only university_id*
List active campuses for a selected university so the user can refine the room search.
rank_room_matches read-only limitqueryfeaturescampus_idmax_budgetavailable_from +2
Find rooms and score them against student preferences such as budget, campus distance, room type, and trust signals.
remove_favorite can modify data room_id*
Remove a room from the authenticated user’s favorites.
search_cities read-only limitqueryoffsetcountry_code
Search cities in the complete active worldwide university catalog, with country and university counts for assisted room search.
search_rooms read-only citylimitqueryoffsetfeaturesorder_by +8
Search approved and available student rooms by budget, type, university, optional campus, distance, and features.
search_universities read-only citylimitqueryoffsetcountry_code
Search the complete active UniAffitti university catalog worldwide with pagination and total count.
send_room_message message*room_id*
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…
update_rental_request_status status*request_id*available_from
Accept, review, reject, or cancel a UniAffitti rental request according to the authenticated user’s role.