Plug DeepMap AI into Claude, ChatGPT, LangChain, CrewAI, or any MCP client. All schemas served free. Pay only for queries.
"mcpServers": { "deepmap-ai": { "url": "https://www.deepmapai.com/mcp", "headers": { "X-API-Key": "dm_live_..." } } }
GET /api/v1/agents/openai-schema // Returns function definitions // for all 30 tools in OpenAI // function-calling format
from deepmap_toolkit import DeepMapToolkit toolkit = DeepMapToolkit( api_key="dm_live_..." ) tools = toolkit.get_tools()
from deepmap_toolkit import DeepMapCrewAITools dm = DeepMapCrewAITools( api_key="dm_live_..." ) crew_tools = dm.get_tools()
Endpoint: /api/v1/agents/mcp-manifest Auth: X-API-Key header Format: Standard MCP tool manifest Works with Cursor, Windsurf, Replit, and any MCP client
curl -X POST \ https://www.deepmapai.com/api/v1/agents/execute \ -H "X-API-Key: dm_live_..." \ -H "Content-Type: application/json" \ -d '{ "tool": "georisk_score", "arguments": { "lat": 28.06, "lon": -82.42 } }'
{
"tool": "georisk_score",
"result": {
"risk_score": 72,
"risk_level": "HIGH",
"dominant_hazard": "sinkhole",
"components": {
"sinkhole": 85,
"flood": 62,
"wildfire": 41
}
},
"cost_cents": 999,
"latency_ms": 340
}Ask a natural language question, get the right tools recommended automatically with estimated costs.
Full-text tool search with synonym expansion. Find capabilities by describing what you need.
Stateful multi-step analysis. Results from previous tool calls carry forward as context. 1-hour TTL.
Pre-built multi-tool workflows execute in one API call. Results flow between steps automatically.
Register for real-time alerts. Get notified when risk levels change, earthquakes occur, or weather turns severe.
Monitor your agent's API usage, costs, quota, and rate limits in real time. Budget alerts at 80% and 95%.
| Category | Tool | Price |
|---|---|---|
| Core Risk | GeoRisk Composite Score | $9.99 |
| Core Risk | Earthquake / Volcano / Tsunami Predict | $4.99 |
| Core Risk | Sinkhole / Landslide / Wildfire | $4.99 |
| Weather | Current Context | $0.99 |
| Weather | Flood Forecast / Historical | $1.99 |
| Insurance | Property Score / Muni Bond | $4.99 |
| Insurance | Portfolio Batch / Cat Bond / Underwriter | $9.99 |
| Insurance | NHD Report | $5.00 |
| Climate | Migration / Destinations / Mortgage Risk | $4.99 |
| Parametric | Trigger Check (Chainlink-compatible) | $2.99 |
| Reports | Location Report (comprehensive) | $49.99 |
| Forensics | Event Replay | $9.99 - $49.99 |
| Monitoring | PEWS / Regions / Connectors | FREE |
| Discovery | All schemas (OpenAI, Claude, LangChain, CrewAI, MCP) | FREE |
30 tools. 71+ data sources. One API key. Every framework.