feat: add Meridian — machine-native GIS processing MCP server with x402 payments#3471
Open
eianray wants to merge 2 commits intomodelcontextprotocol:mainfrom
Open
feat: add Meridian — machine-native GIS processing MCP server with x402 payments#3471eianray wants to merge 2 commits intomodelcontextprotocol:mainfrom
eianray wants to merge 2 commits intomodelcontextprotocol:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Meridian
Repository: https://github.com/eianray/meridian-mcp
Website / API: https://meridian.nodeapi.ai
Docs: https://v2.nodeapi.ai/docs
What it does
Meridian is a machine-native GIS and raster processing API built for AI agents. The MCP server exposes 28 production endpoints as native tools — vector operations, DEM/raster processing, vector tile generation, batch processing, and more.
Why it belongs here
Tools (28 total)
meridian_health,meridian_schema,meridian_validate,meridian_repair,meridian_reproject,meridian_buffer,meridian_clip,meridian_dissolve,meridian_convert,meridian_erase,meridian_feature_to_point,meridian_feature_to_line,meridian_feature_to_polygon,meridian_multipart_to_singlepart,meridian_add_field,meridian_union,meridian_intersect,meridian_difference,meridian_append,meridian_merge,meridian_spatial_join,meridian_vectorize,meridian_hillshade,meridian_slope,meridian_aspect,meridian_roughnessClaude Desktop config
{ "mcpServers": { "meridian": { "command": "/usr/local/bin/meridian-mcp", "env": { "MCP_API_KEY": "your-key-here", "MERIDIAN_BASE_URL": "https://meridian.nodeapi.ai" } } } }