{
  "schema": "https://wellknownmcp.org/schema/mcp-manifest/v1",
  "name": "deepmap-earth-grounding",
  "displayName": "DeepMap AI -- Earth Grounding",
  "description": "Verifiable physical-world ground truth for AI agents (water, hazard, ground stability, resource, space weather) with Bitcoin-anchored provenance.",
  "provider": {
    "name": "DeepMap AI",
    "url": "https://deepmapai.com"
  },
  "servers": [
    {
      "type": "streamable-http",
      "url": "https://deepmapai.com/mcp"
    }
  ],
  "auth": {
    "type": "api_key",
    "header": "apiKey",
    "tiers": [
      "free-demo",
      "pro",
      "enterprise"
    ],
    "billing": "stripe-metered"
  },
  "tools": [
    {
      "name": "water_availability",
      "description": "Replenishable-water availability at a point. Free tier = public GRACE groundwater trend; authenticated tier adds a derived (non-locating) replenishable-atlas indication."
    },
    {
      "name": "seismic_hazard",
      "description": "Seismic hazard via the public, outcome-excluded prediction ledger (no platform-wide accuracy figure)."
    },
    {
      "name": "ground_stability",
      "description": "Subsidence / void / karst / fault risk from verified observations."
    },
    {
      "name": "resource_indication",
      "description": "Geothermal / mineral / gas / water indication (gated, honest null)."
    },
    {
      "name": "space_weather_grid_risk",
      "description": "GIC / space-weather exposure for infrastructure at a point."
    },
    {
      "name": "verify",
      "description": "Verify a claim / the ledger hash chain against the Bitcoin-anchored record."
    },
    {
      "name": "ground_truth",
      "description": "The bundled five-question answer (water / stability / hazard / resource / provability) + one provenance record."
    },
    {
      "name": "capabilities",
      "description": "What DeepMap can answer now + coverage counts (public aggregate; tracks the library, leaks no proprietary data)."
    },
    {
      "name": "check_hypothesis",
      "description": "Has this Earth-science hypothesis been tested? Query the Null Museum + the Bitcoin-anchored hypothesis registry. A direct match returns the verdict + the positive control that proves the test was sensitive + the honest bound + the anchor -- so an agent never re-runs a dead idea."
    },
    {
      "name": "list_nulls",
      "description": "List DeepMap's documented nulls / bounds / retractions (the Null Museum), optionally by domain -- each with the positive control that makes it trustworthy. We carry our own retractions; that is the credibility."
    },
    {
      "name": "run_controlled_test",
      "description": "The Lab-as-an-API: run a REAL, bounded controlled test at a location and get an honest verdict. DeepMap fetches real data, runs a lock-in detection with a local-background null AND a positive control (a known reference line must be recovered, else UNTESTABLE) -- so an agent gets a grounded result it cannot fake. Free tier runs a synthetic demo; the live lab is the authenticated tier. v1 recipe: periodic-signal detection on the geomagnetic field."
    }
  ],
  "coverage": {
    "ground_truth": {
      "sources": [],
      "feature_types": [],
      "by_type": [],
      "total_current": 0,
      "total_rows": 0
    }
  },
  "verifiability": {
    "ledger": "https://deepmapai.com/track-record",
    "anchor": "OpenTimestamps -> Bitcoin",
    "verify_tool": "verify",
    "policy": "Every answer is derived; site coordinates, names, and row-level proprietary data are never returned."
  }
}