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.

io.maproll/maproll

NPM · @MAPROLL/MCP · SCANNED SEP 20

Make production-ready static maps. Every map is a URL you can embed anywhere.

Available components

+4 this week 79 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 4 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability85
  • 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 1288 tokens (~117/item across 11 items; 4 tools + 7 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 Management47
  • Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
  • Structured output schemas are declared (75% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.maproll/maproll MCP server?

io.maproll/maproll runs locally as an npm package, launched with npx -y @maproll/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @maproll/mcp

# add to Claude Code
claude mcp add io-maproll-maproll -- npx -y @maproll/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "io-maproll-maproll": {
      "command": "npx",
      "args": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "io-maproll-maproll": {
      "command": "npx",
      "args": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add io-maproll-maproll -- npx -y @maproll/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-maproll-maproll": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@maproll/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-maproll-maproll --command npx --arg -y --arg @maproll/mcp
# ~/.hermes/config.yaml
mcp_servers:
  io-maproll-maproll:
    command: "npx"
    args: ["-y", "@maproll/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "io-maproll-maproll": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add io-maproll-maproll -t stdio -c npx -a -y @maproll/mcp
// mcp.json
{
  "mcpServers": {
    "io-maproll-maproll": {
      "command": "npx",
      "args": [
        "-y",
        "@maproll/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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 16 Sept 26 +1

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

  • 14 Sept 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.

  • 12 Sept 26 +3
    • Stability: unverified → 0.20 functional
    • Package version: 0.1.0 → 0.2.0 functional
  • 7 Sept 26 +15
    • Malware scan: unverified → pass security
  • 6 Sept 26 57

    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 · Analysed npm/@maproll/mcp@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 4 packages
Packages resolved 4
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~1,138 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_layers ~240

Add markers, routes, proportional circles, pattern fills, annotations or labels to an existing map, and return the new URL. Takes the svg_url of a map you already made. Everything on it is kept — this appends rather than replaces, so it is also how you build a map up over several turns. Resolve coordinates with find_places before adding a marker. Guessed lat/lon lands in the wrong country and the render will not complain. Use sea routes for shipping: they follow the lanes through Suez, Panama and Malacca instead of drawing a straight line over land.

NameTypeReqDescription
annotationsarrayPer-region tooltip text.
labels"ISO" labels every large region; an array labels only those ids.
mapstringyesA map URL from a previous call. Everything already on it is kept.
markersarrayPoints to add.
patternsarrayPer-region texture fills, for hatching a category onto a choropleth.
proportionalarrayCircles at region centroids, area proportional to value.
routesarrayA→B lines to add.
NameTypeReqDescription
editor_urlstringyes
embedstringyes
png_urlstringyes
svg_urlstringyes
warningsarrayyes

No examples provided.

create_map ~657

Make a production-ready static map and return its URL plus a rendered preview. The map is a URL: the returned svg_url renders the same image forever, embeds in an <img> tag with no JavaScript, and is the handle the other maproll tools accept. Use it for choropleths (numeric values per region), flat colour paints, qualitative category maps, and plain highlight maps. Region ids are ISO 3166-1 alpha-2 at the "world" scope ("US", "DE", "BR") and ISO 3166-2 inside a country scope ("RO-B", "RO-CJ"). Numeric values and text categories cannot appear in the same map — pick one. Do not use it for interactive or zoomable maps, driving directions, or street-level detail; maproll renders static statistical maps, not a slippy map.

NameTypeReqDescription
attributionbooleanOpenStreetMap credit. On by default and should stay on.
bboxstringCrop to "minLon,minLat,maxLon,maxLat"; the projection refits to the rectangle.
breaksarrayBin upper bounds. Required when classification is custom.
classificationstringHow numeric values are binned. Ignored for diverging and categorical scales.
colorScalestringSequential for magnitudes, diverging for values around a midpoint, categorical for buckets.
extraobjectEscape hatch for documented parameters without a field here (patterns, annotations, proportional, labelMinArea, ...). Passed through verbatim.
graticulebooleanDraw a 10-degree lat/lon grid.
heightintegerPixel height. Defaults to the projection's aspect ratio.
highlightarrayRegion ids to highlight with no data behind them. Use instead of `values` when the point is which regions, not how much.
labels"ISO" labels every region above the size threshold; an array labels only those ids.
legendbooleanShow the legend. Defaults true; set false for flat colour paints, which have no scale to show.
legendLayoutstring
legendTitlestringCaption above the legend.
northArrowbooleanCompass arrow, top right.
projectionstringMap projection. Each scope has a sensible default; override only with a reason.
scaleBarbooleanKilometre scale bar, bottom left.
scopestringyesGeography to draw. "world", a group ("EU", "NATO", "G20", "ASEAN", "AFRICA"), or a country code for its subnational regions ("RO"). Read maproll://catalog/scopes for the full list.
subtitlestringSmaller line under the title.
themestringColour theme. Defaults to dark.
titlestringHeadline above the map.
valuesarrayPer-region data. Give `value` for a choropleth, `color` to paint a region flat, or `category` for qualitative buckets.
widthintegerPixel width. Defaults to 1200.
NameTypeReqDescription
editor_urlstringyesOpen in the maproll editor.
embedstringyesReady-to-paste <img> tag.
png_urlstringyesSame map as PNG.
svg_urlstringyesEmbeddable SVG. This is also the handle other tools take.
warningsarrayyesNon-fatal problems, e.g. region ids the renderer did not recognise.

No examples provided.

describe_options ~88

Return the exact accepted values for scopes, themes, marker icons, projections, pattern fills, or the URL grammar. The same content is published as the maproll:// resources; this tool is for hosts that do not read resources. Check it rather than guessing a name — an icon or theme that does not exist renders nothing and reports no error.

NameTypeReqDescription
kindstringyesWhich catalog to return.

No output schema declared.

No examples provided.

find_places ~153

Resolve a place name to real coordinates and the region id maproll uses. Searches countries, regions, cities and airports, and returns each hit's ISO 3166-1 / 3166-2 / IATA code alongside its latitude and longitude. Use it before placing any marker or lat,lon route endpoint. Coordinates recalled from memory are frequently wrong by degrees, and a map renders a wrong marker exactly as confidently as a right one.

NameTypeReqDescription
kindstringNarrow the search. Omit to search all four.
limitintegerDefault 10.
querystringyesPlace name to resolve, e.g. "Constanța", "Suez", "Heathrow".
NameTypeReqDescription
placesarrayyes

No examples provided.

Common questions

What is the io.maproll/maproll MCP server?

io.maproll/maproll is an MCP server listed in the public MCP registry as io.maproll/maproll. Make production-ready static maps. Every map is a URL you can embed anywhere. This page covers its npm package (@maproll/mcp).

Is the io.maproll/maproll MCP server safe to use?

io.maproll/maproll scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. 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 io.maproll/maproll MCP server expose?

io.maproll/maproll exposes 4 tools: create_map, add_layers, find_places, describe_options. Their descriptions and schemas cost roughly 1,138 tokens of context every time the server is loaded.

Is the io.maproll/maproll MCP server still maintained?

io.maproll/maproll 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.

What licence is the io.maproll/maproll MCP server under?

io.maproll/maproll declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.