Skip to main content
Glama
524,762 tools. Updated 2026-09-06 18:04

"MapLibre" matching MCP tools:

  • Retrieve a MapLibre GL style URL for rendering Mapsi map tiles. Supports multiple visual styles like light, dark, streets, and topo for use in MapLibre GL JS or Mapbox-compatible libraries.
    MIT
  • Display interactive maps with location markers, route visualization, isochrone reachability, round trip paths, and search result markers. Supports pan, zoom, and click interactions.
    Apache 2.0
  • Generate reachability polygons for time or distance contours from a point. Plan delivery zones or service areas.
    MIT
  • Retrieves a Japanese address's polygon or point as GeoJSON, handling notation variations and offering polygon simplification for map display.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to perceive and control a live MapLibre GL map over MCP, allowing querying rendered features, reading popups, navigating, and toggling layers.
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that enables LLMs to create and control interactive MapLibre maps by placing markers, drawing paths, and rendering polygons directly in Claude Desktop.
    -
  • Create interactive HTML maps from satellite imagery, raster tiles, and GeoJSON data, with optional swipe comparison for before/after analysis.
    -
  • Apply a MapLibre filter expression to a map layer and its sub-layers, showing only features that match the specified attribute conditions.
    -
  • Create a hosted map style. Provide a name and optionally a theme document ({base: "light"|"dark", palette: {slot: colour}, layers: {layer_id: overrides}}); omitted, the style starts from the default theme. A theme may also set worldview (ISO 3166-1 alpha-2, accepted: AE, KR, SA, US) to display that jurisdiction's official names for a small curated registry of renamed features; omitted, labels keep the OSM on-the-ground names. Returns the generated style_id (pass it to set_palette / set_layer_paint) and the compiled style URL for MapLibre.
    ConnectorNo auth
  • Set one MapLibre paint property on one skeleton layer of a hosted style (e.g. layer_id "road-major", property "line-width", value 4 or an expression array) and publish the result as a new immutable style version. Layer ids come from list_style_layers. Returns the new version and style URL.
    ConnectorNo auth
  • Fetch a hosted style's latest theme document (the editable source) and the URL of its latest compiled MapLibre style. Use the theme to inspect current palette and layer overrides before editing.
    ConnectorNo auth