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.

Mapsource Geospatial API

REMOTE · MAPSOURCE.IO · SCANNED SEP 20

OSM queries, raster tiles, elevation. Check status: queries currently use fixtures; x402 is testnet.

Available components

+3 this week 63 Trust /100
Trust breakdown (7 categories)

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 Security46
Transport & Reachability100
Schema Quality & AI Usability64
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2578 tokens (~198/item across 13 items; 13 tools + 0 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 Management50
  • Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "overpass_query" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 13 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 Mapsource Geospatial API MCP server?

Mapsource Geospatial API is a hosted endpoint at https://mapsource.io/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 · mapsource.io

# add to Claude Code
claude mcp add --transport http robit-man-mapsource 'https://mapsource.io/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "robit-man-mapsource": {
      "url": "https://mapsource.io/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "robit-man-mapsource": {
      "type": "http",
      "url": "https://mapsource.io/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.robit-man-mapsource]
url = "https://mapsource.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "robit-man-mapsource": {
      "type": "remote",
      "url": "https://mapsource.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add robit-man-mapsource --url 'https://mapsource.io/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  robit-man-mapsource:
    url: "https://mapsource.io/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "robit-man-mapsource": {
      "Transport": "http",
      "Url": "https://mapsource.io/mcp"
    }
  }
}
# add to Vellum
assistant mcp add robit-man-mapsource -t streamable-http -u 'https://mapsource.io/mcp'
// mcp.json
{
  "mcpServers": {
    "robit-man-mapsource": {
      "type": "http",
      "url": "https://mapsource.io/mcp"
    }
  }
}

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

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.

  • 19 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.

  • 17 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.

  • 15 Sept 26 0
    • Tool “geo_search” rewrote its description, which is the text the model reads security
    • Schema quality: 177 → 198 functional
    • “geo_search” added an optional parameter “bbox” cosmetic
    • “geo_search” added an optional parameter “bounded” cosmetic
    • “geo_search” added an optional parameter “costing” cosmetic
    • “geo_search” added an optional parameter “countrycodes” cosmetic
    • “geo_search” added an optional parameter “language” cosmetic
    • “geo_search” added an optional parameter “minutes” cosmetic
    • “geo_search” added an optional parameter “offset” cosmetic
    • “geo_search” added an optional parameter “rankBy” cosmetic
    • “geo_search” added an optional parameter “region” cosmetic
    • “geo_search” added an optional parameter “types” cosmetic
    • “geo_search” reworded the description of “category” cosmetic
    • “geo_search” reworded the description of “operation” cosmetic
    • “geo_search” reworded the description of “q” cosmetic
  • 14 Sept 26 +1

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

  • 12 Sept 26 +2
    • Tool “basemap_catalog” rewrote its description, which is the text the model reads security
    • Tool “elevation” rewrote its description, which is the text the model reads security
    • Tool “find_features” rewrote its description, which is the text the model reads security
    • Tool “geo_analyze” rewrote its description, which is the text the model reads security
    • Tool “geo_data” rewrote its description, which is the text the model reads security
    • Tool “geo_navigate” rewrote its description, which is the text the model reads security
    • Tool “geo_render” rewrote its description, which is the text the model reads security
    • Tool “geo_search” rewrote its description, which is the text the model reads security
    • Tool “geo_style” rewrote its description, which is the text the model reads security
    • Tool “isochrone” rewrote its description, which is the text the model reads security
    • Tool “overpass_query” rewrote its description, which is the text the model reads security
    • Tool “route” rewrote its description, which is the text the model reads security
    • Tool “service_status” rewrote its description, which is the text the model reads security
    • Schema quality: 276 → 177 functional
    • “geo_analyze” reworded the description of “estimateOnly” cosmetic
    • “geo_render” reworded the description of “styleRevision” cosmetic
    • “geo_search” reworded the description of “category” cosmetic
    • “geo_search” reworded the description of “operation” cosmetic
    • “geo_style” reworded the description of “base” cosmetic
    • “geo_style” reworded the description of “description” cosmetic
    • “geo_style” reworded the description of “includeStyle” cosmetic
    • “geo_style” reworded the description of “intent” cosmetic
    • “geo_style” reworded the description of “operation” cosmetic
  • 11 Sept 26 0
    • Tool “geo_search” rewrote its description, which is the text the model reads security
    • Tool “geo_style” rewrote its description, which is the text the model reads security
    • Schema quality: 231 → 276 functional
    • New tool “geo_data” functional
    • “geo_render” added an optional parameter “styleRevision” cosmetic
    • “geo_search” added an optional parameter “entityId” cosmetic
    • “geo_style” added an optional parameter “from” cosmetic
    • “geo_style” added an optional parameter “intent” cosmetic
    • “geo_style” added an optional parameter “save” cosmetic
    • “geo_style” added an optional parameter “to” cosmetic
    • “geo_analyze” reworded the description of “a” cosmetic
    • “geo_render” reworded the description of “geojson” cosmetic
    • “geo_search” reworded the description of “operation” cosmetic
    • “geo_style” reworded the description of “operation” cosmetic
  • 10 Sept 26 −2
    • Schema quality: pass → fail functional
    • Schema quality: good → excellent functional
    • New tool “geo_analyze” functional
    • New tool “geo_navigate” functional
    • New tool “geo_render” functional
    • New tool “geo_search” functional
    • New tool “geo_style” functional
    • “find_features” added an optional parameter “responseMode” cosmetic
    • “overpass_query” added an optional parameter “responseMode” cosmetic
  • 9 Sept 26 +1
    • Tool “elevation” rewrote its description, which is the text the model reads security
    • Tool “find_features” rewrote its description, which is the text the model reads security
    • Tool “overpass_query” rewrote its description, which is the text the model reads security
    • Tool “route” rewrote its description, which is the text the model reads security
    • Tool “service_status” rewrote its description, which is the text the model reads security
    • Schema quality: 88 → 108 functional
    • “route” added an optional parameter “elevation” cosmetic
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 · Probed https://mapsource.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mapsource.io CN=WE1,O=Google Trust Services,C=US 4 Sept 2026 3 Dec 2026 ECDSA 256 ECDSA-SHA256 96bf06e03c7cd1750e91598e94df58c6
SANs: mapsource.io, *.mapsource.io
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 mapsource.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
mapsource.io. 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://mapsource.io/mcp Verified 200
http (plaintext) http://mapsource.io/mcp Inconclusive 405
MCP tools · 13 exposed · ~2,578 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
basemap_catalog ~38

