Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Mapmelon

REMOTE · WWW.MAPMELON.COM · SCANNED AUG 3

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

Available components

69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 14 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1106 tokens (~79/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · www.mapmelon.com

# add to Claude Code
claude mcp add --transport http com-mapmelon-mapmelon https://www.mapmelon.com/api/mcp
# ~/.codex/config.toml
[mcp_servers.com-mapmelon-mapmelon]
url = "https://www.mapmelon.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mapmelon-mapmelon": {
      "type": "remote",
      "url": "https://www.mapmelon.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mapmelon-mapmelon --url https://www.mapmelon.com/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-mapmelon-mapmelon:
    url: "https://www.mapmelon.com/api/mcp"
// mcp.json
{
  "mcpServers": {
    "com-mapmelon-mapmelon": {
      "type": "http",
      "url": "https://www.mapmelon.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 66

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://www.mapmelon.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.mapmelon.com CN=YR2,O=Let's Encrypt,C=US 26 Jun 2026 24 Sept 2026 RSA 2048 SHA256-RSA 51b57e16b7809cd75f9eb0b41e1c6619e3c
SANs: www.mapmelon.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC secure

Validation of www.mapmelon.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
mapmelon.com. present 22549 8 Verified
www.mapmelon.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
x-frame-options SAMEORIGIN
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.mapmelon.com/api/mcp Verified 200
http (plaintext) http://www.mapmelon.com/api/mcp HTTPS enforced 308 https://www.mapmelon.com/api/mcp
MCP tools — 14 exposed · ~1,106 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
checkAvailability ~102

Check if a coliving has available accommodations for a specific date range and number of guests. Returns available room types with pricing.

NameTypeReqDescription
colivingIdintegeryesThe coliving ID to check availability for
endDatestringyesCheck-out date in ISO 8601 format (YYYY-MM-DD)
guestsintegerNumber of guests
startDatestringyesCheck-in date in ISO 8601 format (YYYY-MM-DD)

No output schema declared.

No examples provided.

checkAvailabilityBySlug ~105

Check if a coliving has available accommodations using its URL slug instead of ID. Returns available room types with pricing.

NameTypeReqDescription
endDatestringyesCheck-out date in ISO 8601 format (YYYY-MM-DD)
guestsintegerNumber of guests
slugstringyesThe coliving URL slug (e.g., 'sun-and-co')
startDatestringyesCheck-in date in ISO 8601 format (YYYY-MM-DD)

No output schema declared.

No examples provided.

getAccommodations ~47

Get all accommodation types (rooms, beds) for a specific coliving. Returns pricing, capacity, and unit details.

NameTypeReqDescription
colivingIdintegeryesThe coliving ID

No output schema declared.

No examples provided.

getAllCategories ~47

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

getAllCountries ~40

Get a list of all countries that have active colivings on Mapmelon, grouped by continent. Shows the number of colivings in each country.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

getAvailabilityByMonth ~76

Get a monthly availability overview for a coliving. Returns which accommodation types have available units for each week of the specified month.

NameTypeReqDescription
colivingIdintegeryesThe coliving ID
monthintegeryesMonth number (1-12)
yearintegeryesYear (e.g., 2026)

No output schema declared.

No examples provided.

getColivingById ~69

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.

NameTypeReqDescription
slugstringyesThe coliving URL slug (e.g., 'sun-and-co', 'nine-coliving')

No output schema declared.

No examples provided.

getColivingReviews ~54

Get user reviews for a specific coliving. Returns review text, ratings, and reviewer information.

NameTypeReqDescription
limitintegerMaximum number of reviews to return
slugstringyesThe coliving URL slug

No output schema declared.

No examples provided.

getColivingsByAmenities ~105

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.

NameTypeReqDescription
categoriesarrayyesList of category/amenity names to filter by (e.g., ['pool', 'gym', 'yoga'])
limitintegerMaximum number of results to return

No output schema declared.

No examples provided.

getColivingsByBudget ~84

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.

NameTypeReqDescription
limitintegerMaximum number of results to return
maxPricenumberyesMaximum price per night in EUR
minPricenumberMinimum price per night in EUR

No output schema declared.

No examples provided.

getColivingsByContinent ~64

Search for coliving spaces in a specific continent. Valid continents: Europe, Asia, Africa, North America, South America, Oceania.

NameTypeReqDescription
continentstringyesContinent name
limitintegerMaximum number of results to return

No output schema declared.

No examples provided.

getColivingsByCountry ~100

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).

NameTypeReqDescription
countryCodestringyesISO 3166-1 alpha-2 country code (e.g., 'pt', 'es', 'th')
limitintegerMaximum number of results to return

No output schema declared.

No examples provided.

getColivingsByLifestyle ~126

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), 'structure' (apartments, dorms).

NameTypeReqDescription
lifestylestringyesLifestyle category group name
limitintegerMaximum number of results to return

No output schema declared.

No examples provided.

getColivingsByLocation ~87

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'.

NameTypeReqDescription
limitintegerMaximum number of results to return
querystringyesLocation search query (city, region, country, or coliving name)

No output schema declared.

No examples provided.