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

ExplorersMap

REMOTE · EXPLORERSMAP.NET · SCANNED SEP 20

Update your ExplorersMap travel map from an AI assistant: countries, regions, places and trips.

Available components

67 Trust /100

Recent critical change

Authorization (20 Sept 2026). See the changelog before you install this server.

Trust breakdown (7 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 → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1516 tokens (~84/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the ExplorersMap MCP server?

ExplorersMap is a hosted endpoint at https://explorersmap.net/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · explorersmap.net

# add to Claude Code
claude mcp add --transport http net-explorersmap-explorersmap 'https://explorersmap.net/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "net-explorersmap-explorersmap": {
      "url": "https://explorersmap.net/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "net-explorersmap-explorersmap": {
      "type": "http",
      "url": "https://explorersmap.net/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.net-explorersmap-explorersmap]
url = "https://explorersmap.net/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-explorersmap-explorersmap": {
      "type": "remote",
      "url": "https://explorersmap.net/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add net-explorersmap-explorersmap --url 'https://explorersmap.net/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  net-explorersmap-explorersmap:
    url: "https://explorersmap.net/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "net-explorersmap-explorersmap": {
      "Transport": "http",
      "Url": "https://explorersmap.net/mcp"
    }
  }
}
# add to Vellum
assistant mcp add net-explorersmap-explorersmap -t streamable-http -u 'https://explorersmap.net/mcp'
// mcp.json
{
  "mcpServers": {
    "net-explorersmap-explorersmap": {
      "type": "http",
      "url": "https://explorersmap.net/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.

  • 20 Sept 26 +3
    • Authorization: unverified → fail critical
    • Tool “get_rank” rewrote its description, which is the text the model reads security
    • Tool “get_stats” rewrote its description, which is the text the model reads security
    • Tool “remove_country” rewrote its description, which is the text the model reads security
    • Tool “remove_place” rewrote its description, which is the text the model reads security
    • Tool “remove_region” rewrote its description, which is the text the model reads security
    • Tool “set_trip_visibility” rewrote its description, which is the text the model reads security
    • Tool “delete_trip” is now declared destructive security
    • Tool “remove_country” is now declared destructive security
    • Tool “remove_place” is now declared destructive security
    • Tool “remove_region” is now declared destructive security
    • Schema quality: 64 → 84 functional
    • Tool coverage: 85% → 100% functional
    • Stability: unverified → 0.03 functional
    • Destructive annotations: All 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation. functional
    • Server version: 1.0.0 → 1.1.0 functional
    • “add_place” reworded the description of “notes” cosmetic
    • “add_region” reworded the description of “notes” cosmetic
    • “create_trip” reworded the description of “dateFrom” cosmetic
    • “create_trip” reworded the description of “dateTo” cosmetic
    • “create_trip” reworded the description of “title” cosmetic
    • “remove_region” reworded the description of “country” cosmetic
    • “remove_region” reworded the description of “region” cosmetic
    • “set_trip_visibility” reworded the description of “visibility” cosmetic
    • Tool “add_country” changed its title: Add country cosmetic
    • Tool “add_place” changed its title: Add place cosmetic
    • Tool “add_places_to_trip” changed its title: Add places to trip cosmetic
    • Tool “add_region” changed its title: Add region cosmetic
    • Tool “create_trip” changed its title: Create trip cosmetic
    • Tool “delete_trip” changed its title: Delete trip cosmetic
    • Tool “get_badges” changed its title: Get badges cosmetic
    • Tool “get_rank” changed its title: Get rank cosmetic
    • Tool “get_stats” changed its title: Get stats cosmetic
    • Tool “list_trips” changed its title: List trips cosmetic
    • Tool “list_visited” changed its title: List visited cosmetic
    • Tool “remove_country” changed its title: Remove country cosmetic
    • Tool “remove_place” changed its title: Remove place cosmetic
    • Tool “remove_region” changed its title: Remove region cosmetic
    • Tool “search_places” changed its title: Search places cosmetic
    • Tool “set_trip_visibility” changed its title: Set trip visibility cosmetic
    • Tool “set_visit_dates” changed its title: Set visit dates cosmetic
    • Tool “whoami” changed its title: Whoami cosmetic
  • 19 Sept 26 64

    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 20 Sept 2026 · Probed https://explorersmap.net/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=explorersmap.net CN=YE1,O=Let's Encrypt,C=US 19 Aug 2026 17 Nov 2026 ECDSA 256 ECDSA-SHA384 6a1e0d5af35e2f9d2e0fdbeca7ebad2cbf9
SANs: *.explorersmap.net, explorersmap.net
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of explorersmap.net. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
net. present 37331 13 Verified
explorersmap.net. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
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=31536000
x-content-type-options nosniff
x-frame-options SAMEORIGIN

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://explorersmap.net/mcp Verified 200
http (plaintext) http://explorersmap.net/mcp HTTPS enforced 301 https://explorersmap.net/mcp
MCP tools · 18 exposed · ~1,468 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_country ~63

Mark a country as visited. Accepts an ISO-2 code or the country name. Idempotent.

NameTypeReqDescription
countrystringyesISO-2 code or name, e.g. "PT" or "Portugal".
notesstringOptional private note.

No output schema declared.

No examples provided.

add_place ~82

Mark a specific place as visited — a monument, museum, airport, city, park and so on. Pass an id from search_places.

NameTypeReqDescription
notesstringOptional private note kept with this visit. Only the account owner sees it.
placestringyesA place id from search_places, e.g. "monument:eiffel-tower-fr".

No output schema declared.

No examples provided.

add_places_to_trip ~71

Attach places you have already marked to a trip. Pass visit ids from list_visited.

NameTypeReqDescription
tripIdstringyesFrom list_trips.
visitIdsarrayyesVisit ids, e.g. "place:museum:Q1954384". Countries and regions are not attachable.

No output schema declared.

No examples provided.

add_region ~115

Mark a state, province or département as visited. Accepts a region id (FR-95) or a name plus country. Idempotent.

NameTypeReqDescription
countrystringCountry, to disambiguate a name used in several places.
levelstringHow well you know it. Default visited.
notesstringOptional private note kept with this visit. Only the account owner sees it.
regionstringyesRegion id like "FR-95", or a name like "Gironde".

No output schema declared.

No examples provided.

create_trip ~88

Create a trip with a title and date range. Private by default.

NameTypeReqDescription
dateFromstringFirst day of the trip, YYYY-MM-DD.
dateTostringLast day of the trip, YYYY-MM-DD.
titlestringyesWhat the trip is called, e.g. "Iberia 2026".
visibilitystringDefault private.

No output schema declared.

No examples provided.

delete_trip ~83

Permanently delete a trip. The places in it stay marked on the map — only the grouping is removed. Requires the exact trip id and confirm:true.

NameTypeReqDescription
confirmbooleanyesMust be true. Ask the user first — this cannot be undone from here.
tripIdstringyesThe exact id from list_trips. Titles and labels are not accepted.

No output schema declared.

No examples provided.

get_badges ~19

Achievements this account has earned, newest first.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rank ~76

This account's position on a global leaderboard, with the value it was ranked on and how many explorers are ranked in total. Boards: overall score, renown, countries, regions or places. Use it to answer "where do I rank" or to compare progress over time.

NameTypeReqDescription
boardstringWhich board. Default score.

No output schema declared.

No examples provided.

get_stats ~68

A summary of this account's map: how many countries, territories, regions and places are marked, the Explorer score, and the share of the world explored. Answers "how many countries have I been to", and is the quickest way to see where the user stands before suggesting what to add next.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_trips ~74

The user's trips, newest first. Paged: check `total` against `returned` and follow `nextOffset` to read the rest.

NameTypeReqDescription
limitnumberRows per page, default 100, max 200.
offsetnumberSkip this many. Use nextOffset from the previous page.

No output schema declared.

No examples provided.

list_visited ~95

Everything marked as visited, newest first. Paged: check `total` against `returned` and follow `nextOffset` to read the rest. Filter by type to keep the response small.

NameTypeReqDescription
limitnumberRows per page, default 100, max 500.
offsetnumberSkip this many. Use nextOffset from the previous page.
typestringyesWhich kind to list.

No output schema declared.

No examples provided.

remove_country ~72

Unmark a country, undoing add_country. Accepts an ISO-2 code or the country name. Unmarking something that was never marked is not an error. This lowers the user's score, so confirm before removing anything they did not name.

NameTypeReqDescription
countrystringyesISO-2 code or name.

No output schema declared.

No examples provided.

remove_place ~74

Unmark a specific place such as a monument, museum, airport or city, undoing add_place. Accepts a place id from search_places or the exact place name. This lowers the user's score, so confirm before removing anything they did not name.

NameTypeReqDescription
placestringyesA place id, or its exact name.

No output schema declared.

No examples provided.

remove_region ~115

Unmark a state, province or département, undoing add_region. Accepts a region id like "FR-95", or a region name plus its country. Unmarking something that was never marked is not an error. This lowers the user's score, so confirm before removing anything they did not name.

NameTypeReqDescription
countrystringCountry of that region, to disambiguate a name used in several countries.
regionstringyesRegion id like "FR-95", or a region name like "Gironde".

No output schema declared.

No examples provided.

search_places ~189

Find places in the 90,000-entry database — cities, airports, monuments, museums, parks, heritage sites and more. Use this to get an id before add_place. Matching is on part of the name, so short beats formal: "Louvre" finds it, "Musee du Louvre" may not. Types overlap (the Louvre is filed under heritage, not museum), so a type filter narrows rather than decides — anything it excludes comes back under otherTypes.

NameTypeReqDescription
countrystringNarrow by country (ISO-2 or name).
limitnumberMax results, default 10.
querystringyesPart of the name.
typestringPrefer a type, e.g. "monument", "museum", "airport", "city", "heritage", "park". Other-type matches still come back, under otherTypes.

No output schema declared.

No examples provided.

set_trip_visibility ~89

Publish a trip on the user's public profile, or take it private again. Private trips are visible only to the account owner. Always ask before making a trip public, since it then shows the trip's title, dates and places to anyone.

NameTypeReqDescription
tripIdstringyesFrom list_trips.
visibilitystringyespublic shows the trip on the user's profile; private hides it again.

No output schema declared.

No examples provided.

set_visit_dates ~66

Set the travel dates on something already marked as visited. Does not change score.

NameTypeReqDescription
datesarrayyesISO dates, YYYY-MM-DD.
visitIdstringyesThe id from list_visited, e.g. "PT" or "reg:FR-95".

No output schema declared.

No examples provided.

whoami ~29

Who the connected ExplorersMap account belongs to, and how much of today's fair-use quota is left.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the ExplorersMap MCP server?

ExplorersMap is an MCP server listed in the public MCP registry as net.explorersmap/explorersmap. Update your ExplorersMap travel map from an AI assistant: countries, regions, places and trips. This page covers its hosted endpoint (https://explorersmap.net/mcp).

Is the ExplorersMap MCP server safe to use?

ExplorersMap scores 67 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ExplorersMap MCP server expose?

ExplorersMap exposes 18 tools: whoami, get_stats, get_badges, list_visited, add_country, and 13 more. Their descriptions and schemas cost roughly 1,468 tokens of context every time the server is loaded.

Does the ExplorersMap MCP server require authentication?

No. We connected to ExplorersMap without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the ExplorersMap MCP server still maintained?

ExplorersMap is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.