Search curated community colivings and see who else will be staying during your dates.
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.mapmelon.com/api/mcp14 strumenti · 279 msgetColivingsByCountrySearch for coliving spaces in a specific country. Use ISO 3166-1 alpha-2 country codes (e.g., 'pt' for Portugal, 'es' for Spain, 'th' for Thailand).Search for coliving spaces in a specific country. Use ISO 3166-1 alpha-2 country codes (e.g., 'pt' for Portugal, 'es' for Spain, 'th' for Thailand).
| Parametro | Tipo | Descrizione |
|---|---|---|
| countryCode* | string | ISO 3166-1 alpha-2 country code (e.g., 'pt', 'es', 'th') |
| limit | integer | Maximum number of results to return |
getColivingsByContinentSearch for coliving spaces in a specific continent. Valid continents: Europe, Asia, Africa, North America, South America, Oceania.Search for coliving spaces in a specific continent. Valid continents: Europe, Asia, Africa, North America, South America, Oceania.
| Parametro | Tipo | Descrizione |
|---|---|---|
| continent* | string | Continent name |
| limit | integer | Maximum number of results to return |
getColivingsByLocationSearch for coliving spaces by location name. Searches across city, region, country name, and coliving name. Use this for flexible location searches like 'Bali', 'Lisbon', 'Barcelona'.Search for coliving spaces by location name. Searches across city, region, country name, and coliving name. Use this for flexible location searches like 'Bali', 'Lisbon', 'Barcelona'.
| Parametro | Tipo | Descrizione |
|---|---|---|
| query* | string | Location search query (city, region, country, or coliving name) |
| limit | integer | Maximum number of results to return |
getColivingsByBudgetSearch for coliving spaces within a price range. Prices are per night in EUR. Returns colivings with at least one accommodation within the specified budget.Search for coliving spaces within a price range. Prices are per night in EUR. Returns colivings with at least one accommodation within the specified budget.
| Parametro | Tipo | Descrizione |
|---|---|---|
| minPrice | number | Minimum price per night in EUR |
| maxPrice* | number | Maximum price per night in EUR |
| limit | integer | Maximum number of results to return |
getColivingsByAmenitiesSearch for coliving spaces that have specific amenities/categories. Use category names like 'pool', 'gym', 'surf', 'yoga', 'pet friendly', 'coworking', etc. Use getAllCategories tool to see all available categories.Search for coliving spaces that have specific amenities/categories. Use category names like 'pool', 'gym', 'surf', 'yoga', 'pet friendly', 'coworking', etc. Use getAllCategories tool to see all available categories.
| Parametro | Tipo | Descrizione |
|---|---|---|
| categories* | array | List of category/amenity names to filter by (e.g., ['pool', 'gym', 'yoga']) |
| limit | integer | Maximum number of results to return |
getColivingsByLifestyleSearch for coliving spaces by lifestyle category group. Groups: 'community' (shared meals, activities, min stay), 'location' (beach, city, mountain), 'coworking' (desks, monitors, call rooms), 'facilities' (pool, gym, kitchen), 'activities' (yoga, surf, hiking), 'food' (breakfast, vegan), 'structur…Search for coliving spaces by lifestyle category group. Groups: 'community' (shared meals, activities, min stay), 'location' (beach, city, mountain), 'coworking' (desks, monitors, call rooms), 'facilities' (pool, gym, kitchen), 'activities' (yoga, surf, hiking), 'food' (breakfast, vegan), 'structur…
| Parametro | Tipo | Descrizione |
|---|---|---|
| lifestyle* | string | Lifestyle category group name |
| limit | integer | Maximum number of results to return |
checkAvailabilityCheck if a coliving has available accommodations for a specific date range and number of guests. Returns available room types with pricing.Check if a coliving has available accommodations for a specific date range and number of guests. Returns available room types with pricing.
| Parametro | Tipo | Descrizione |
|---|---|---|
| colivingId* | integer | The coliving ID to check availability for |
| startDate* | string | Check-in date in ISO 8601 format (YYYY-MM-DD) |
| endDate* | string | Check-out date in ISO 8601 format (YYYY-MM-DD) |
| guests | integer | Number of guests |
checkAvailabilityBySlugCheck if a coliving has available accommodations using its URL slug instead of ID. Returns available room types with pricing.Check if a coliving has available accommodations using its URL slug instead of ID. Returns available room types with pricing.
| Parametro | Tipo | Descrizione |
|---|---|---|
| slug* | string | The coliving URL slug (e.g., 'sun-and-co') |
| startDate* | string | Check-in date in ISO 8601 format (YYYY-MM-DD) |
| endDate* | string | Check-out date in ISO 8601 format (YYYY-MM-DD) |
| guests | integer | Number of guests |
getAvailabilityByMonthGet a monthly availability overview for a coliving. Returns which accommodation types have available units for each week of the specified month.Get a monthly availability overview for a coliving. Returns which accommodation types have available units for each week of the specified month.
| Parametro | Tipo | Descrizione |
|---|---|---|
| colivingId* | integer | The coliving ID |
| year* | integer | Year (e.g., 2026) |
| month* | integer | Month number (1-12) |
getColivingByIdGet full details for a specific coliving by its ID or URL slug. Returns comprehensive information including description, location, amenities, pricing, reviews, and accommodation types.Get full details for a specific coliving by its ID or URL slug. Returns comprehensive information including description, location, amenities, pricing, reviews, and accommodation types.
| Parametro | Tipo | Descrizione |
|---|---|---|
| slug* | string | The coliving URL slug (e.g., 'sun-and-co', 'nine-coliving') |
getAccommodationsGet all accommodation types (rooms, beds) for a specific coliving. Returns pricing, capacity, and unit details.Get all accommodation types (rooms, beds) for a specific coliving. Returns pricing, capacity, and unit details.
| Parametro | Tipo | Descrizione |
|---|---|---|
| colivingId* | integer | The coliving ID |
getColivingReviewsGet user reviews for a specific coliving. Returns review text, ratings, and reviewer information.Get user reviews for a specific coliving. Returns review text, ratings, and reviewer information.
| Parametro | Tipo | Descrizione |
|---|---|---|
| slug* | string | The coliving URL slug |
| limit | integer | Maximum number of reviews to return |
getAllCategoriesGet all available amenity and lifestyle categories that can be used to filter colivings. Categories are grouped into: location, food, coworking, facilities, structure, activities, community.Get all available amenity and lifestyle categories that can be used to filter colivings. Categories are grouped into: location, food, coworking, facilities, structure, activities, community.
Per questo strumento non è stato pubblicato alcuno schema di input.
getAllCountriesGet a list of all countries that have active colivings on Mapmelon, grouped by continent. Shows the number of colivings in each country.Get a list of all countries that have active colivings on Mapmelon, grouped by continent. Shows the number of colivings in each country.
Per questo strumento non è stato pubblicato alcuno schema di input.
14 strumenti su 14 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.
Search curated community colivings and see who else will be staying during your dates.
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.