DEV Community

DasClown
DasClown

Posted on

CropProphEU: An open-source MCP server for EU crop intelligence

CropProphEU — EU Crop Intelligence MCP Server

https://github.com/DasClown/CropProphEU

An MCP server providing comprehensive crop intelligence for EU agriculture. Designed for AI agents that need real-time agricultural data.

What it does

  • Yield forecasts — Predicts crop yields based on soil data, climate models, and historical patterns
  • Market values — Current market prices and trends for EU agricultural commodities
  • Risk analysis — Assesses climate risks, pest pressures, and supply chain vulnerabilities

How to use

# Add to your MCP config
{
  "mcpServers": {
    "crop-mcp": {
      "command": "uvx",
      "args": ["crop-proph-eu"]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Then ask your AI agent: "What's the wheat yield forecast for northern France?"

Use cases

  • Insurance companies assessing crop risk
  • Agricultural traders monitoring EU markets
  • Farmers planning seasonal strategies
  • Policy analysts tracking food security

Open-source, MIT licensed, and available via Smithery and Glama.

Top comments (0)