← deepmapai.com

INDIVIDUAL MCP TOOL

water_availability

Replenishable-water availability at a point.

deepmapai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://deepmapai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for water_availability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

deepmapai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.deepmap-earth-grounding-agent]
url = "https://deepmapai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deepmap-earth-grounding-agent": {
      "type": "http",
      "url": "https://deepmapai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deepmap-earth-grounding-agent
Remote MCP URL: https://deepmapai.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "deepmap-earth-grounding-agent": {
      "url": "https://deepmapai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deepmap-earth-grounding-agent": {
      "type": "http",
      "url": "https://deepmapai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "deepmap-earth-grounding-agent",
  "transport": "streamable-http",
  "url": "https://deepmapai.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • seismic_hazard — Seismic hazard via the public, outcome-excluded prediction ledger (no platform-wide accuracy figure).
  • ground_stability — Subsidence / void / karst / fault risk from verified observations.
  • resource_indication — Geothermal / mineral / gas / water indication (gated, honest null).
  • space_weather_grid_risk — GIC / space-weather exposure for infrastructure at a point.
  • verify — Verify a claim / the ledger hash chain against the Bitcoin-anchored record.
  • ground_truth — The bundled five-question answer (water / stability / hazard / resource / provability) + one provenance record.
  • capabilities — What DeepMap can answer now + coverage counts (public aggregate; tracks the library, leaks no proprietary data).