# Geospatial System — Location Profile MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-geospatialsystem-location-profile
- Website: https://api.geospatialsystem.com

## Install
- Endpoint: https://api.geospatialsystem.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.geospatialsystem.com/mcp
- Header: Authorization

## Tools
- list_datasets - List all available elevation datasets on the Geospatial System server. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Elevation - Get the elevation in metres at a specific lat/lon coordinate.
Available on all tiers including Free. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Elevation_Batch - 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. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Elevation_Stats - 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. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Slope_Stats - 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. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Elevation_Chart - 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. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Slope_Chart - 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. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Terrain_Map - 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:3857 — no overlay mismatch.
Requires Pro key. Supports PNG. Endpoint: https://api.geospatialsystem.com/mcp
- LP_Get_Terrain_3D - 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. Endpoint: https://api.geospatialsystem.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.geospatialsystem
- Version: 3.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 5, 2026
- Source: https://registry.modelcontextprotocol.io
