fieldpulse
ActiveTool of com.theaslangroupllc.pulse/pulsenetwork
FieldPulse: Global precision agriculture intelligence API. Synthesizes satellite NDVI data, Open-Meteo soil/weather data, USDA WASDE, FAO, and EPPO into structured, actionable intelligence for growers, agronomist Coverage: Global Endpoints: • yield-forecast ($0.15): Yield and production forecast for any crop and region • weather-risk ($0.08): 7-day crop-specific weather risk assessment • soil-intel ($0.08): Observed soil wetness and computed evapotranspiration intelligence • pest-disease ($0.10): Pest and disease risk assessment with outbreak alerts • irrigation ($0.08): ET0-based irrigation recommendation and water budget • commodity-outlook ($0.10): Agricultural commodity market outlook and price intelligence • input-cost ($0.08): Fertilizer, seed, and crop protection cost intelligence • planting-window ($0.05): Optimal planting window from air temperature, soil wetness and frost dates • season-brief ($0.20): Comprehensive seasonal agricultural intelligence brief • crop-health ($0.10): Crop health assessment from satellite + soil data
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"action"
],
"properties": {
"lat": {
"type": "string",
"description": "Latitude (alternative to region name). Required unless region is given."
},
"lon": {
"type": "string",
"description": "Longitude (alternative to region name). Required unless region is given."
},
"crop": {
"type": "string",
"description": "Crop: wheat, corn, rice, soybeans, cotton, coffee, cocoa, palm-oil, canola, barley, sorghum"
},
"lang": {
"type": "string",
"description": "Response language ISO 639-1"
},
"action": {
"enum": [
"yield-forecast",
"weather-risk",
"soil-intel",
"pest-disease",
"irrigation",
"commodity-outlook",
"input-cost",
"planting-window",
"season-brief",
"crop-health"
],
"type": "string",
"description": "Which endpoint to call. Options: yield-forecast | weather-risk | soil-intel | pest-disease | irrigation | commodity-outlook | input-cost | planting-window | season-brief | crop-health"
},
"region": {
"type": "string",
"description": "Named region: 'Black Sea', 'US Midwest', 'Brazil Mato Grosso', 'India Punjab', 'EU', 'Australia', 'Global'. Required unless lat+lon are both given."
},
"hectares": {
"type": "string",
"description": "Farm size in hectares (optional — enables total cost estimate)"
},
"soil_type": {
"type": "string",
"description": "Soil type: sandy, loam, clay, silt-loam, sandy-loam, clay-loam"
}
},
"additionalProperties": false
}Parent server
com.theaslangroupllc.pulse/pulsenetwork
https://github.com/GTCC777/mcp-pulsenetwork
2/7 registries