List raster and vector tile templates, source zoom ranges, dataset snapshots, and attribution. The catalog is public; tile requests require a subscription key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

elevation ~77

Sample terrain at lat/lon. elevationMeters is clamped to zero; sampledMeters retains the raw model elevation. belowSeaLevel identifies negative samples and bathymetryTile references the source raster. Requires a subscription key. Not survey-grade.

NameTypeReqDescription
latnumberyesLatitude in decimal degrees.
lonnumberyesLongitude in decimal degrees.

No output schema declared.

No examples provided.

find_features ~167

Find cafes, restaurants, buildings, parks, schools, hospitals, transit stops, drinking water, or trails within a bounding box up to 0.5 degrees per axis. Returns OSM geometry and tags, subject to the output limit. Requires a subscription key or authorized x402 payment.

NameTypeReqDescription
categorystringyesMapped feature category; use overpass_query for arbitrary OSM tags.
eastnumberyes
limitintegerMaximum returned OSM objects, not a pagination guarantee.
northnumberyes
responseModestringcompact: inline when small, a result handle when large. handle: always a handle. raw: always the full body, however large.
southnumberyes
westnumberyes

No output schema declared.

No examples provided.

geo_analyze ~273

Measure or transform geometry using buffer, centroid, bbox, area, length, distance, intersect, union, difference, contains, intersects, nearest, simplify, or convex. Inputs accept GeoJSON, coordinate pairs, Overpass results, and result handles. Polygon overlay operations require areas. Use operation pipeline for up to 12 ordered steps and estimateOnly for cost estimation. Requires a subscription key.

NameTypeReqDescription
aGeoJSON, a [lon, lat] pair, an Overpass result, a places result, or a result handle such as rh_ followed by 32 hex characters. Required for every operation except pipeline.
bThe second operand, in the same forms as a.
distancenumberBuffer radius or simplify tolerance.
estimateOnlybooleanpipeline: calculate estimated cost without execution.
operationstringyesbuffer and simplify take distance. distance, intersect, union, difference, contains, intersects and nearest take a second geometry in b. pipeline runs several steps server-side and takes pipeline ins…
pipelinearraypipeline only: ordered steps. Any argument may be $anEarlierStepId.
returnsstringpipeline only: which step to return, as $stepId. Defaults to the last.
unitsstring

