Ultimaps
REMOTE · API.ULTIMAPS.COM · 2 COMPONENTS · SCANNED SEP 25
Create choropleth, category and pin maps of countries, states, counties and ZIP codes as images.
Available components
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. How we score → Why this is hard to score →
Endpoint Security57
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- 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. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability33
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (good).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 81% of tool parameters carry a description.Partial
- Structured output schemas are declared (33% 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 3 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 current MCP spec version (2026-07-28).Pass
- Supports UI / widget rendering.Pass
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.
remote · api.ultimaps.com
claude mcp add --transport http com-ultimaps-mcp 'https://api.ultimaps.com/mcp'
{
"mcpServers": {
"com-ultimaps-mcp": {
"url": "https://api.ultimaps.com/mcp"
}
}
} {
"servers": {
"com-ultimaps-mcp": {
"type": "http",
"url": "https://api.ultimaps.com/mcp"
}
}
} [mcp_servers.com-ultimaps-mcp] url = "https://api.ultimaps.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-ultimaps-mcp": {
"type": "remote",
"url": "https://api.ultimaps.com/mcp",
"enabled": true
}
}
} openclaw mcp add com-ultimaps-mcp --url 'https://api.ultimaps.com/mcp' --transport streamable-http
mcp_servers:
com-ultimaps-mcp:
url: "https://api.ultimaps.com/mcp" {
"McpServers": {
"com-ultimaps-mcp": {
"Transport": "http",
"Url": "https://api.ultimaps.com/mcp"
}
}
} assistant mcp add com-ultimaps-mcp -t streamable-http -u 'https://api.ultimaps.com/mcp'
{
"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.
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.
- 25 Sept 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 23 Sept 26 +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.
- 21 Sept 26 +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.
- 19 Sept 26 +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.
- 17 Sept 26 +1
- Stability: unverified → 0.03 ▲ functional
- 16 Sept 26 56
First indexed and scored.
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 25 Sept 2026 · Probed https://api.ultimaps.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=ultimaps.com | CN=WE1,O=Google Trust Services,C=US | 22 Aug 2026 | 20 Nov 2026 | ECDSA 256 | ECDSA-SHA256 | ba2604c9613d1bf213d740db1382e518 |
| SANs: ultimaps.com, *.ultimaps.com | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of api.ultimaps.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| ultimaps.com. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://api.ultimaps.com/mcp | Verified | 200 | |
| http (plaintext) | http://api.ultimaps.com/mcp | HTTPS enforced | 301 | https://api.ultimaps.com/mcp |
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 →
get_map_regions Get map regions ~227
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.
| Name | Type | Req | Description |
|---|---|---|---|
| mapId | string | yes | 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. |
No output schema declared.
No examples provided.
list_maps List maps ~265
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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | – | Search map ids, titles, region types and categories, e.g. "counties", "germany", "africa". Omit to list every map. |
No output schema declared.
No examples provided.
render_map Render map ~1,186
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…
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | 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 | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | – |
| 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 | yes | True when `corrected`/`unmatched` list only the first 5 of their counts. Repeat the call with dryRun: true for the full report. |
| regionMatching | object | yes | – |
| renderId | string|null | yes | The API render id; quote it to Ultimaps support. |
| warnings | array | yes | – |
No examples provided.
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.