INDIVIDUAL MCP TOOL
LP_Get_Slope_Chart
Generate a range-box chart showing terrain slope Min/Avg/Max across three neighbourhood window sizes.
LIVE ENDPOINT
https://api.geospatialsystem.com/mcp
Connect to this endpoint to inspect the live schema for LP_Get_Slope_Chart and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.location-profile]
url = "https://api.geospatialsystem.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"location-profile": {
"type": "http",
"url": "https://api.geospatialsystem.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: location-profile
Remote MCP URL: https://api.geospatialsystem.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"location-profile": {
"url": "https://api.geospatialsystem.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"location-profile": {
"type": "http",
"url": "https://api.geospatialsystem.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "location-profile",
"transport": "streamable-http",
"url": "https://api.geospatialsystem.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_datasets— List all available elevation datasets on the Geospatial System server.LP_Get_Elevation— Get the elevation in metres at a specific lat/lon coordinate.LP_Get_Elevation_Batch— Get elevation for up to 100 points in one call.LP_Get_Elevation_Stats— Get elevation statistics (Min, Average, Max) for 3×3, 5×5 and 7×7 pixel windows centred on the coordinates.LP_Get_Slope_Stats— Get terrain slope statistics (Min, Average, Max) in degrees for 3×3, 5×5 and 7×7 pixel windows.LP_Get_Elevation_Chart— Generate a range-box chart showing elevation Min/Avg/Max across three neighbourhood window sizes.LP_Get_Terrain_Map— Generate a composite terrain map: Google Hybrid satellite (EPSG:3857) + smoothed contours with labels + flow-direction arrows + location pin.LP_Get_Terrain_3D— Generate a 3-D perspective terrain surface map (Plotly go.