mcpserver.lol
registry/location-profile
Connection check verified live · 20h ago

location-profile

Elevation, slope, terrain maps & 3-D surfaces for any site — near-global 30 m, US 10 m, AU/NZ 5 m.

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

9 tools

Read from the running server on 20h ago.

list_datasets
List all available elevation datasets on the Geospatial System server.
LP_Get_Elevation lat*lon*dataset_id*
Get the elevation in metres at a specific lat/lon coordinate. Available on all tiers including Free.
LP_Get_Elevation_Batch queries*
Get elevation for up to 100 points in one call. Pass a list of objects: [{"lat":…,"lon":…,"dataset_id":…}, …] Available on all tiers including Free.
LP_Get_Elevation_Chart fmtlat*lon*dataset_id*
Generate a range-box chart showing elevation Min/Avg/Max across three neighbourhood window sizes. Returns a URL to the chart image. Requires Pro key. Supports PNG / SVG / PDF.
LP_Get_Elevation_Stats lat*lon*dataset_id*
Get elevation statistics (Min, Average, Max) for 3×3, 5×5 and 7×7 pixel windows centred on the coordinates. Requires Pro or Enterprise key.
LP_Get_Slope_Chart fmtlat*lon*dataset_id*
Generate a range-box chart showing terrain slope Min/Avg/Max across three neighbourhood window sizes. Returns a URL to the chart image. Requires Pro key. Supports PNG / SVG / PDF.
LP_Get_Slope_Stats lat*lon*dataset_id*
Get terrain slope statistics (Min, Average, Max) in degrees for 3×3, 5×5 and 7×7 pixel windows. WGS-84 corrected. Requires Pro key.
LP_Get_Terrain_3D fmtlat*lon*offsetazim_angledataset_id* +1
Generate a 3-D perspective terrain surface map (Plotly go.Surface) coloured by elevation with a red spike pin marking the query location. Requires Pro key. Supports PNG / HTML.
LP_Get_Terrain_Map fmtlat*lon*offsetn_arrowsdataset_id*
Generate a composite terrain map: Google Hybrid satellite (EPSG:3857) + smoothed contours with labels + flow-direction arrows + location pin. All layers are reprojected to EPSG:385…