Data Collection
geospatialsystem.com
Provides elevation and terrain slope data for given geographic coordinates.
ENDPOINT 1
https://api.geospatialsystem.com/mcp
MCP server metadata
- Name
- Location Profile
- Version
- 3.3.1
Known tools 9
list_datasetsList all available elevation datasets on the Geospatial System server.
Inferred read-onlyLP_Get_Elevation_StatsGet elevation statistics (Min, Average, Max) for 3×3, 5×5 and 7×7 pixel windows centred on the coordinates.
Inferred read-onlyLP_Get_Slope_StatsGet terrain slope statistics (Min, Average, Max) in degrees for 3×3, 5×5 and 7×7 pixel windows.
Inferred read-onlyLP_Get_Elevation_ChartGenerate a range-box chart showing elevation Min/Avg/Max across three neighbourhood window sizes.
Inferred read-onlyLP_Get_Slope_ChartGenerate a range-box chart showing terrain slope Min/Avg/Max across three neighbourhood window sizes.
Inferred read-onlyLP_Get_Terrain_MapGenerate a composite terrain map: Google Hybrid satellite (EPSG:3857) + smoothed contours with labels + flow-direction arrows + location pin.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for geospatialsystem.com was fetched 2026-08-03T21:31:56.525Z and is being refreshed.
geospatialsystem.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.