deepmap-mcp-server MCP Server
DeepMapAI/deepmap-mcp-server
MCP server for DeepMap AI geophysical intelligence API. 25 tools for risk scoring, earthquake/volcano/tsunami prediction, weather, insurance, and climate.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
DeepMapAI/deepmap-mcp-server is a Python MCP server licensed under MIT. MCP server for DeepMap AI geophysical intelligence API. 25 tools for risk scoring, earthquake/volcano/tsunami prediction, weather, insurance, and climate.
Ranked #26 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# DeepMap AI MCP Server
25 geophysical intelligence tools as a [Model Context Protocol](https://modelcontextprotocol.io/) 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
```bash
pip install deepmap-mcp
```
## Configure for Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"deepmap": {
"command": "deepmap-mcp",
"env": {
"DEEPMAP_API_URL": "https://www.deepmapai.com",
"DEEPMAP_API_KEY": "dm_live_..."
}
}
}
}
```
Or run directly:
```bash
deepmap-mcp
```
Get a free API key: `POST https://www.deepmapai.com/api/v1/auth/register` with `{"email": "[email protected]", "name": "Your Name"}`
## Available Tools (25)
### Core Risk Scoring Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.