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). x402 payment on Base is also supported but currently disabled by default. No subscription. No dashboard maze.
This is the part an agent cares about: endpoint, payment flow, result.
# API key auth (current default) 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" # x402 payment auth (when enabled) # 1) Call endpoint → receive 402 with payment requirements # 2) Sign EIP-3009 authorization with your Base wallet # 3) Retry with X-PAYMENT header curl -X POST https://meridianapi.nodeapi.ai/v1/reproject \ -H "X-PAYMENT: <base64-eip3009-payload>" \ -F "file=@input.geojson" \ -F "target_crs=EPSG:3857"
Current surface area: 43 production endpoints spanning vector, topology, DEM, raster math, export, and elevation.
X-Mcp-Key header. x402 payment also available when enabled.Simple enough to remember.
Example: a 500KB GeoJSON reproject calculates to $0.005 and rounds up to the $0.01 minimum.
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, payment flow, and endpoint surface — no manual setup.
clawhub install meridian
Meridian is built for agent-native workflows first. This manual interface uses the same production API for ad hoc runs, testing, validation, and human-operated jobs.
This panel can only call wallets already attached to this browser session. Click a wallet icon below to select and connect it.
Select an operation and enter inputs to request a quote.