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.

ShowMeOnMap

NPM · @SHOWMEONMAP/MCP · 2 COMPONENTS · SCANNED AUG 3

Ask in plain English, get a rendered, shareable map from live public data. 24 geospatial tools.

+21 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 15 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4701 tokens (~188/item across 25 items; 24 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 58% of tool parameters carry a description.Partial
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.

npm · @showmeonmap/mcp

# add to Claude Code
claude mcp add com-showmeonmap-maps -- npx -y @showmeonmap/mcp
# add to Codex CLI
codex mcp add com-showmeonmap-maps -- npx -y @showmeonmap/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-showmeonmap-maps": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@showmeonmap/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-showmeonmap-maps --command npx --arg -y --arg @showmeonmap/mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-showmeonmap-maps:
    command: "npx"
    args: ["-y", "@showmeonmap/mcp"]
// mcp.json
{
  "mcpServers": {
    "com-showmeonmap-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@showmeonmap/mcp"
      ]
    }
  }
}
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 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +60
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → 100 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +2
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −42
    • 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 +24
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −24
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 27 Jul 26 42

    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 · Analysed npm/@showmeonmap/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 24 exposed · ~4,649 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
add_annotation ~187

Add a user-placed label at a specific coordinate. Annotations are independent of layers and live in their own id namespace. Strict: the id must not already be in use by another CURRENTLY-placed annotation (removed ids can be recycled).

NameTypeReqDescription
colorstringOptional CSS color for the marker + label.
coordsarrayyes[lng, lat] in WGS84.
idstringyesStable id for this annotation — caller-supplied.
labelstringOptional text rendered at the point.
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

add_fusion_layer ~233

Spatially join two existing layers and add a new layer that encodes both values per region as a 3x3 bivariate choropleth. Both layers must already exist in the workspace (call build_map or add_layer first). Auto-detects the numeric value field from each layer's viz config; pass value_field_a / value_field_b to override. Returns the new layer_id, correlation r, and matched-feature count. Required: map_id, layer_a_id, layer_b_id, rationale.

NameTypeReqDescription
layer_a_idstringyes
layer_b_idstringyes
map_idstringyes
modestring
new_layer_idstring
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…
value_field_astring
value_field_bstring

No output schema declared.

No examples provided.

add_layer ~282

Append a fully-constructed LayerPlan to an existing workspace without going through NL. Pass the same shape the workspace pipeline emits — { id, title, source, viz, geometry, ... }. Prefer this when you already have a structured plan; otherwise use mutate_map. For the full LayerPlan and Op spec, fetch the MCP resource showmeonmap://docs/workspace-ops-spec.

NameTypeReqDescription
intentstringOptional. Which mental model is this add_layer operating under? "primary-data" = the layer the user actually asked to see; "context-overlay" = supporting data layered on top of a primary; "reference-…
layerPlanobjectyesFull LayerPlan object. Must include id, title, source, viz, geometry.
map_idstringyesmap_id from a prior build_map call
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

build_map ~172

Create a new workspace from a natural-language query. Returns a map_id you can pass to mutate_map or get_state for follow-up actions. For the full Op catalog and predicate grammar that downstream tools (mutate_map, filter_layer, etc.) accept, fetch the MCP resource at showmeonmap://docs/workspace-ops-spec — do NOT guess the shapes.

NameTypeReqDescription
querystringyesNatural language: "coffee shops in Tokyo", "GDP by country", "volcanoes in Indonesia", etc.
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

clear_filters ~188

Wipe every predicate currently applied to a layer's filter chain, making every source feature visible again. Inverse of filter_layer. No-op on layers that have no existing filter. GATED: pass confirmed:true to proceed; otherwise a needs_confirmation envelope is returned.

NameTypeReqDescription
confirmedbooleanSet to true to confirm this sensitive action. If omitted or false, the call returns a needs_confirmation envelope. Wiping a filter chain is recoverable via undo, but autonomous agents lack a UI surfa…
layerIdstringyes
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

correlate_layers ~201

Spatially join two existing workspace layers and return the Pearson correlation coefficient r, sample size n, two-sided p-value approximation, plus human-readable strength and direction labels. Pure read — no layer is added, no op is committed, no credit charge. Use this when you want a numeric answer without rendering; use add_fusion_layer when the user wants the visualization. Required: map_id, layer_a_id, layer_b_id, rationale.

NameTypeReqDescription
layer_a_idstringyes
layer_b_idstringyes
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…
value_field_astring
value_field_bstring

