🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

deepmap-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepmap-mcp

DeepMap AI MCP Server - 25 geophysical intelligence tools for Claude Desktop and MCP-compatible AI agents. Multi-hazard risk scoring, earthquake/volcano/tsunami/sinkhole prediction, weather, insurance, climate migration, parametric triggers.

pipPyPI
Version
2.1.0
Weekly downloads
86
Maintainers
1

DeepMap AI MCP Server

25 geophysical intelligence tools as a Model Context Protocol server. Gives Claude Desktop (and any MCP-compatible AI agent) access to multi-hazard risk scoring, earthquake/volcano/tsunami/sinkhole prediction, weather intelligence, insurance underwriting, climate migration, and parametric triggers.

Powered by 1,380+ API endpoints, 153+ ML models, and 70+ live data sources.

Install

pip install deepmap-mcp

Configure for Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "deepmap": {
      "command": "deepmap-mcp",
      "env": {
        "DEEPMAP_API_URL": "https://www.deepmapai.com",
        "DEEPMAP_API_KEY": "dm_live_..."
      }
    }
  }
}

Or run directly:

deepmap-mcp

Get a free API key: POST https://www.deepmapai.com/api/v1/auth/register with {"email": "you@example.com", "name": "Your Name"}

Available Tools (25)

Core Risk Scoring (7 tools)

ToolDescription
georisk_scoreComposite multi-hazard risk score (0-100) combining 8 hazard models
earthquake_riskML earthquake prediction: risk score, M4+ probability, fault distance
volcano_riskEruption risk with alert level (NORMAL/ADVISORY/WATCH/WARNING)
tsunami_riskCoastal exposure risk, source zones, travel time, evacuation advice
sinkhole_riskGhost Network sinkhole detection: 7 physics + 5 weather triggers, 93.8% accuracy
landslide_riskLiDAR slope analysis, soil moisture, precipitation, geology
wildfire_riskVegetation, drought, wind, fire history, WUI proximity

Weather & Environmental (3 tools)

ToolDescription
weather_contextCurrent weather + severe risk from 5 sources (Open-Meteo, NWS, SWDI, GloFAS)
flood_forecastRiver stage forecasts from NOAA NWPS, GloFAS, FEMA flood zones
weather_historicalERA5 reanalysis (1940-present): temperature, precipitation, wind trends

Insurance & Financial (5 tools)

ToolDescription
insurance_property_scoreP&C property risk with NAIC peril codes, vulnerability curves
insurance_portfolio_batchScore up to 100 properties with PML and concentration analysis
cat_bond_pricingExpected loss, attachment/exhaustion probability, risk-adjusted spread
muni_bond_riskMunicipal bond hazard assessment with fiscal resilience rating
natural_hazard_disclosureReal estate NHD report (required in many US states)

Climate & Long-Term Risk (3 tools)

ToolDescription
climate_migration_scoreClimate migration risk (0-100) with IPCC trajectory projections
climate_migration_destinationsRank best US relocation cities by climate resilience
mortgage_climate_riskClimate-adjusted mortgage risk, stranded asset probability

Parametric & Smart Contract (1 tool)

ToolDescription
parametric_trigger_checkCheck parametric insurance triggers (earthquake/flood/wind/volcano). Chainlink oracle compatible.

Reports & Intelligence (2 tools)

ToolDescription
location_reportComprehensive location risk report for due diligence
seismic_site_classNEHRP site class (A-F) from Vs30, liquefaction, amplification

Monitoring & Status (3 tools)

ToolDescription
pews_statusPlanetary Early Warning System: active alerts, validated events, feed health
earthquake_regionsEarthquake monitoring regions with seismicity rates and alert status
data_connectorsAll 25 data connectors with status, frequency, and endpoints

Cross-Correlation Products (5 tools)

ToolDescription
water_stress_scoreWater stress (0-100): groundwater, streamflow, drought, infrastructure
compound_risk_scoreSimultaneous multi-hazard probability with 28 pairwise correlations
bridge_failure_riskBridge failure prediction: 8 physics drivers (scour, seismic, freeze-thaw)
climate_velocityClimate zone migration rate in km/decade with analog city matching
water_energy_nexusGrid reliability from water-energy cross-correlation

Environment Variables

VariableDefaultDescription
DEEPMAP_API_URLhttps://www.deepmapai.comAPI base URL
DEEPMAP_API_KEY(empty)API key for authenticated access

Pricing

Many tools work without an API key (free tier). Pro/enterprise tiers unlock portfolio scoring, historical weather, and higher rate limits. See pricing.

License

MIT

Keywords

ai-agent

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts