loading…
Search for a command to run...
loading…
MCP server for agriculture and farming data. 8 tools: soil conditions (temperature, moisture), crop weather forecasts, historical climate data (NASA POWER, sinc
MCP server for agriculture and farming data. 8 tools: soil conditions (temperature, moisture), crop weather forecasts, historical climate data (NASA POWER, since 1981), global agriculture statistics (World Bank, 20+ indicators), and food product database (Open Food Facts, 3M+ products). All APIs free, no keys required.
MCP server providing AI agents with agriculture and farming data — soil conditions, crop weather, climate history, global statistics, and food products.
agriculture-mcp-server MCP server
soil_conditions — Soil temperature (0-54cm), moisture, evapotranspiration forecastcrop_weather_forecast — Agricultural weather: temp, rain, wind, radiation, water balanceclimate_history — Historical daily climate data since 1981 (NASA POWER)climate_averages — Long-term monthly climate averages for site assessmentcountry_agriculture_profile — Full agriculture profile of any countrycompare_countries — Compare agriculture indicators across countriesfood_product_lookup — Look up food products by barcode (nutrition, eco-scores)food_search — Search 3M+ food products by name or categorypip install agriculture-mcp-server
.mcp.json:
{
"mcpServers": {
"agriculture": {
"type": "stdio",
"command": "python",
"args": ["-m", "src.server"]
}
}
}
All APIs are free and require no API key:
| API | Data |
|---|---|
| Open-Meteo | Soil temperature, moisture, evapotranspiration, crop weather |
| NASA POWER | Historical climate data since 1981 (agricultural community) |
| World Bank | Country-level agriculture statistics (20+ indicators) |
| Open Food Facts | 3M+ food products with nutrition and eco-scores |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"agriculture-mcp-server": {
"command": "npx",
"args": []
}
}
}Query your database in natural language
Read-only database access with schema inspection.
Interact with Redis key-value stores.
Database interaction and business intelligence capabilities.