Find, rank, and compare student rooms from UniAffitti public listings.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://www.uniaffitti.com/mcp/21 strumenti · 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
add_favoriteSave an approved room to the authenticated user’s favorites.Save an approved room to the authenticated user’s favorites.
| Parametro | Tipo | Descrizione |
|---|---|---|
| room_id* | integer | — |
remove_favoriteprivilegiatoRemove a room from the authenticated user’s favorites.Remove a room from the authenticated user’s favorites.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
21 strumenti su 21 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Find, rank, and compare student rooms from UniAffitti public listings.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.