From ebc1352c7b671969f5bab22926818f5dc3987454 Mon Sep 17 00:00:00 2001
From: Kazushi Motomura <72974060+kazushi-fa@users.noreply.github.com>
Date: Wed, 15 Jul 2026 20:50:59 +0900
Subject: [PATCH 1/3] Add Off-Nadir Delta (live world-event intelligence,
remote MCP)
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a1980e06d..cc977e5fe 100644
--- a/README.md
+++ b/README.md
@@ -2305,6 +2305,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra
- [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) [](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge) 🐍 🏠 🪟 - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools.
- [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - Google Maps integration for location services, routing, and place details
- [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [](https://glama.ai/mcp/servers/cablate/mcp-google-map) 📇 ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode.
+- [Off-Nadir Delta](https://offnadir-delta.com/mcp) 🎖️ 📇 ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents — query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered.
- [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup.
- [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.
- [rossshannon/Weekly-Weather-mcp](https://github.com/rossshannon/weekly-weather-mcp.git) 🐍 ☁️ - Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world.
@@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work
-
\ No newline at end of file
+
From 00028b267283cb4bf41e7e9bd50abea1cb9430ba Mon Sep 17 00:00:00 2001
From: Kazushi Motomura <72974060+kazushi-fa@users.noreply.github.com>
Date: Wed, 15 Jul 2026 21:58:46 +0900
Subject: [PATCH 2/3] Fix Off-Nadir Delta link and add badge
Updated Off-Nadir Delta link to point to the GitHub repository and added a badge.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cc977e5fe..3c62146e8 100644
--- a/README.md
+++ b/README.md
@@ -2305,7 +2305,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra
- [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) [](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge) 🐍 🏠 🪟 - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools.
- [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - Google Maps integration for location services, routing, and place details
- [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [](https://glama.ai/mcp/servers/cablate/mcp-google-map) 📇 ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode.
-- [Off-Nadir Delta](https://offnadir-delta.com/mcp) 🎖️ 📇 ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents — query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered.
+- [Off-Nadir Delta](https://github.com/Off-Nadir-Lab/offnadir-delta-mcp) [](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp) 🎖️ 📇 ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents — query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered.
- [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup.
- [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.
- [rossshannon/Weekly-Weather-mcp](https://github.com/rossshannon/weekly-weather-mcp.git) 🐍 ☁️ - Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world.
From 6e509304d505df47ced4540a37f2710426aef64e Mon Sep 17 00:00:00 2001
From: Kazushi Motomura <72974060+kazushi-fa@users.noreply.github.com>
Date: Wed, 15 Jul 2026 22:10:45 +0900
Subject: [PATCH 3/3] Fix duplicate entry for Off-Nadir Delta MCP server
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3c62146e8..0eace7c5f 100644
--- a/README.md
+++ b/README.md
@@ -2305,7 +2305,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra
- [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) [](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge) 🐍 🏠 🪟 - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools.
- [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - Google Maps integration for location services, routing, and place details
- [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [](https://glama.ai/mcp/servers/cablate/mcp-google-map) 📇 ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode.
-- [Off-Nadir Delta](https://github.com/Off-Nadir-Lab/offnadir-delta-mcp) [](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp) 🎖️ 📇 ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents — query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered.
+- [Off-Nadir-Lab/offnadir-delta-mcp](https://github.com/Off-Nadir-Lab/offnadir-delta-mcp) [](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp) 🎖️ 📇 ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents — query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered.
- [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup.
- [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.
- [rossshannon/Weekly-Weather-mcp](https://github.com/rossshannon/weekly-weather-mcp.git) 🐍 ☁️ - Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world.