eagleisbatman/nextgen-mcp-server
If you are the rightful owner of nextgen-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The NextGen Agro Advisory MCP Server provides personalized fertilizer recommendations for Ethiopian farmers, specifically for wheat and maize crops, by integrating with the NextGen Agro Advisory API.
NextGen Agro Advisory MCP Server
MCP Server providing Site-Specific Fertilizer Recommendations (SSFR) for Ethiopian farmers via the NextGen Agro Advisory Service.
Overview
This MCP server provides personalized fertilizer recommendations for wheat and maize crops in Ethiopia. It integrates with the NextGen Agro Advisory API to fetch location-specific data.
API Documentation
- Swagger Docs: https://webapi.nextgenagroadvisory.com/apidocs/
Supported Region
- Ethiopia only (coordinates are validated against Ethiopian bounds)
Supported Crops
- Wheat
- Maize
Tools
get_fertilizer_recommendation
Get Site-Specific Fertilizer Recommendation for a crop.
Parameters:
crop(required):wheatormaizelatitude(optional): Latitude coordinatelongitude(optional): Longitude coordinate
Returns:
- Organic fertilizers (Compost, Vermicompost) in tons/ha
- Inorganic fertilizers (Urea, NPS) in kg/ha
- Expected yield in kg/ha
Environment Variables
| Variable | Description | Default |
|---|---|---|
PORT | Server port | 3001 |
NEXTGEN_API_BASE_URL | NextGen API URL | https://webapi.nextgenagroadvisory.com |
ALLOWED_ORIGINS | CORS allowed origins | * |
Local Development
npm install
npm run dev
Deployment
Railway deployment is configured in railway.json.
Health Check
curl http://localhost:3001/health