edacap-mcp-server

eagleisbatman/edacap-mcp-server

3.2

If you are the rightful owner of edacap-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.

EDACaP Climate Advisory MCP Server provides climate forecasts and agricultural advisory for Ethiopian farmers via the Aclimate/EDACaP platform.

Tools
3
Resources
0
Prompts
0

EDACaP Climate Advisory MCP Server

MCP Server providing climate forecasts and agricultural advisory for Ethiopian farmers via the Aclimate/EDACaP platform.

Overview

This MCP server provides weather and climate information for Ethiopian farmers, including:

  • Weather station data
  • Seasonal climate forecasts (rainfall, temperature)
  • Crop yield predictions

API Documentation

Supported Region

  • Ethiopia (primary focus)

Tools

get_weather_stations

Get list of weather stations in Ethiopia.

Parameters: None

Returns: List of stations with IDs, names, and coordinates.

get_climate_forecast

Get seasonal climate forecast for a location.

Parameters:

  • latitude (optional): Latitude coordinate
  • longitude (optional): Longitude coordinate
  • station_id (optional): Weather station ID

Returns: Climate predictions (rainfall, temperature).

get_crop_forecast

Get crop yield forecast for a location.

Parameters:

  • latitude (optional): Latitude coordinate
  • longitude (optional): Longitude coordinate
  • station_id (optional): Weather station ID

Returns: Yield predictions by crop and soil type.

Environment Variables

VariableDescriptionDefault
PORTServer port3002
EDACAP_API_BASE_URLAclimate API URLhttps://webapi.aclimate.org
ALLOWED_ORIGINSCORS allowed origins*

Local Development

npm install
npm run dev

Deployment

Railway deployment is configured in railway.json.

Health Check

curl http://localhost:3002/health