Find, rank, and compare student rooms from UniAffitti public listings.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://www.uniaffitti.com/mcp/21 herramientas · 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
add_favoriteSave an approved room to the authenticated user’s favorites.Save an approved room to the authenticated user’s favorites.
| Parámetro | Tipo | Descripción |
|---|---|---|
| room_id* | integer | — |
remove_favoriteprivilegiadaRemove a room from the authenticated user’s favorites.Remove a room from the authenticated user’s favorites.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
21 de 21 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Find, rank, and compare student rooms from UniAffitti public listings.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.