Catalog
com.deepmapai/geophysical-intelligence
OfficialDeepMap AI
Multi-hazard geophysical risk scoring, prediction, weather, insurance, and climate tools
Score geophysical risks with multi-hazard prediction, weather, insurance, and climate data.
README not available yet.
Install
Configuration
Environment variables
DEEPMAP_API_KEYsecretDeepMap AI API key. Get a free key at https://www.deepmapai.com/api/v1/auth/register
DEEPMAP_API_URLAPI base URL (default: https://www.deepmapai.com)
claude_desktop_config.json
{
"mcpServers": {
"geophysical-intelligence": {
"command": "uvx",
"args": [
"deepmap-mcp"
],
"env": {
"DEEPMAP_API_KEY": "<YOUR_DEEPMAP_API_KEY>",
"DEEPMAP_API_URL": "<YOUR_DEEPMAP_API_URL>"
}
}
}
}