No output schema declared.

No examples provided.

export_image ~174

Returns a deep-link URL that opens the map in the user's browser and automatically triggers a PNG download. The user clicks the link, the browser renders the map at full resolution with the legend composited (if legend: true), and the file downloads. There is no server-side rendering; the user's browser is the renderer. Required: map_id, rationale. Optional: format (png default), legend (true default).

NameTypeReqDescription
formatstring
legendboolean
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

export_layer_data ~165

Export a single layer's features as a downloadable file. Returns a URL with Content-Disposition: attachment so the user's browser downloads it. CSV drops geometry beyond a (lng, lat) centroid — for full polygon/line geometry, use format: "geojson". URL is valid for 24 hours. Required: map_id, layer_id, format, rationale.

NameTypeReqDescription
formatstringyes
layer_idstringyes
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

export_workspace ~150

Return the current workspace document (ops log + cursor + meta) plus the materialized mapPlan and layerFilters, in a shape suitable for save-to-file / share-by-URL / inspection. Pure read — no mutation, no credit charge. Use this when you want the full raw state for serialization; use get_state when you want the compact envelope for display.

NameTypeReqDescription
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

filter_layer ~306

Narrow a layer to features matching a structured predicate. `append:true` (default) conjoins with any existing filter; `append:false` replaces the chain.

