Skip to main content
Glama
306,895 tools. Last updated 2026-07-27 07:28

"Leaflet" matching MCP tools:

  • Solve the challenge of finding the right Leaflet plugin by specifying the functionality you need (e.g., heatmap, routing) and optionally selecting a category.
  • Search through Leaflet examples and documentation to find specific functionality or patterns using queries like 'mobile' or 'custom icon'.
  • Generates complete Leaflet map initialization code with HTML, CSS, and JavaScript. Configure center coordinates, zoom level, and tile provider.
  • Generate Leaflet map code for creating vector layers: polylines, polygons, circles, rectangles, and circle markers. Customize styling and popups.
  • Resolve common Leaflet issues like maps not displaying, tiles not loading, and broken marker icons by describing your problem for targeted debugging.
  • Create and customize Leaflet popups with HTML content, positioning, and width options. Generates code for attaching popups to markers, layers, or coordinates.
  • Generate travel-time or travel-distance reachability polygons from an origin with multiple bands in a single call. Returns GeoJSON for use with Mapbox, Leaflet, and other mapping tools.
    MIT
  • Export heritage assets as a GeoJSON FeatureCollection for use in GIS tools. Filter results by bounding box, designation type, or name.
    Apache 2.0
  • Generate reachability polygons for time or distance contours from a point. Plan delivery zones or service areas.
    MIT
  • Create interactive maps from spatial data files. Supports multiple layers, filtering, styling, labels, and outputs a standalone HTML artifact.
    MIT
  • Map fiber routes by carrier and type, including long-haul, metro, dark fiber, and IX. Returns GeoJSON for visualizing spatial connectivity in site selection and route planning.
    MIT
  • Retrieve metro-level fiber depth profiles for US data-center metros, including carrier count, route miles, and fiber density scores. Compare markets or get carrier-by-carrier breakdown.
    MIT
  • Create a GeoJSON FeatureCollection of country centroids sized by displacement metric, filtered by asylum or origin country and year.
    MIT
  • Retrieve official Turkish drug SmPC (KÜB) for clinicians and patient leaflets (KT) from TİTCK registry by drug name.
    MIT
  • Use when scoring a candidate site for fiber depth, mapping long-haul routes between metros, or assessing dark-fiber availability for a hyperscale build. Example: "Show all Zayo long-haul fiber routes through Northern Virginia I can put on a Leaflet map." — get_fiber_intel carrier=Zayo route_type=longhaul. Params: carrier one of "Zayo" | "Lumen" | "Cogent" | "Crown Castle" | "Windstream" | "GTT" | "Uniti" | "FiberLight" | "Segra" | "Arcadian Infracom" (omit for all carriers); route_type one of "metro" | "longhaul" | "dark" | "ix"; market a metro name or slug (e.g. "dallas", "ashburn", "northern-virginia") to return ONLY routes touching that metro (either endpoint near it) — pairs well with route_type=longhaul to map a metro's long-haul backbones. Returns: GeoJSON FeatureCollection {features:[{geometry, properties:{carrier, route_type, fiber_count, lit_capacity_gbps, capacity, distance_miles, distance_km}}]} ready to drop into Leaflet/Mapbox. Do NOT use to count fiber providers at a single facility (use get_facility) or for IX interconnection-density scores (use analyze_site).
    Connector