nextgen-mcp-server

eagleisbatman/nextgen-mcp-server

3.2

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.

Tools
1
Resources
0
Prompts
0

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

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): wheat or maize
  • latitude (optional): Latitude coordinate
  • longitude (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

VariableDescriptionDefault
PORTServer port3001
NEXTGEN_API_BASE_URLNextGen API URLhttps://webapi.nextgenagroadvisory.com
ALLOWED_ORIGINSCORS allowed origins*

Local Development

npm install
npm run dev

Deployment

Railway deployment is configured in railway.json.

Health Check

curl http://localhost:3001/health