NameTypeReqDescription
appendbooleanDefault true. false replaces the layer's existing filter chain.
intentstringOptional. Which mental model is this filter operating under? "narrow" = generic shrink-the-set; "isolate-outliers" = pull out anomalies for inspection; "compare-subset" = pre-step before a side-by-si…
layerIdstringyesid of the layer to filter
map_idstringyes
predicateobjectyesPredicate in the Mongo-shape grammar. Examples: {op:"eq",field:"category",value:"cafe"}, {op:"gt",field:"magnitude",value:5}, {op:"within",geometry:{type:"Polygon",coordinates:[...]}}, {op:"and",chil…
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

get_state ~94

Return the current workspace, map plan, and active filters for a given map_id.

NameTypeReqDescription
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

mutate_map ~192

Apply a natural-language instruction to an existing workspace. Valid mutations: filter a layer, remove a layer, change camera, change basemap. For ambiguous instructions the tool emits a clarification field. For unrelated instructions it emits outOfScope — build a new map in that case. For the full Op catalog and predicate grammar, fetch the MCP resource showmeonmap://docs/workspace-ops-spec.

NameTypeReqDescription
instructionstringyese.g., "filter to where magnitude is greater than 5", "change basemap to dark"
map_idstringyesmap_id from a prior build_map call
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

query_features ~255

Evaluate a predicate against a layer's inline features and return the matching subset. No Op is emitted and the workspace is not mutated. Handy for introspection ("how many X match Y?") before deciding whether to filter, subset, or build a new layer.

NameTypeReqDescription
layerIdstringyes
limitintegerDefault 100, max 1000. Response sets `truncated:true` when clipped.
map_idstringyes
predicateobjectyesPredicate in the Mongo-shape grammar. Examples: {op:"eq",field:"category",value:"cafe"}, {op:"gt",field:"magnitude",value:5}, {op:"within",geometry:{type:"Polygon",coordinates:[...]}}, {op:"and",chil…
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

redo ~151

Advance the workspace cursor by one toward the tail of the ops log, replaying the next op that was previously undone. Calling redo when the cursor is already at the tail (no undone ops to fast-forward) fails rather than silently no-op. Note: any new op applied via apply-op / mutate-map after an undo truncates the redo tail (standard edit-stack semantics).

NameTypeReqDescription
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

remove_annotation ~137

Drop a previously-placed annotation by id. Strict: removing an already-removed or never-placed id fails. After removal, the id CAN be re-used by a later add_annotation (unlike layer ids, which are tombstoned for the session).

NameTypeReqDescription
annotationIdstringyes
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

remove_layer ~198

Drop a layer from the workspace by id. Strict: removing an already-removed or never-added layer fails. Layer ids do NOT recycle — a removed id cannot be re-added later in the same workspace. GATED: this tool is destructive. Pass confirmed:true to proceed; otherwise a needs_confirmation envelope is returned.

NameTypeReqDescription
confirmedbooleanSet to true to confirm this destructive action. If omitted or false, the call returns a needs_confirmation envelope. Layer ids are tombstoned — once removed, the same id cannot be re-added later in t…
layerIdstringyes
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

rename_layer ~167

Change a layer's id from oldLayerId to newLayerId. Re-keys any existing filter chain and preserves insertion order among sibling layers. Strict: newLayerId must not already be in use (current OR tombstoned) in this workspace. Subsequent ops must reference the layer by its new id.

NameTypeReqDescription
map_idstringyes
newLayerIdstringyesNew id. Must be unique within the workspace.
oldLayerIdstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

report_blocker ~258

Tell the ShowMeOnMap team your agent hit something it could not accomplish — an unsupported intent, a missing tool, an unclear schema, an op that failed in a confusing way. Use this when build_map / mutate_map / a direct-op tool returns something you cannot recover from, OR when you would have wanted a different tool to exist. Records the report to a server-side log; does not unblock the current session, but feeds future capability work. No map_id required — file the report even if no map was built.

NameTypeReqDescription
map_idstringOptional. The map_id you were working on, if any.
suggested_capabilitystringOptional. A new tool, op, or schema field that would have unblocked you.
what_i_triedstringyesWhich tools / inputs you attempted, in order. Be specific — tool name + key arg shape is ideal.
what_i_was_tryingstringyesHigh-level intent in one or two sentences. e.g. "merge two filtered choropleths into a fused bivariate map".
where_i_got_stuckstringyesThe specific failure: what came back, what was missing, why you could not proceed.

No output schema declared.

No examples provided.

restyle_layer ~172

Adjust a layer's color and/or opacity. Within-palette changes only — the renderer silently ignores fields the current viz variant doesn't support. Pass at least one of color / opacity; passing neither is an accepted no-op.

NameTypeReqDescription
colorstringCSS color string: hex (#RRGGBB), rgb/rgba, or named color.
layerIdstringyes
map_idstringyes
opacitynumber0 (transparent) to 1 (opaque).
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

select_within ~194

Create a new layer containing the source layer's features that lie within the supplied polygon. The source layer is untouched. Useful for "show me only the X inside this country/bbox/hand-drawn shape."

NameTypeReqDescription
inheritStylebooleanDefault true. false emits a new layer with minimal default styling.
map_idstringyes
newLayerIdstringyesId for the new layer. Must not already be in use in this workspace.
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…
selectionobjectyesGeoJSON Polygon or MultiPolygon in [lng,lat] coordinate order.
sourceLayerIdstringyes

No output schema declared.

No examples provided.

set_camera ~185

Override the workspace camera. Latest set_camera op wins during replay. Two modes: `fitBounds` with a [w,s,e,n] bbox (plus optional padding/animateMs), or `flyTo` with [lng,lat] center + zoom (plus optional pitch/bearing/animateMs). Use for "zoom to Japan", "center on Paris at z=10", or finishing a drill-down after filter_layer. Equivalent to the camera move mutate_map would emit, but skips the NL roundtrip.

NameTypeReqDescription
camerayes
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

set_time ~224

Override the current time-range filter. Latest set_time op wins during replay. Use for "filter to 2020-2024" or "show only the last 7 days" intents. Not yet consumed by the renderer — the UI drives the slider directly — but the value is captured in the ops log and queryable via get_state.

NameTypeReqDescription
fieldstringyesFeature property carrying the time value (e.g. "date", "year", "timestamp").
formatstringHow rangeStart/rangeEnd encode time. Default: unix_ms at render time.
map_idstringyes
rangeEndnumberyesInclusive upper bound of the visible window.
rangeStartnumberyesInclusive lower bound of the visible window.
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

tag ~152

Label the current workspace state with a user-supplied name. The label is mirrored into workspace.meta.tags so UIs can render a named-revision history. Tagging the same label twice is idempotent — no error, no duplicate entry.

NameTypeReqDescription
map_idstringyes
namestringyesCheckpoint label, e.g. "before EV layer added" or "v1.0".
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.

undo ~212

Rewind the workspace cursor by one, re-materializing the state as it was before the last mutation. Does NOT delete any ops — redo will fast-forward. Calling undo at the workspace genesis (cursor === 0, only the CreateWorkspace op is in scope) is a no-op that surfaces an error rather than silently doing nothing. GATED: pass confirmed:true to proceed; otherwise a needs_confirmation envelope is returned.

NameTypeReqDescription
confirmedbooleanSet to true to confirm this sensitive action. If omitted or false, the call returns a needs_confirmation envelope. Autonomous undo without user intent is a footgun — an agent that decides to "fix" so…
map_idstringyes
rationalestringyesShort audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so ma…

No output schema declared.

No examples provided.