MCP server offering geospatial tools including geocoding, routing, elevation, spatial analysis, and geospatial file I/O.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Gis MCP Server.
geocodeConvert an address to coordinates.
reverse_geocodeConvert coordinates to an address.
batch_geocodeGeocode multiple addresses at once (max 10).
get_elevationGet altitude for a point.
get_elevation_profileGet elevations along a path.
distanceCalculate distance between two points.
A Model Context Protocol (MCP) server providing geospatial tools for AI agents. Enables Claude, GPT, and other LLMs to perform geocoding, routing, spatial analysis, and file operations.
Add to your claude_desktop_config.json:
geocodeConvert an address to coordinates.
reverse_geocodeConvert coordinates to an address.
batch_geocodeGeocode multiple addresses at once (max 10).
get_elevationGet altitude for a point.
get_elevation_profileGet elevations along a path.
distanceCalculate distance between two points.
bufferCreate a buffer zone around a geometry.
spatial_queryPerform spatial operations (intersection, union, contains, within, etc.).
transform_crsTransform coordinates between CRS.
routeCalculate route between two points.
isochroneCalculate area reachable within a time limit.
read_fileRead geospatial files (Shapefile, GeoJSON, GeoPackage).
write_fileWrite features to geospatial files.
Environment variables:
| Variable | Default | Description |
|---|---|---|
NOMINATIM_URL | https://nominatim.openstreetmap.org | Nominatim API URL |
NOMINATIM_USER_AGENT | locusync-server/1.0.0 | User agent for Nominatim |
OSRM_URL | https://router.project-osrm.org | OSRM API URL |
OSRM_PROFILE | driving | Default routing profile |
PELIAS_URL | (empty) | Pelias geocoding API URL |
PELIAS_API_KEY | (empty) | Pelias API key (optional) |
OPEN_ELEVATION_URL | https://api.open-elevation.com | Open-Elevation API URL |
GIS_DEFAULT_CRS | EPSG:4326 | Default CRS |
GIS_TEMP_DIR | /tmp/locusync | Temporary directory |
All tools return a consistent JSON structure:
MIT License - see LICENSE for details.
Contributions welcome! Please read the contributing guidelines before submitting PRs.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/matbel91765-gis-mcp-server)<a href="https://allmcps.com/mcp/matbel91765-gis-mcp-server"><img src="https://allmcps.com/api/badge/matbel91765-gis-mcp-server?style=directory" alt="Gis MCP Server on AllMCPs" /></a>