climatepulse
ActiveTool of com.theaslangroupllc.pulse/pulsenetwork
ClimatePulse: Global climate and weather intelligence API. Open-Meteo real-time weather + AI synthesis. Severe weather, air quality, wildfire smoke, growing-season intel — plus event-weather planning: rain/heat odds computed from 10 years of ERA5 archive data, candidate-date ranking, and premium event briefs with decision timelines. Coverage: Global Endpoints: • now ($0.05): Current conditions • forecast ($0.08): Multi-day forecast • activity ($0.10): Activity weather assessment • severe ($0.08): Severe weather and preparedness • compare ($0.10): Location climate comparison • air ($0.05): Real-time air quality + health risk assessment • smoke ($0.05): Wildfire smoke tracking and respiratory risk assessment • grow ($0.08): Growing-season intelligence and frost date analysis • event ($0.08): Event weather suitability and planning assessment • date-pick ($0.25): Rank candidate event dates by real historical weather odds • event-brief ($0.50): Premium event-weather brief: computed historical odds + live forecast + decision timeline
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"action"
],
"properties": {
"crop": {
"type": "string",
"description": "Specific crop or plant to tailor advice for (e.g. tomatoes, kale)"
},
"date": {
"type": "string",
"description": "Target event date (YYYY-MM-DD)"
},
"days": {
"type": "string",
"description": "Number of days ahead to forecast (1–7, default 7)"
},
"lang": {
"type": "string",
"description": "Response language code (e.g. es, fr, de); defaults to English"
},
"dates": {
"type": "string",
"description": "2-6 comma-separated candidate dates (YYYY-MM-DD)"
},
"units": {
"type": "string",
"description": "imperial (°F, mph, inches) or metric (°C, km/h, mm); defaults to imperial"
},
"action": {
"enum": [
"now",
"forecast",
"activity",
"severe",
"compare",
"air",
"smoke",
"grow",
"event",
"date-pick",
"event-brief"
],
"type": "string",
"description": "Which endpoint to call. Options: now | forecast | activity | severe | compare | air | smoke | grow | event | date-pick | event-brief"
},
"purpose": {
"type": "string",
"description": "Comparison purpose (e.g. vacation, relocation, sports)"
},
"activity": {
"type": "string",
"description": "Activity to assess conditions for"
},
"location": {
"type": "string",
"description": "City, address, or lat,lon for current conditions (e.g. Denver, CO)"
},
"locations": {
"type": "string",
"description": "Comma-separated list of 2–4 locations (e.g. Miami,Seattle,Denver)"
},
"event_type": {
"type": "string",
"description": "Event type — tailors the guidance (e.g. wedding, marathon, outdoor-festival, camping)"
}
},
"additionalProperties": false
}Parent server
com.theaslangroupllc.pulse/pulsenetwork
https://github.com/GTCC777/mcp-pulsenetwork
2/7 registries