No output schema declared.

No examples provided.

geo_data ~224

Read service status, basemap catalog, point elevation, contours, usage, and metrics. Status includes subsystem availability and replication lag. Elevation returns surface and raw model heights. Metrics report request rates, success rates, latency percentiles, and dataset ages. Status and basemaps are public; other operations require a subscription key.

NameTypeReqDescription
bandsintegercontours only: how many elevation bands, 4 to 24. Defaults to 14.
latnumberelevation and contours: latitude.
lonnumberelevation and contours: longitude.
operationstringyesstatus: service state and dataset freshness. basemaps: tile catalogue. elevation: ground height at a point. contours: banded topographic contours. usage: this key's consumption. metrics: request rate…
windowintegermetrics only: minutes to measure over. Defaults to 60.
zoomintegercontours only: detail level, 6 to 13. Defaults to 9.

No output schema declared.

No examples provided.

geo_navigate ~275

Navigation operations: route, matrix, isochrone, map_match, snap, and optimize. Route accepts 2–10 waypoints and optional elevation profiles. Matrix supports up to 625 pairs. Map matching accepts up to 1,000 trace points; optimization accepts 3–20 stops. Results include geometry or travel costs and source metadata. Requires a subscription key. Unroutable requests return an error and require revised inputs.

NameTypeReqDescription
contoursarrayisochrone only: travel-time bands in minutes.
costingstringTravel mode used to weight the road graph.
elevationbooleanroute only: also return a sampled terrain profile with total gain and loss.
locationsarrayWaypoints for route and optimize, points for snap, or the ordered trace for map_match. For isochrone, the single origin.
operationstringyesroute: turn-by-turn between waypoints. matrix: many-to-many times and distances. isochrone: reachable-area polygons. map_match: fit a GPS trace to the road network. snap: nearest network point. optim…
sourcesarraymatrix only: the origins.
targetsarraymatrix only: the destinations. Omit for a square matrix of sources against themselves.

No output schema declared.

No examples provided.

geo_render ~232

Render a static PNG map from a center and zoom or bounding box. Supports GeoJSON overlays, result handles, and up to 50 labeled markers. Dark and light styles use raster rendering; other preset or profile names use vector rendering. Requires a subscription key.

NameTypeReqDescription
bboxarray[west, south, east, north]. Fits the viewport to this instead of using lat/lon/zoom.
bearingnumberVector renders only.
geojsonGeoJSON to draw, or a result handle such as rh_ followed by 32 hex characters.
heightinteger
latnumber
lonnumber
markersarray
pitchnumberVector renders only.
stylestringdark or light composites the raster basemaps. Any other value names a style preset or one of your saved basemap profiles and is rendered as vector against that compiled style.
styleRevisionintegerSaved profile revision to use for rendering.
widthinteger
zoomnumber

No output schema declared.

No examples provided.

geo_search ~539

Search places and retrieve geographic entities. Use lookup for local address, business, brand and landmark search with soft map-focus bias, strict house numbers, source IDs and ambiguity reporting. Use discover for POIs in a viewport, polygon or isochrone, optionally ranked by travel time. Other operations: search, autocomplete, nearby, reverse, details, geocode, resolve, entity. Requires a subscription key.

NameTypeReqDescription
bboxstringwest,south,east,north. lookup: soft focus unless bounded is true. discover: required region boundary unless region or minutes is supplied.
boundedbooleanlookup: explicitly restrict results to bbox.
categorystringlookup/discover: business or POI category, such as coffee, pharmacy or restaurants. nearby: feature category, such as cafe, restaurant, hospital or park.
costingstring
countrycodesstringlookup: comma-separated two-letter country filters.
entityIdstringentity only: an id from resolve, beginning geo_.
languagestringlookup: preferred language, default en.
latnumber
limitinteger
lonnumber
minutesintegerdiscover: generate an isochrone from lat/lon.
offsetintegerdiscover: result page offset.
operationstringyeslookup: local address, business and brand suggestions with soft map-focus bias. discover: businesses in a viewport, polygon or isochrone, optionally ranked by travel time. resolve: name to entity ID.…
osmIdintegerdetails only.
osmTypestringdetails only.
placeClassstringsearch and autocomplete: restrict to one class of populated place.
qstringlookup: address/name text, 1–120 characters. discover: optional name/brand filter. search/autocomplete: populated-place name. geocode: compatibility provider query.
radiusintegerMetres. Defaults to 500 for nearby and 150 for reverse.
rankBystringdiscover: travel_time compares the nearest 25 candidates.
regiondiscover: polygon GeoJSON or owned result handle; alternatively supply bbox or minutes.
typesstringlookup: comma-separated address,business,landmark,street,place.

