Meridian is a GIS and raster processing API with 43 production endpoints — vector, topology, DEM, raster math, export formats, and Alaska elevation data. Authenticate with an API key (X-Mcp-Key header). No subscription. No dashboard maze.
This is the part an agent cares about: endpoint, payment flow, result.
# Example: reproject a GeoJSON file to Web Mercator curl -X POST https://meridianapi.nodeapi.ai/v1/reproject \ -H "X-Mcp-Key: YOUR_API_KEY" \ -F "file=@input.geojson" \ -F "target_crs=EPSG:3857" # Replace /v1/reproject with any of the 43 endpoints
Current surface area: 43 production endpoints spanning vector, topology, DEM, raster math, export, and elevation.
X-Mcp-Key header.Three ways to use Meridian, depending on your setup.
Any HTTP client. POST a file with your API key, get your result. Full OpenAPI docs at meridianapi.nodeapi.ai/docs.
# Example: reproject a GeoJSON file to Web Mercator curl -X POST https://meridianapi.nodeapi.ai/v1/reproject \ -H "X-Mcp-Key: YOUR_API_KEY" \ -F "file=@input.geojson" \ -F "target_crs=EPSG:3857" # Replace /v1/reproject with any of the 43 endpoints
For agents running on OpenClaw. Install the Meridian skill and your agent gains full knowledge of the API endpoint surface — no manual setup.
clawhub install meridian