edacap-mcp-server
Verified Safeby eagleisbatman
Overview
Provides climate forecasts and agricultural advisory for Ethiopian farmers via an MCP server, integrating with the Aclimate/EDACaP platform.
Installation
npm startEnvironment Variables
- PORT
- EDACAP_API_BASE_URL
- ALLOWED_ORIGINS
Security Notes
The server utilizes Zod for robust input validation on its tool parameters, which is a strong security practice. Environment variables are correctly used for sensitive configurations like API base URL and server port, preventing hardcoded secrets. The default CORS configuration allows all origins ('*'), which while flexible for an MCP server, could be overly permissive in some specific production scenarios if not explicitly configured otherwise. It relies on an external API (Aclimate/EDACaP), introducing third-party dependency risks typical of proxy services, but its own implementation appears sound.
Similar Servers
epanet-mcp-server
Provides tools for fetching real-time weather information from the NWS API and running EPANET water network simulations.
smhi-mcp
Provides real-time localized weather forecasts from SMHI for daily planning and integration into AI assistant workflows in Sweden.
nwa-hydro-mcp
Provides precision water risk analysis and actionable agronomic advice for agriculture using climate data and generative AI.
mcp-server-weather
Provides real-time weather alerts and forecasts for specified US locations and states.