# io.github.toruproject/mapnetwork-mcp (remote · mapnetwork.app)

Generate styled PNG/SVG map images of any location with 11 customizable color themes.

- Trust score: 59/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mapnetwork.app`: 59/100 (this document), [markdown](https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork.md), [page](https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork)
- pypi · `mapnetwork-mcp`: 36/100, [markdown](https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork-mcp.md), [page](https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork-mcp)

## Channel facts

- Endpoint: `https://mapnetwork.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

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

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 574 tokens (~287/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 7 days we've observed: 1 tool removals, 1 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http toruproject-mapnetwork-mcp https://mapnetwork.app/mcp
```

### Codex

```toml
[mcp_servers.toruproject-mapnetwork-mcp]
url = "https://mapnetwork.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "toruproject-mapnetwork-mcp": {
      "type": "remote",
      "url": "https://mapnetwork.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add toruproject-mapnetwork-mcp --url https://mapnetwork.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  toruproject-mapnetwork-mcp:
    url: "https://mapnetwork.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "toruproject-mapnetwork-mcp": {
      "type": "http",
      "url": "https://mapnetwork.app/mcp"
    }
  }
}
```

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

## 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-08-01 (score 59, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 59, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 59, 0)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 0.1.0
- [security regression] Tool “redownload_map” was removed
- [security] Tool “generate_map” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 225 → 287
- [functional regression] Schema quality: 225 → 279
- [functional regression] “generate_map” changed the type of “layers”: array → string
- [cosmetic] “generate_map” reworded the description of “canvas_height”
- [cosmetic] “compute_route” reworded the description of “to_location”
- [cosmetic] “compute_route” reworded the description of “from_location”
- [cosmetic] “generate_map” reworded the description of “layers”
- [cosmetic] “generate_map” reworded the description of “route”
- [cosmetic] “generate_map” reworded the description of “radius”
- [cosmetic] “generate_map” dropped the optional parameter “place_icon”
- [cosmetic] “generate_map” dropped the optional parameter “edge_weight”
- [cosmetic] “generate_map” dropped the optional parameter “poi_types”

### 2026-07-27 (score 59)

First indexed and scored.

## MCP tools (2)

### `generate_map` (~468 tokens)

Generate a styled map image for a location. Specify 'place', 'lat'+'lng', 'markers', or a 'route' with coords (the center/radius are derived from it).

Input parameters:

- `canvas_height` (integer): Canvas height in pixels (default 600).
- `canvas_width` (integer): Canvas width in pixels (default 1000).
- `color_set` (string): Color theme. One of: darkBlue, darkGreen, popArt, lightBlue, lightGreen, beige, magenta, white, gray, black, brawn.
- `config` (object): Overrides for automatic layer-visibility defaults. Omit any field to keep the default.
- `format` (string): 'png' (default) or 'svg'.
- `lat` (number): Latitude of the map center. Must be combined with lng.
- `layers` (string): Preset combination of map layers. 'default': roads + POI icons. 'only_driving_road': car-accessible roads only, nothing else. 'road_and_railway': roads + railway lines, no POI. 'fully_detailed': road…
- `lng` (number): Longitude of the map center. Must be combined with lat.
- `markers` (array): List of locations to pin on the map, e.g. [{"label": "Tokyo Station"}].
- `name` (string): Map name stored in the data file.
- `place` (string): Place name to center the map on. Use this OR lat/lng, not both.
- `radius` (number): Circular coverage radius in meters (max depends on layers). Mutually exclusive with size_ew/size_ns. Omit this if the user hasn't specified a size — a sensible default is applied automatically.
- `route` (object): Route to overlay, as returned by compute_route. Pass that object through as-is.
- `size_ew` (number): East-west width of a rectangular coverage area in meters. Must be combined with size_ns.
- `size_ns` (number): North-south height of a rectangular coverage area in meters. Must be combined with size_ew.

### `compute_route` (~106 tokens)

Compute a walking or driving route between two locations.

Input parameters:

- `from_location` (object, required): Route start point. Provide 'location' for explicit coordinates (no geocoding), or only 'label' to geocode server-side. Both may be provided — 'location' takes precedence, 'label' is used for display.
- `mode` (string): 'walking' (default) or 'driving'.
- `to_location` (object, required): Route end point. Same format as from_location.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork#diagnostics

## Score history

- 2026-08-03: 59
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 59
- 2026-07-30: 59
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 59

## Links

- Remote endpoint: https://mapnetwork.app/mcp
- Repository: https://github.com/toruproject/mapnetwork-mcp
- Changelog RSS feed: https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork/changelog.json
- HTML version of this page: https://verifymcp.io/servers/toruproject-mapnetwork-mcp/mapnetwork
