Tool ReferenceSevere Weather
severe_weather_contours_radius
Storm Data - Area Radius
Severe weather contours within a radius as GeoJSON. Use geolocator first for coordinates.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
peril | string | Yes | - |
date | string | Yes | - |
center_lat | number | Yes | - |
center_lon | number | Yes | - |
radius_km | number | No | 100 |
simplify_tolerance | number | No | 0.005 |
max_features | integer | No | 300 |
time | string | No | "cst" |
context_optimization | string | No | "auto" |
target_size_kb | integer | No | 60 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_contours_radius",
"arguments": {
"peril": "value",
"date": "value",
"center_lat": 0,
"center_lon": 0,
"radius_km": 100,
"simplify_tolerance": 0.005,
"max_features": 300,
"time": "cst",
"context_optimization": "auto",
"target_size_kb": 60,
"content_mode": "text"
}
}
}{
"name": "severe_weather_contours_radius",
"arguments": {
"peril": "value",
"date": "value",
"center_lat": 0,
"center_lon": 0,
"radius_km": 100,
"simplify_tolerance": 0.005,
"max_features": 300,
"time": "cst",
"context_optimization": "auto",
"target_size_kb": 60,
"content_mode": "text"
}
}