Search curated community colivings and see who else will be staying during your dates.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://www.mapmelon.com/api/mcp14 outils · 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).
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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'.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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…
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
Aucun schéma d’entrée n’a été publié pour cet outil.
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.
Aucun schéma d’entrée n’a été publié pour cet outil.
14 outils sur 14 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Search curated community colivings and see who else will be staying during your dates.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.