AgentHubAgentHub

DeepMap AI

MCP ServerMCP Registry官方收录

com.deepmapai/geophysical-intelligence · v2.0.0

Multi-hazard geophysical risk scoring, prediction, weather, insurance, and climate tools

概览

DeepMap AI 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "geophysical-intelligence": {
      "command": "uvx",
      "args": [
        "deepmap-mcp"
      ]
    }
  }
}

环境变量

DEEPMAP_API_KEY可选secret

DeepMap AI API key. Get a free key at https://www.deepmapai.com/api/v1/auth/register

DEEPMAP_API_URL可选

API base URL (default: https://www.deepmapai.com)

相关资源

统一 Manifest

{
  "id": "com.deepmapai/geophysical-intelligence",
  "type": "mcp-server",
  "version": "2.0.0",
  "displayName": "DeepMap AI",
  "description": "Multi-hazard geophysical risk scoring, prediction, weather, insurance, and climate tools",
  "repository": {
    "url": "https://github.com/MichaelLJessop/SensorAnalytics",
    "source": "github"
  },
  "homepage": "https://www.deepmapai.com/developer",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "deepmap-mcp",
        "version": "2.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DEEPMAP_API_KEY",
            "description": "DeepMap AI API key. Get a free key at https://www.deepmapai.com/api/v1/auth/register",
            "isSecret": true
          },
          {
            "name": "DEEPMAP_API_URL",
            "description": "API base URL (default: https://www.deepmapai.com)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.deepmapai/geophysical-intelligence",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.deepmapai%2Fgeophysical-intelligence/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
DeepMap AI — MCP Server 安装与配置 · AgentHub