UniAffitti Room Finder
com.uniaffitti.www/room-finderFind, rank, and compare student rooms from UniAffitti public listings.
Tools · 21
Search approved and available student rooms by budget, type, university, optional campus, distance, and features.
Find rooms and score them against student preferences such as budget, campus distance, room type, and trust signals.
Return public details for one approved room, including media, features, and limited landlord trust information.
Compare selected rooms side by side for price, distance, type, availability, features, and trust signals.
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 the complete active UniAffitti university catalog worldwide with pagination and total count.
Search cities in the complete active worldwide university catalog, with country and university counts for assisted room search.
List active campuses for a selected university so the user can refine the room search.
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…
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 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.
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 the authenticated user’s saved available rooms.
Save an approved room to the authenticated user’s favorites.
Remove a room from the authenticated user’s favorites.
List rental requests sent or received by the authenticated user.
Send a rental request for an approved available room using the authenticated UniAffitti account.
Accept, review, reject, or cancel a UniAffitti rental request according to the authenticated user’s role.
List the authenticated user’s own listings and moderation status.
Create a UniAffitti listing draft for moderation. Listings intentionally keep university_id and campus_id NULL; location is stored independently from the university catalog.
Return deep links for account, listing creation, messages, requests, and favorites in the full UniAffitti web app.
Resources · 2
Interactive search and comparison surface for UniAffitti rooms.
ui://uniaffitti/room-finder/v2.html
Interactive surface for authenticated favorites, requests, and account links.
ui://uniaffitti/account/v2.html
Similar MCP servers embedding-nearest
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"
}
}
}