Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gods-eye-geospatial-mcp": {
"args": [
"-m",
"meok_gods_eye_geospatial_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
gods-eye-geospatial-mcp MCP server by MEOK AI Labs
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'meok-setup' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-setup against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
A Model Context Protocol (MCP) server providing TomTom's location services, search, routing, and traffic data to AI agents.
Real-time BART departures, trip planning, fares, stations, and advisories.
MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
Fair meeting point discovery for AI agents with isochrone-based travel time fairness
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/gods-eye-geospatial-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Gods Eye Geospatial MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
list_data_sources | List the open-licence geospatial data sources wrapped by Gods Eye. |
situational_query | Plan a geospatial situational-awareness query. Pass natural-language 'query' plu |
check_data_provenance | Given a geospatial stack description, flag proprietary / closed-licence dependen |
care_membrane_policy | Return the Care Membrane policy governing what Gods Eye will and will not do. |
sign_data_provenance_attestation | Generate a cryptographically signed data-provenance attestation for your geospat |
pip install meok-gods-eye-geospatial-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"gods-eye-geospatial-mcp": {
"command": "python",
"args": ["-m", "meok_gods_eye_geospatial_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
If this tool helps your compliance workflow, please star this repo — it helps other teams find it.
Pair this with the MEOK chain that turns one agent action into ONE signed compliance event:
See meok.ai/mcp-stack for the architecture and meok.ai/mcp-stack/demo for the live in-browser demo.
MIT © MEOK AI Labs
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai