Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/maptiler

REMOTE · MAPTILER.USEFULAPI.IO · SCANNED AUG 3

Geocoding, elevation, IP geolocation and coordinate transforms from the MapTiler Cloud API.

−40 this week 28 Trust /100
Trust breakdown (6 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 →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · maptiler.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-maptiler https://maptiler.usefulapi.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-maptiler]
url = "https://maptiler.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-maptiler": {
      "type": "remote",
      "url": "https://maptiler.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-maptiler --url https://maptiler.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-maptiler:
    url: "https://maptiler.usefulapi.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-maptiler": {
      "type": "http",
      "url": "https://maptiler.usefulapi.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.

  • 3 Aug 26 −44
    • Endpoint reachability: reachable → not serving MCP security
    • Authorization: pass → unverified security
    • Stability: 0.20 → unverified security
    • Tool coverage: 100 → unverified functional
    • Capabilities: fail → unverified functional
  • 2 Aug 26 +1

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

  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 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
  • 28 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 27 Jul 26 +56
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 12

    First indexed and scored.

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 3 Aug 2026 · Probed https://maptiler.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA256 f2759687ef232c080e20890b925b6f79
SANs: usefulapi.io, maptiler.usefulapi.io, *.maptiler.usefulapi.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
DNSSEC insecure

Validation of maptiler.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.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
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://maptiler.usefulapi.io/mcp Verified 200
http (plaintext) http://maptiler.usefulapi.io/mcp Inconclusive 401
MCP tools — 8 exposed · ~1,116 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.

Tool Tokens
maptiler_batch_geocode ~183

Forward-geocode up to 50 queries in one request. Returns a JSON ARRAY of GeoJSON FeatureCollections, one per query, in order. API: GET /geocoding/{q1;q2;...}.json.

NameTypeReqDescription
autocompletebooleanTreat the last term of each query as a prefix.
countrystringComma-separated ISO 3166-1 alpha-2 country codes to restrict to.
languagestringComma-separated ISO 639-1 language codes for results.
limitintegerMax results per query (1-10).
queriesarrayyes1-50 place/address strings to geocode.
typesstringComma-separated place types to include.
worldviewstringDisputed-border worldview: default | auto | ch | us.

No output schema declared.

No examples provided.

maptiler_geocode ~278

Search for a place, address, or POI by name and get matching locations as GeoJSON features. e.g. 'Zurich' or '1600 Pennsylvania Ave'. API: GET /geocoding/{query}.json.

NameTypeReqDescription
autocompletebooleanTreat the last term as a prefix for as-you-type search.
bboxstringBounding box "west,south,east,north" to restrict results.
countrystringComma-separated ISO 3166-1 alpha-2 country codes to restrict to.
excludeTypesbooleanIf true, `types` becomes an exclude list instead.
fuzzyMatchbooleanAllow approximate matching of the query terms.
languagestringComma-separated ISO 639-1 language codes for results.
limitintegerMax results (1-10). Default 5.
proximitystringBias toward a point: "lon,lat" or the literal "ip".
querystringyesPlace/address/POI to search for (goes in the URL path).
typesstringComma-separated place types to include (e.g. address,poi,city).
worldviewstringDisputed-border worldview: default | auto | ch | us.

No output schema declared.

No examples provided.

maptiler_geolocate_ip ~65

Geolocates the IP address making the request — from a hosted Worker this is the server's egress IP, not the end-user's. API: GET /geolocation/ip.json.

NameTypeReqDescription
elevationbooleanInclude elevation of the located point.

No output schema declared.

No examples provided.

maptiler_get_data_features ~64

Fetch the GeoJSON FeatureCollection of a MapTiler-hosted dataset by its data id. API: GET /data/{dataId}/features.json.

NameTypeReqDescription
dataIdstringyesMapTiler dataset id (from your MapTiler Cloud account).

No output schema declared.

No examples provided.

maptiler_get_elevation ~83

Look up ground elevation at up to 50 coordinates. Returns an array of [lng, lat, elevation] triples. API: GET /elevation/{locations}.json.

NameTypeReqDescription
locationsarrayyes1-50 [longitude, latitude] pairs (latitude -85..85).
unitstringElevation unit. Default meters.

No output schema declared.

No examples provided.

maptiler_reverse_geocode ~158

Find the place(s) at a given longitude/latitude, returned as GeoJSON features. API: GET /geocoding/{longitude},{latitude}.json.

NameTypeReqDescription
excludeTypesbooleanIf true, `types` becomes an exclude list instead.
languagestringComma-separated ISO 639-1 language codes for results.
latitudenumberyesLatitude, -90..90.
limitintegerMax results (1-10). Default 5.
longitudenumberyesLongitude, -180..180.
typesstringComma-separated place types to include.
worldviewstringDisputed-border worldview: default | auto | ch | us.

No output schema declared.

No examples provided.

maptiler_search_coordinate_systems ~154

Search MapTiler's CRS/EPSG database by free text or key:value filters (e.g. 'code:4326', 'kind:CRS-PROJCRS'). API: GET /coordinates/search/{query}.json.

NameTypeReqDescription
exportsbooleanInclude WKT / Proj4 export strings for each CRS.
limitintegerMax results (1-50). Default 10.
offsetintegerPagination offset. Default 0.
querystringyesSearch terms; supports filters like "code:4326" or "kind:CRS-PROJCRS".
transformationsbooleanInclude available transformations for each CRS.

No output schema declared.

No examples provided.

maptiler_transform_coordinates ~131

Transform up to 50 coordinate pairs from a source coordinate reference system to a target one (EPSG codes). API: GET /coordinates/transform/{coordinates}.json.

NameTypeReqDescription
coordinatesarrayyes1-50 [x, y] coordinate pairs in the source CRS.
opsstringPipe-separated transformation operation codes to force a path.
s_srsintegerSource CRS / EPSG code. Default 4326 (WGS84).
t_srsintegerTarget CRS / EPSG code. Default 4326 (WGS84).

No output schema declared.

No examples provided.