No output schema declared.

No examples provided.

geo_style ~364

Configure semantic basemap styles. Operations: explain and schema retrieve public definitions; intent generates a proposal; preview compiles changes; save, list, revisions, diff, and delete manage profiles. Submit semantic manifests or preset patches, not raw MapLibre JSON. Authenticated operations affect the current key's profiles.

NameTypeReqDescription
basestringBase preset for the patch. Available presets are listed at /api/styles.
descriptionstringsave: profile description.
fromintegerdiff only: the earlier revision. Defaults to the one before `to`.
includeStylebooleanInclude the compiled MapLibre style in addition to the hash, diff, and validation issues. Defaults to false.
intentstringintent: text description of the desired basemap. Returns an editable manifest and a summary of applied changes.
namestringsave only: a human name for the profile.
operationstringexplain: layer definitions. schema: manifest JSON Schema. intent: generate a style proposal. preview: compile without saving. save: store a profile. list: available presets and profiles. revisions: s…
patchobjectSemantic overrides: {"tokens":{...},"typography":{...},"layers":{"roads.motorway":{"color":"#f2a900"}}}. Layer keys come from the explain operation.
savebooleanintent only: also save the proposal as a profile revision on this key.
slugstringsave and delete: the profile's stable URL id. Defaults to a slug of the name on save.
tointegerdiff only: the later revision. Defaults to the current one.

No output schema declared.

No examples provided.

isochrone ~97

Calculate reachable-area polygons from a coordinate for up to four travel-time bands. Returns GeoJSON for catchment, coverage, and accessibility analysis. Requires a subscription key.

NameTypeReqDescription
contoursarrayTravel-time bands in minutes, at most four.
costingstringTravel mode used to weight the road graph.
latnumberyesLatitude of the centre point.
lonnumberyesLongitude of the centre point.

No output schema declared.

No examples provided.

overpass_query ~118

Execute bounded Overpass QL over OSM nodes, ways, relations, tags, geometry, areas, metadata, and spatial selectors. Historical attic queries are unsupported. Requires a subscription key or authorized x402 payment. Use service_status to retrieve the dataset timestamp.

NameTypeReqDescription
querystringyesA complete bounded Overpass QL query, with explicit timeout and output limit.
responseModestringcompact: inline when small, a result handle when large. handle: always a handle. raw: always the full body, however large.

No output schema declared.

No examples provided.

route ~134

Calculate a turn-by-turn route between 2–10 waypoints. Supported costing: auto, bicycle, pedestrian, truck, motor_scooter, and bus. Returns GeoJSON, distance, duration, and maneuvers. Set elevation to true for a terrain profile with gain and loss. Requires a subscription key.

NameTypeReqDescription
costingstringTravel mode used to weight the road graph.
elevationbooleanSample a terrain profile along the route and report total gain and loss in metres.
locationsarrayyesOrdered waypoints, 2 to 10; first is the origin and last is the destination.

No output schema declared.

No examples provided.

service_status ~40

Read Overpass engine readiness, dataset timestamp, billing state, and x402 payment mode. Public. Use geo_data with operation status for the full subsystem report.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Mapsource Geospatial API MCP server?

Mapsource Geospatial API is an MCP server listed in the public MCP registry as io.github.robit-man/mapsource. OSM queries, raster tiles, elevation. Check status: queries currently use fixtures; x402 is testnet. This page covers its hosted endpoint (https://mapsource.io/mcp).

Is the Mapsource Geospatial API MCP server safe to use?

Mapsource Geospatial API scores 63 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 Mapsource Geospatial API MCP server expose?

Mapsource Geospatial API exposes 13 tools: service_status, basemap_catalog, elevation, geo_data, geo_style, and 8 more. Their descriptions and schemas cost roughly 2,578 tokens of context every time the server is loaded.

Does the Mapsource Geospatial API MCP server require authentication?

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

Is the Mapsource Geospatial API MCP server still maintained?

Mapsource Geospatial API 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.