{
  "markdown": "<!-- mcp-name: com.deepmapai/earth-grounding -->\n# DeepMap AI -- Earth Grounding MCP\n\n**Verifiable physical-world ground truth for AI agents.** Ask about subsurface water,\nseismic and space-weather hazard, ground stability, and resource indications for any point\non Earth -- and every answer carries a **Bitcoin-anchored, verifiable provenance record**,\nso a physical-world claim can be *trusted* instead of hallucinated.\n\nThis package is a tiny stdio [Model Context Protocol](https://modelcontextprotocol.io)\nserver. It ships stdlib-only and proxies your calls to DeepMap's hosted engine at\n`https://deepmapai.com/mcp` -- it contains **no platform code and no proprietary data**;\nthe answers (and their provenance) come from the hosted service.\n\n## Install\n\n```bash\nuvx deepmap-earth-grounding-mcp        # run it (no install step needed)\n# or\npip install deepmap-earth-grounding-mcp\n```\n\nSet your key (a free demo key works out of the box):\n\n```bash\nexport DEEPMAP_API_KEY=demo-free       # or your DeepMap key\n```\n\nAdd to any MCP client as a stdio server running `deepmap-earth-grounding-mcp`. For\nClaude Code:\n\n```bash\nclaude mcp add deepmap-earth-grounding -e DEEPMAP_API_KEY=demo-free -- uvx deepmap-earth-grounding-mcp\n```\n\nOr connect the hosted server directly over HTTP (no install):\n\n```bash\nclaude mcp add --transport http deepmap-earth-grounding https://deepmapai.com/mcp --header \"apiKey: demo-free\"\n```\n\n## Tools\n\n| tool | what it answers |\n|---|---|\n| `water_availability` | replenishable-water availability at a point (free = public groundwater trend; paid adds a derived, non-locating atlas indication) |\n| `seismic_hazard` | seismic hazard via the public, outcome-excluded prediction ledger |\n| `ground_stability` | subsidence / void / karst / fault risk from verified observations |\n| `resource_indication` | geothermal / mineral / gas / water indication (gated, low-confidence) |\n| `space_weather_grid_risk` | live geomagnetic (Kp) activity as GIC / grid exposure |\n| `verify` | verify a claim hash / the ledger hash chain against the Bitcoin anchor |\n| `ground_truth` | the bundled five-question answer + one provenance record |\n| `capabilities` | what DeepMap can answer now + public coverage counts |\n| `check_hypothesis` | has this Earth-science hypothesis already been tested? Queries the Null Museum + the Bitcoin-anchored registry, and returns the verdict **with the positive control that proves the test was sensitive** |\n| `list_nulls` | DeepMap's documented nulls, bounds and retractions, optionally by domain -- we carry our own retractions, and that is the point |\n| `run_controlled_test` | **Lab-as-an-API**: fetches real data, runs a bounded controlled test with a local-background null *and* a positive control, and returns `UNTESTABLE` rather than a fabricated null |\n\n## Why it's different\n\n- **Grounded** on a proprietary geophysical sensor network + replenishable-water atlas +\n  live feeds -- data that is not on the open web.\n- **Verifiable** -- every answer references a Bitcoin-anchored, pre-registered prediction\n  ledger. Call `verify` on any claim hash.\n- **Honest** -- returns `null` rather than a fabricated value; no platform-wide accuracy\n  headlines; proprietary coordinates, names, and rows are never returned (answers are derived).\n\nVerify the public ledger: <https://deepmapai.com/track-record> · Contact: info@deepmapai.com",
  "bytes": 3378,
  "sha": "140a451ef32f69aa11e530fb62f2a67f62c74f16c37998cdf3bc1489017dabbd",
  "repo_slug": "",
  "fonte": "pypi",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_deepmapai_earth_grounding_36e99343/readme"
}