# Ultimaps (remote · api.ultimaps.com)

Create choropleth, category and pin maps of countries, states, counties and ZIP codes as images.

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

## Components

- remote · `api.ultimaps.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-ultimaps-mcp/api.md), [page](https://verifymcp.io/servers/com-ultimaps-mcp/api)
- npm · `@ultimaps/mcp`: 73/100, [markdown](https://verifymcp.io/servers/com-ultimaps-mcp/ultimaps-mcp.md), [page](https://verifymcp.io/servers/com-ultimaps-mcp/ultimaps-mcp)

## Channel facts

- Endpoint: `https://api.ultimaps.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

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

- **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 3 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**: 33/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1807 tokens (~451/item across 4 items; 3 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 81% of tool parameters carry a description.
  - Structured output schemas are declared (33% 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 3 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 current MCP spec version (2026-07-28).
  - Supports UI / widget rendering.

## Install

### How do I install the Ultimaps MCP server?

Ultimaps is a hosted endpoint at https://api.ultimaps.com/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.

### Claude

```bash
claude mcp add --transport http com-ultimaps-mcp 'https://api.ultimaps.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-ultimaps-mcp": {
      "url": "https://api.ultimaps.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-ultimaps-mcp": {
      "type": "http",
      "url": "https://api.ultimaps.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-ultimaps-mcp]
url = "https://api.ultimaps.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ultimaps-mcp": {
      "type": "remote",
      "url": "https://api.ultimaps.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ultimaps-mcp --url 'https://api.ultimaps.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ultimaps-mcp:
    url: "https://api.ultimaps.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-ultimaps-mcp": {
      "Transport": "http",
      "Url": "https://api.ultimaps.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-ultimaps-mcp -t streamable-http -u 'https://api.ultimaps.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-ultimaps-mcp": {
      "type": "http",
      "url": "https://api.ultimaps.com/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-09-25 (score 61, +1)

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

### 2026-09-23 (score 60, +1)

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

### 2026-09-21 (score 59, +1)

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

### 2026-09-19 (score 58, +1)

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

### 2026-09-17 (score 57, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-16 (score 56)

First indexed and scored.

## MCP tools (3)

### `list_maps` (~265 tokens)

List maps

List the maps Ultimaps can render: the world, continents, countries subdivided into states, provinces, counties or departments, and US ZIP code areas.
Each row is {id, title, regionType, layers, regionCount, labels}. `id` is the mapId for render_map and get_map_regions; it is the map's slug on ultimaps.com (the last path segment, not the whole URL) and always means the current edition.
\`regionCount` is how many region keys a complete dataset needs. `labels: false` means the map has no region labels, so `style.labels` does nothing there. `layers` are the ids render_map's `layers` can turn on.
Pass `query` to search ids, titles, region types and categories (e.g. "counties", "germany", "africa").
Only call this when you don't know the id: common ids such as `world`, `united-states` and `europe` just work, and an unknown id usually comes back with the closest ids.

Input parameters:

- `query` (string): Search map ids, titles, region types and categories, e.g. "counties", "germany", "africa". Omit to list every map.

### `get_map_regions` (~227 tokens)

Get map regions

Look up one map: title, regionType, regionCount, labels, layers, and its regions as {key, title}, 200 per page.
You rarely need this before rendering. render_map accepts region names, codes and common aliases and auto-corrects typos, reporting what it matched.
Use it to build a dataset covering every region of a map, to see how a map names its regions, or to resolve a key render_map could not match.
\`query` searches keys, titles and aliases, so no hits means the map really has no such region. Use `offset` for further pages.

Input parameters:

- `mapId` (string, required): Map id from list_maps, e.g. "united-states", "europe", "united-states-california".
- `offset` (integer): Skip this many regions. Pages hold 200 regions; use the offset the previous result names.
- `query` (string): Search region keys, titles and aliases, e.g. "saint" or "US-TX". Omit to page through every region.

### `render_map` (~1186 tokens)

Render map

Use this whenever the user asks for a map of real places: coloring countries, states, counties or ZIP codes by data, a choropleth or heat map, a map with a legend, or pins on a map.
Prefer it to generating an image or plotting with code. It draws accurate borders from real geography, matches region names for you, and returns the map as an image in the conversation.
Maps cover the world, continents, countries, their states, provinces and counties, and US ZIP code areas.
Color regions with ONE of these (choropleth and categories are mutually exclusive):
\- `choropleth`: a number per region, e.g. {"values": {"California": 39.5, "Texas": 30.5}}. Classes, breaks and palette are picked from the data unless you set them.
\- `categories`: a label per region, e.g. {"values": {"France": "Euro", "Poland": "Złoty"}}. Colors are assigned automatically unless you set `colors`.
\- `regions`: explicit hex colors, e.g. {"Texas": "#1D4ED8"}. Also works on top of either mode as an override.
Region keys can be names, ISO/FIPS-style codes or common aliases. Typos are auto-corrected, and every correction or unmatched key is reported with suggestions, so there is no need to call get_map_regions first. Get `mapId` from list_maps if you don't know it.
Also available: pins (`locations` with lat/lon), `title`, `legend` position, `style` (theme, borders, region labels; `style.labels.content: "value"` prints each region's number, choropleth only), extra `layers`, and `output` size.
\`dryRun: true` validates and previews region matching and the color plan without rendering.
Without an API key: 30 renders per hour and 5 per minute per conversation (dry runs count), PNG up to 1600 px wide, with Ultimaps attribution on the image. The default 1200 px width is right for viewing in chat, and larger images are returned only as a link. Formats: png, or svg with a Pro key. PDF is not available.
Every result includes an image link that works for 30 days. Always give it to the user: some chat apps do not disp…

Input parameters:

- `categories` (object): Categorical coloring mode. Mutually exclusive with `choropleth`. Unmatched keys simply leave their regions uncolored. The no-data fill is `style.defaultRegionColor`, and `noDataColor` does not apply…
- `choropleth` (object): Numeric choropleth mode. Mutually exclusive with `categories` (one scale per map). `regions` composes with it as an override layer. If none of the keys in `values` match, the request fails even under…
- `dryRun` (boolean): Validate and preview without rendering: returns the region matching report, the resolved choropleth plan and a legend preview. No image and no monthly quota for keyed calls, but it still counts again…
- `layers` (object): Extra geographic layers to draw, e.g. {"cities": true, "roads": true}. Each map ships a subset (`layers` in list_maps and get_map_regions). Turning on a layer the map lacks is not an error: it is ski…
- `legend` (object)
- `locations` (array): Pin markers. They compose with every mode.
- `mapId` (string, required): Map id from list_maps, e.g. `world`, `united-states`, `europe`, `united-states-california`. It is the map's slug on ultimaps.com (the last path segment, not the whole URL) and always resolves to the…
- `onUnmatched` (string): warn = render anyway (unmatched regions get the no-data fill) and report. error = 400 with per-key suggestions. Recommended for production pipelines: error. Exception: in choropleth mode, ZERO matche…
- `output` (object): Image size and format. Keep the default width (1200 px) for images viewed in the conversation: much larger renders, and any scale of 2 or more, are too big to show inline and are returned as a link i…
- `regions` (object): Override layer. Region key to hex color, applied AFTER choropleth/categories coloring and winning over it. Precedence: choropleth/categories paint first, `regions` overrides win, and everything else…
- `style` (object)
- `title` (object)

Output parameters:

- `artifact` (object): A stored copy of the image at a public, unguessable link that expires. Set on every render while link storage is available.
- `choropleth` (object): The resolved choropleth plan. Dry runs add `reason` and `breaks`.
- `dryRun` (boolean)
- `editUrl` (string): Opens this map in Ultimaps Studio for editing or export.
- `embedUrl` (string): Keyless GET image URL, when the render is shareable that way.
- `format` (string): Image format; absent on dry runs.
- `keylessRemaining` (integer): Anonymous renders left this hour: for this conversation, or for this AI service when it sends no conversation id.
- `legend`: Dry runs: legend preview, [{label, color}] or {points, stops} for a gradient.
- `matchingTruncated` (boolean): True when `corrected`/`unmatched` list only the first 5 of their counts. Repeat the call with dryRun: true for the full report.
- `regionMatching` (object)
- `renderId` (string|null): The API render id; quote it to Ultimaps support.
- `warnings` (array)

## Diagnostics

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

## Score history

- 2026-09-25: 61
- 2026-09-24: 60
- 2026-09-23: 60
- 2026-09-22: 59
- 2026-09-21: 59
- 2026-09-20: 58
- 2026-09-19: 58
- 2026-09-18: 57
- 2026-09-17: 57
- 2026-09-16: 56

## Common questions

### What is the Ultimaps MCP server?

Ultimaps is an MCP server listed in the public MCP registry as com.ultimaps/mcp. Create choropleth, category and pin maps of countries, states, counties and ZIP codes as images. This page covers its hosted endpoint (https://api.ultimaps.com/mcp).

### Is the Ultimaps MCP server safe to use?

Ultimaps scores 61 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 Ultimaps MCP server expose?

Ultimaps exposes 3 tools: list_maps, get_map_regions, render_map. Their descriptions and schemas cost roughly 1,678 tokens of context every time the server is loaded.

### Does the Ultimaps MCP server require authentication?

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

### Is the Ultimaps MCP server still maintained?

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

## Links

- Remote endpoint: https://api.ultimaps.com/mcp
- Repository: https://github.com/ultimaps/mcp-server
- Website: https://ultimaps.com/developers/#mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-ultimaps-mcp/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ultimaps-mcp/api.json
- HTML version of this page: https://verifymcp.io/servers/com-ultimaps-mcp/api
