Search curated community colivings and see who else will be staying during your dates.
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.mapmelon.com/api/mcp14 herramientas · 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).
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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'.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
No se publicó ningún esquema de entrada para esta herramienta.
14 de 14 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.
Search curated community colivings and see who else will be staying during your dates.
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.