loading…
Search for a command to run...
loading…
Agriculture Robotics - MCP server providing AI-powered tools and automation by MEOK AI Labs
Agriculture Robotics - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for agriculture robotics mcp operations
Agriculture Robotics MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
robot_safety_check |
Run safety diagnostics on agricultural robot systems per ISO 18497 (Collaborativ |
spray_plan_calculator |
Calculate spray coverage with EPA drift mitigation and buffer zone compliance. |
harvest_optimization |
Optimize harvest schedule with moisture, weather, and equipment readiness. |
drone_flight_plan |
Generate agricultural drone flight plan with CAA compliance for Part 107/Part 10 |
soil_analysis |
Analyze soil nutrients and generate fertilizer recommendations. |
irrigation_schedule |
Calculate irrigation schedule using FAO-56 evapotranspiration. |
pip install meok-agriculture-robotics-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"agriculture-robotics-mcp": {
"command": "python",
"args": ["-m", "meok_agriculture_robotics_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"agriculture-robotics-mcp": {
"command": "npx",
"args": []
}
}
}