# io.maproll/maproll (npm · @maproll/mcp)

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

- Trust score: 79/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `@maproll/mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/io-maproll-maproll/maproll-mcp.md), [page](https://verifymcp.io/servers/io-maproll-maproll/maproll-mcp)

## Channel facts

- Registry: `npm`
- Package: `@maproll/mcp`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 4 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 97% of tool parameters carry a description.
  - Structured output schemas are declared (75% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

### Claude

```bash
claude mcp add io-maproll-maproll -- npx -y @maproll/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "io-maproll-maproll": {
      "command": "npx",
      "args": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "io-maproll-maproll": {
      "command": "npx",
      "args": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-maproll-maproll --command npx --arg -y --arg @maproll/mcp
```

### Hermes

```yaml
mcp_servers:
  io-maproll-maproll:
    command: "npx"
    args: ["-y", "@maproll/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "io-maproll-maproll": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add io-maproll-maproll -t stdio -c npx -a -y @maproll/mcp
```

### Other

```json
{
  "mcpServers": {
    "io-maproll-maproll": {
      "command": "npx",
      "args": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 79, +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.

### 2026-09-18 (score 78, +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.

### 2026-09-16 (score 77, +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.

### 2026-09-14 (score 76, +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.

### 2026-09-12 (score 75, +3)

- [functional improvement] Stability: unverified → 0.20
- [functional] Package version: 0.1.0 → 0.2.0

### 2026-09-07 (score 72, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-06 (score 57)

First indexed and scored.

## MCP tools (4)

### `create_map` (~657 tokens)

Create a map

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.

Input parameters:

- `attribution` (boolean): OpenStreetMap credit. On by default and should stay on.
- `bbox` (string): Crop to "minLon,minLat,maxLon,maxLat"; the projection refits to the rectangle.
- `breaks` (array): Bin upper bounds. Required when classification is custom.
- `classification` (string): How numeric values are binned. Ignored for diverging and categorical scales.
- `colorScale` (string): Sequential for magnitudes, diverging for values around a midpoint, categorical for buckets.
- `extra` (object): Escape hatch for documented parameters without a field here (patterns, annotations, proportional, labelMinArea, ...). Passed through verbatim.
- `graticule` (boolean): Draw a 10-degree lat/lon grid.
- `height` (integer): Pixel height. Defaults to the projection's aspect ratio.
- `highlight` (array): Region 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.
- `legend` (boolean): Show the legend. Defaults true; set false for flat colour paints, which have no scale to show.
- `legendLayout` (string)
- `legendTitle` (string): Caption above the legend.
- `northArrow` (boolean): Compass arrow, top right.
- `projection` (string): Map projection. Each scope has a sensible default; override only with a reason.
- `scaleBar` (boolean): Kilometre scale bar, bottom left.
- `scope` (string, required): Geography 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.
- `subtitle` (string): Smaller line under the title.
- `theme` (string): Colour theme. Defaults to dark.
- `title` (string): Headline above the map.
- `values` (array): Per-region data. Give `value` for a choropleth, `color` to paint a region flat, or `category` for qualitative buckets.
- `width` (integer): Pixel width. Defaults to 1200.

Output parameters:

- `editor_url` (string): Open in the maproll editor.
- `embed` (string): Ready-to-paste <img> tag.
- `png_url` (string): Same map as PNG.
- `svg_url` (string): Embeddable SVG. This is also the handle other tools take.
- `warnings` (array): Non-fatal problems, e.g. region ids the renderer did not recognise.

### `add_layers` (~240 tokens)

Add layers to a map

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.

Input parameters:

- `annotations` (array): Per-region tooltip text.
- `labels`: "ISO" labels every large region; an array labels only those ids.
- `map` (string, required): A map URL from a previous call. Everything already on it is kept.
- `markers` (array): Points to add.
- `patterns` (array): Per-region texture fills, for hatching a category onto a choropleth.
- `proportional` (array): Circles at region centroids, area proportional to value.
- `routes` (array): A→B lines to add.

Output parameters:

- `editor_url` (string)
- `embed` (string)
- `png_url` (string)
- `svg_url` (string)
- `warnings` (array)

### `find_places` (~153 tokens)

Find a place

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.

Input parameters:

- `kind` (string): Narrow the search. Omit to search all four.
- `limit` (integer): Default 10.
- `query` (string, required): Place name to resolve, e.g. "Constanța", "Suez", "Heathrow".

Output parameters:

- `places` (array)

### `describe_options` (~88 tokens)

List what the renderer accepts

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.

Input parameters:

- `kind` (string, required): Which catalog to return.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/io-maproll-maproll/maproll-mcp#diagnostics

## Score history

- 2026-09-20: 79
- 2026-09-19: 78
- 2026-09-18: 78
- 2026-09-17: 77
- 2026-09-16: 77
- 2026-09-15: 76
- 2026-09-14: 76
- 2026-09-13: 75
- 2026-09-12: 75
- 2026-09-11: 72
- 2026-09-10: 72
- 2026-09-09: 72
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 57

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

## Links

- npm package: https://www.npmjs.com/package/@maproll/mcp
- Socket report: https://socket.dev/npm/package/@maproll/mcp
- Repository: https://github.com/maproll-io/mcp
- Website: https://www.maproll.io/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/io-maproll-maproll/maproll-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-maproll-maproll/maproll-mcp.json
- HTML version of this page: https://verifymcp.io/servers/io-maproll-maproll/maproll-mcp
