static_map_url
ActiveTool of Maptiler
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Maptiler
https://github.com/pipeworx-io/mcp-maptiler
1/7 registries