CropProphEU

CropProphEU

EU Crop Intelligence MCP Server — Yield forecasts, weather analysis, and phenology models for 15 countries. AI agent-native, multi-source intelligence (NASA POWER, Eurostat, Open-Meteo).

Category
访问服务器

README

🌾 crop-mcp

Smithery Python 3.10+ License: MIT GitHub stars

EU Crop Intelligence MCP Server — Yield forecasts, market values & risk analysis for 25 EU countries.

Get AI agents to answer: "How will wheat perform in Baden-Württemberg this year? What's it worth at current market prices?"

pip install git+https://github.com/DasClown/CropProphEU.git
# or try it on Smithery: https://smithery.ai/servers/DasClown/CropProphEU

Features (10 MCP Tools)

Tool What it does
yield_and_value NEW — Combined yield + market value (€/ha) with plain-language summary in German or English (auto-detected via language parameter)
europe_yield_forecast Pan-European yield forecast (3 crops, 25 countries) with Yield-at-Risk
crop_forecast Current season status: temperature, rain, soil moisture, drought index
season_comparison Compare this season to historical years
region_health All crops for one region in a single call
weather_outlook 16-day weather forecast
climate_scenario What-if: +2°C, -20% rain?
yield_forecast Analog-year yield matching (DE-focused)
list_regions 120 NUTS2 regions
list_crops Crop parameters (GDD base, season, etc.)

Quick Start

1. Install

pip install git+https://github.com/DasClown/CropProphEU.git

2. Use as MCP Server

via CLI (stdio):

crop-mcp

or via Python:

from crop_mcp import predict_europe_yield

result = predict_europe_yield("DE11", "DE", crop="wheat", gdd=3050, precip_mm=650)
print(f"Yield: {result['predicted_yield_t_ha']} t/ha")
print(f"Revenue: ~{result['predicted_yield_t_ha'] * 235:.0f} €/ha")

3. Claude Desktop / Cursor / Any MCP Client

Add to your MCP config:

{
  "mcpServers": {
    "crop": {
      "command": "python3",
      "args": ["-m", "crop_mcp.server"]
    }
  }
}

4. HTTP Server (for Remote Access / Smithery)

pip install crop-mcp[http]
crop-mcp --http --port 8080

Connects via SSE: http://your-server:8080/sse

5. Docker

docker build -t crop-mcp .
docker run -p 8080:8080 crop-mcp crop-mcp --http --port 8080

Verified Crops

Crop Eurostat Code Samples Countries MAE (LOYO)
🌾 Wheat C1100 1,483 25 11.2%
🌽 Corn (Maize) C1500 1,648 20 11.6%
🌿 Barley C1300 1,841 25 11.3%

Rapeseed & Sunflower: Not supported — no Eurostat yield data available. Tools reject these with a clear error (no silent hallucinations).


Example Output

German (default):

Weizen – Region DE11 (DE)
Ertrag: 7.68 t/ha (Spanne 6.67–8.63)
...

English (with language="en"):

Wheat – Region DE11 (DE)
Yield: 7.68 t/ha (range 6.67–8.63)
Temperature: warm (3050°C GDD)
...

All output is available in German (default) or English. Set language="en" when calling yield_and_value for English output. The JSON data is always returned in English field names; the summary field adapts to the requested language.


Data Sources

Source Data Access
Eurostat Crop yields (apro_cpshr) Free, no key
NASA POWER GDD, precip, solar, soil moisture Free, no rate limits
Open-Meteo 16-day forecast Free, no key
SoilGrids v2 SOC, pH, N, CEC, texture Free REST API
Yahoo Finance Live CBOT wheat/corn futures + EUR/USD Free, no key

Model Accuracy

Metric Value
LOYO MAE (Wheat) 0.598 t/ha (11.2%)
Forward Validation (Train ≤2022, Test 2023-24) 0.794 t/ha (15.0%)
R² (LOYO) 0.877
R² (Forward) 0.628

What this means: The LOYO metric is optimistic because it trains on data from all years including future ones. The Forward Validation (train on 2000-2022, predict 2023-2024) is the real-world benchmark: ±15%.

The model is most accurate for core EU countries (DE, FR, BE, NL, AT, CZ) where training data is dense, and less accurate for outliers like NL/BE 2024 where unusual weather caused systematic overestimation.


Architecture

crop-mcp/
├── crop_mcp/
│   ├── server.py              # 10 MCP tools
│   ├── europe_model_api.py    # Random Forest (200 trees) + Yield-at-Risk
│   ├── market_prices.py       # Live prices via Yahoo Finance + reference
│   ├── core/regions.py        # 120 NUTS2 regions
│   └── sources/               # Weather, soil, NDVI data fetchers
├── models/                    # .pkl files (download from Releases)
├── data/                      # Training data (generated by build)
├── pyproject.toml
└── README.md

Key design principles:

  • No hallucination — every yield prediction traces to verified Eurostat data
  • Live prices — CBOT wheat/corn via Yahoo Finance, updated hourly
  • Self-updating — monthly cron job rebuilds models with latest Eurostat data
  • Zero external API keys — all data sources are free and public

Commercialization

The tool is production-ready today for:

  • Agri-trading desks — "What's wheat worth in Picardie at current MATIF prices?"
  • Farm advisory — "How does this season compare to the last 5 years?"
  • Insurance / Risk — Yield-at-Risk (P10/P50/P90) per region
  • EU policy analysis — Climate scenario impact on national yields

Next commercial features: Market prices per country, historical price correlation, automated PDF reports, multi-year crop rotation planning.


Building & Training

# Build training data for a specific crop (25 min)
python3 build_europe.py --crop corn

# Train the model (2 min)
python3 train_europe_fast.py --crop corn

# Automatic monthly update (cron)
# Runs every 1st of the month at 06:00

License

MIT — free to use, modify, and distribute.

Built with ❤️ for AI agents that need real, verifiable crop intelligence.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选