You're viewing a demo portfolio

Join the waitlist
PRSM

static_map_url

Active

Tool of Maptiler

declared in 0.1.0

"Static map image of [location]" / "embed a map of [coords]" / "map thumbnail PNG" / "screenshot of map" — returns a MapTiler static-tile image URL for embedding in slack, docs, emails, dashboards. Pass style + coords + zoom + width/height; returns a fetchable PNG URL. No interactive JS required.

Parameters schema

{
  "type": "object",
  "required": [
    "style",
    "lon",
    "lat",
    "zoom",
    "width",
    "height"
  ],
  "properties": {
    "lat": {
      "type": "number"
    },
    "lon": {
      "type": "number"
    },
    "zoom": {
      "type": "number"
    },
    "style": {
      "type": "string"
    },
    "width": {
      "type": "number"
    },
    "height": {
      "type": "number"
    },
    "marker": {
      "type": "string"
    },
    "retina": {
      "type": "boolean"
    },
    "attribution": {
      "type": "string"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Maptiler

https://github.com/pipeworx-io/mcp-maptiler

1/7 registries
View full server →
static_map_url — Maptiler — PRSM MCP