Serverscom.deepmapai/geophysical-intelligence
I

DeepMap AI

com.deepmapai/geophysical-intelligence · v2.0.0
▦ pypi
v2.0.0pypi pypi: deepmap-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.deepmapai/geophysical-intelligence",
  "description": "Multi-hazard geophysical risk scoring, prediction, weather, insurance, and climate tools",
  "title": "DeepMap AI",
  "repository": {
    "url": "https://github.com/MichaelLJessop/SensorAnalytics",
    "source": "github"
  },
  "version": "2.0.0",
  "websiteUrl": "https://www.deepmapai.com/developer",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "deepmap-mcp",
      "version": "2.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "DeepMap AI API key. Get a free key at https://www.deepmapai.com/api/v1/auth/register",
          "format": "string",
          "isSecret": true,
          "name": "DEEPMAP_API_KEY"
        },
        {
          "description": "API base URL (default: https://www.deepmapai.com)",
          "format": "string",
          "name": "DEEPMAP_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}