From 1d2b04c10117f47acd4091eb6393e2b7297f8d0d Mon Sep 17 00:00:00 2001 From: Malkobot Date: Wed, 4 Mar 2026 16:48:21 -0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20add=20Node=20API=20=E2=80=94=20mach?= =?UTF-8?q?ine-native=20GIS=20processing=20MCP=20server=20with=20x402=20pa?= =?UTF-8?q?yments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..b677383fc3 100644 --- a/README.md +++ b/README.md @@ -1135,6 +1135,7 @@ search, and comprehensive file analysis. - **[NetSuite](https://github.com/dsvantien/netsuite-mcp-server)** - MCP server for NetSuite ERP integration with OAuth 2.0 authentication, enabling natural language access to NetSuite data through SuiteQL queries, reports, saved searches, and REST API operations. - **[Nikto MCP](https://github.com/weldpua2008/nikto-mcp)** (by weldpua2008) - A secure MCP server that enables AI agents to interact with Nikto web server scanner](- use with npx or docker). - **[NocoDB](https://github.com/edwinbernadus/nocodb-mcp-server)** - Read and write access to NocoDB database. +- **[Node API](https://github.com/eianray/node-api)** - Machine-native spatial data processing API for AI agents. Convert, reproject, validate, clip, and transform vector GIS files (GeoJSON, Shapefile, GDB, KML, DXF) via REST endpoints. Pays autonomously via x402/USDC on Base — no accounts, no API keys. Remote MCP endpoint at https://nodeapi.ai/mcp/sse. - **[Node Code Sandbox](https://github.com/alfonsograziano/node-code-sandbox-mcp)** – A Node.js MCP server that spins up isolated Docker - based sandboxes for executing JavaScript snippets with on-the-fly npm dependency installation - **[nomad-mcp](https://github.com/kocierik/mcp-nomad)** - A server that provides a set of tools for managing Nomad clusters through the MCP. - **[Notion](https://github.com/suekou/mcp-notion-server)** (by suekou) - Interact with Notion API. From ec6121c07f8ff59abc28d1dcd339995fe1f6734a Mon Sep 17 00:00:00 2001 From: Eian Ray Date: Mon, 16 Mar 2026 21:18:30 -0700 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20replace=20Node=20API=20with=20Merid?= =?UTF-8?q?ian=20=E2=80=94=20Rust=20MCP=20server,=2028=20GIS=20tools,=20x4?= =?UTF-8?q?02/Base=20USDC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b677383fc3..8864215128 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ Official integrations are maintained by companies building production ready MCP - Mailjet Logo **[Mailjet](https://github.com/mailgun/mailjet-mcp-server)** - Official MCP server which allows AI agents to interact with contact, campaign, segmentation, statistics, workflow (and more) APIs from [Sinch Mailjet](https://www.mailjet.com). - Make Logo **[Make](https://github.com/integromat/make-mcp-server)** - Turn your [Make](https://www.make.com/) scenarios into callable tools for AI assistants. - Mapbox Logo **[Mapbox](https://github.com/mapbox/mcp-server)** - Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more. +- **[Meridian](https://github.com/eianray/meridian-mcp)** - Machine-native GIS and raster processing API for AI agents. 28 endpoints covering vector operations, topology, DEM/raster processing, and vector tile generation. Pays autonomously via x402/USDC on Base — no accounts, no API keys. Install the MCP server locally for Claude Desktop or use the direct REST API. Full endpoint reference at meridian.nodeapi.ai/docs. - MariaDB Logo **[MariaDB](https://github.com/mariadb/mcp)** - A standard interface for managing and querying MariaDB databases, supporting both standard SQL operations and advanced vector/embedding-based search. - mcp-discovery logo **[MCP Discovery](https://github.com/rust-mcp-stack/mcp-discovery)** - A lightweight CLI tool built in Rust for discovering MCP server capabilities. - WooCommerce Logo **[MCP for WooCommerce](https://github.com/iOSDevSK/mcp-for-woocommerce)** - Connect your WooCommerce store to AI assistants with read-only access to products, categories, reviews, and WordPress content. [WordPress plugin](https://wordpress.org/plugins/mcp-for-woocommerce/) @@ -1135,7 +1136,6 @@ search, and comprehensive file analysis. - **[NetSuite](https://github.com/dsvantien/netsuite-mcp-server)** - MCP server for NetSuite ERP integration with OAuth 2.0 authentication, enabling natural language access to NetSuite data through SuiteQL queries, reports, saved searches, and REST API operations. - **[Nikto MCP](https://github.com/weldpua2008/nikto-mcp)** (by weldpua2008) - A secure MCP server that enables AI agents to interact with Nikto web server scanner](- use with npx or docker). - **[NocoDB](https://github.com/edwinbernadus/nocodb-mcp-server)** - Read and write access to NocoDB database. -- **[Node API](https://github.com/eianray/node-api)** - Machine-native spatial data processing API for AI agents. Convert, reproject, validate, clip, and transform vector GIS files (GeoJSON, Shapefile, GDB, KML, DXF) via REST endpoints. Pays autonomously via x402/USDC on Base — no accounts, no API keys. Remote MCP endpoint at https://nodeapi.ai/mcp/sse. - **[Node Code Sandbox](https://github.com/alfonsograziano/node-code-sandbox-mcp)** – A Node.js MCP server that spins up isolated Docker - based sandboxes for executing JavaScript snippets with on-the-fly npm dependency installation - **[nomad-mcp](https://github.com/kocierik/mcp-nomad)** - A server that provides a set of tools for managing Nomad clusters through the MCP. - **[Notion](https://github.com/suekou/mcp-notion-server)** (by suekou) - Interact with Notion API.