com.mapmelon/mapmelon

MCPcommunautéen ligne
v1.0.0com.mapmelonUnknownMis à jour il y a 1 mois

Search curated community colivings and see who else will be staying during your dates.

État de l’endpointen ligne
vérifié il y a 23 h · 279 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

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.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurcom.mapmelon
LicenceUnknown
Version1.0.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils14 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé11 août 2026

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.

Outils

14 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur23h ago

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 ms
getColivingsByCountrySearch 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ètreTypeDescription
countryCode*stringISO 3166-1 alpha-2 country code (e.g., 'pt', 'es', 'th')
limitintegerMaximum 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ètreTypeDescription
continent*stringContinent name
limitintegerMaximum 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ètreTypeDescription
query*stringLocation search query (city, region, country, or coliving name)
limitintegerMaximum 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ètreTypeDescription
minPricenumberMinimum price per night in EUR
maxPrice*numberMaximum price per night in EUR
limitintegerMaximum 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ètreTypeDescription
categories*arrayList of category/amenity names to filter by (e.g., ['pool', 'gym', 'yoga'])
limitintegerMaximum 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ètreTypeDescription
lifestyle*stringLifestyle category group name
limitintegerMaximum 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ètreTypeDescription
colivingId*integerThe coliving ID to check availability for
startDate*stringCheck-in date in ISO 8601 format (YYYY-MM-DD)
endDate*stringCheck-out date in ISO 8601 format (YYYY-MM-DD)
guestsintegerNumber 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ètreTypeDescription
slug*stringThe coliving URL slug (e.g., 'sun-and-co')
startDate*stringCheck-in date in ISO 8601 format (YYYY-MM-DD)
endDate*stringCheck-out date in ISO 8601 format (YYYY-MM-DD)
guestsintegerNumber 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ètreTypeDescription
colivingId*integerThe coliving ID
year*integerYear (e.g., 2026)
month*integerMonth 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ètreTypeDescription
slug*stringThe 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ètreTypeDescription
colivingId*integerThe 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ètreTypeDescription
slug*stringThe coliving URL slug
limitintegerMaximum 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.

À propos

Search curated community colivings and see who else will be staying during your dates.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

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.