Find, rank, and compare student rooms from UniAffitti public listings.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://www.uniaffitti.com/mcp/21 Tools · 789 mssearch_roomsSearch approved and available student rooms by budget, type, university, optional campus, distance, and features.Search approved and available student rooms by budget, type, university, optional campus, distance, and features.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query | string | Free text search over title, description, university, location, and campus. |
| city | string | Optional city filter selected from the assisted location search. |
| country_code | string | Optional ISO 3166-1 alpha-2 country filter. |
| limit | integer | — |
| offset | integer | — |
| university_id | integer | — |
| campus_id | integer | — |
| room_type | string | — |
| min_price | number | — |
| max_price | number | — |
| available_from | string | YYYY-MM-DD. |
| max_distance_km | number | — |
| features | object | — |
| order_by | string | — |
rank_room_matchesFind rooms and score them against student preferences such as budget, campus distance, room type, and trust signals.Find rooms and score them against student preferences such as budget, campus distance, room type, and trust signals.
| Parameter | Typ | Beschreibung |
|---|---|---|
| limit | integer | — |
| campus_id | integer | — |
| preferred_room_type | string | — |
| max_budget | number | — |
| max_distance_km | number | — |
| available_from | string | YYYY-MM-DD. |
| features | object | — |
| query | string | — |
get_room_detailsReturn public details for one approved room, including media, features, and limited landlord trust information.Return public details for one approved room, including media, features, and limited landlord trust information.
| Parameter | Typ | Beschreibung |
|---|---|---|
| room_id* | integer | — |
compare_roomsCompare selected rooms side by side for price, distance, type, availability, features, and trust signals.Compare selected rooms side by side for price, distance, type, availability, features, and trust signals.
| Parameter | Typ | Beschreibung |
|---|---|---|
| room_ids* | array | — |
| campus_id | integer | — |
list_search_metadataList 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 a paginated slice of the global university catalog, optional campuses, and feature filters for room search. The catalog is not limited to 500 records.
| Parameter | Typ | Beschreibung |
|---|---|---|
| university_query | string | Filter universities by name, city, country, or alias. |
| university_country_code | string | ISO 3166-1 alpha-2 country code. |
| university_limit | integer | — |
| university_offset | integer | — |
search_universitiesSearch the complete active UniAffitti university catalog worldwide with pagination and total count.Search the complete active UniAffitti university catalog worldwide with pagination and total count.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query | string | — |
| country_code | string | — |
| city | string | — |
| limit | integer | — |
| offset | integer | — |
search_citiesSearch cities in the complete active worldwide university catalog, with country and university counts for assisted room search.Search cities in the complete active worldwide university catalog, with country and university counts for assisted room search.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query | string | — |
| country_code | string | — |
| limit | integer | — |
| offset | integer | — |
list_university_campusesList active campuses for a selected university so the user can refine the room search.List active campuses for a selected university so the user can refine the room search.
| Parameter | Typ | Beschreibung |
|---|---|---|
| university_id* | integer | — |
get_my_profileWhen 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 secrets.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 secrets.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_my_messagesRead 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 complete recent messages for that conversation.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 complete recent messages for that conversation.
| Parameter | Typ | Beschreibung |
|---|---|---|
| conversation_id | string | Optional Firebase conversation/thread id. |
| limit | integer | — |
| messages_limit | integer | — |
| unread_only | boolean | — |
send_room_messageSend 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| room_id* | integer | — |
| message* | string | — |
get_my_conversation_messagesLoad 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| conversation_id* | string | Firebase conversation/thread id. |
| messages_limit | integer | — |
list_my_favoritesList the authenticated user’s saved available rooms.List the authenticated user’s saved available rooms.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
add_favoriteSave an approved room to the authenticated user’s favorites.Save an approved room to the authenticated user’s favorites.
| Parameter | Typ | Beschreibung |
|---|---|---|
| room_id* | integer | — |
remove_favoriteprivilegiertRemove a room from the authenticated user’s favorites.Remove a room from the authenticated user’s favorites.
| Parameter | Typ | Beschreibung |
|---|---|---|
| room_id* | integer | — |
list_my_requestsList rental requests sent or received by the authenticated user.List rental requests sent or received by the authenticated user.
| Parameter | Typ | Beschreibung |
|---|---|---|
| direction | string | — |
create_rental_requestSend a rental request for an approved available room using the authenticated UniAffitti account.Send a rental request for an approved available room using the authenticated UniAffitti account.
| Parameter | Typ | Beschreibung |
|---|---|---|
| room_id* | integer | — |
| message | string | — |
| start_date | string | YYYY-MM-DD. |
| duration_months | integer | — |
update_rental_request_statusAccept, review, reject, or cancel a UniAffitti rental request according to the authenticated user’s role.Accept, review, reject, or cancel a UniAffitti rental request according to the authenticated user’s role.
| Parameter | Typ | Beschreibung |
|---|---|---|
| request_id* | integer | — |
| status* | string | — |
| available_from | string | YYYY-MM-DD; required when accepting. |
list_my_listingsList the authenticated user’s own listings and moderation status.List the authenticated user’s own listings and moderation status.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
create_listingCreate a UniAffitti listing draft for moderation. Listings intentionally keep university_id and campus_id NULL; location is stored independently from the university catalog.Create a UniAffitti listing draft for moderation. Listings intentionally keep university_id and campus_id NULL; location is stored independently from the university catalog.
| Parameter | Typ | Beschreibung |
|---|---|---|
| title* | string | — |
| description* | string | — |
| address_full* | string | — |
| location_label | string | — |
| city* | string | — |
| country_code* | string | ISO 3166-1 alpha-2 country code. |
| latitude* | number | — |
| longitude* | number | — |
| property_type | string | — |
| property_floor* | integer | — |
| price_monthly* | number | — |
| deposit_amount | number | — |
| price_currency | string | — |
| room_type* | string | — |
| min_stay_months | integer | — |
| available_from | string | YYYY-MM-DD. |
| occupancy_status | string | — |
| features | object | — |
get_account_linksReturn deep links for account, listing creation, messages, requests, and favorites in the full UniAffitti web app.Return deep links for account, listing creation, messages, requests, and favorites in the full UniAffitti web app.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
21 von 21 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Find, rank, and compare student rooms from UniAffitti public listings.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.