@ancientwhispers54/leafengines-mcp-server
v1.1.8
Published
Agricultural intelligence MCP server with soil analysis, crop recommendations, weather forecasts, and environmental impact assessment.
Maintainers
Readme
LeafEngines MCP Server
Agricultural intelligence MCP server with soil analysis, crop recommendations, weather forecasts, and environmental impact assessment.
🌱 Features
- Soil Analysis - USDA soil data, satellite intelligence, environmental factors
- Crop Recommendations - Optimal crop selection based on soil and climate
- Weather Forecasts - Agricultural weather data for planning
- Environmental Impact - Carbon footprint, water usage, sustainability analysis
- TurboQuant Capabilities - FREE hardware optimization check (no API key required)
🚀 Quick Start
Installation
# Install globally (recommended)
npm install -g @ancientwhispers54/leafengines-mcp-server
# Run the server
leafengines-mcp-server
# Or use npx (alternative)
npx @ancientwhispers54/leafengines-mcp-serverConfiguration
- Get API Key: https://app.soilsidekickpro.com/api-docs
- Set Environment Variable:
export LEAFENGINES_API_KEY="your_api_key_here"
Usage with Claude Desktop
Add to your Claude Desktop mcp.json:
{
"mcpServers": {
"leafengines": {
"command": "leafengines-mcp-server",
"env": {
"LEAFENGINES_API_KEY": "your_api_key_here"
}
}
}
}🛠️ Available Tools
1. turbo_quant_capabilities (FREE)
Check TurboQuant optimization status and hardware compatibility.
No API key required!
{
"check_hardware": true,
"get_optimization_status": true
}2. soil_analysis
Analyze soil composition and provide agricultural recommendations.
{
"latitude": 33.7490,
"longitude": -84.3880,
"soil_type": "loam"
}3. weather_forecast
Get weather forecast for agricultural planning.
{
"latitude": 33.7490,
"longitude": -84.3880,
"days": 3
}4. crop_recommendation
Recommend optimal crops based on soil and climate conditions.
{
"latitude": 33.7490,
"longitude": -84.3880,
"season": "spring"
}5. environmental_impact
Analyze environmental impact of agricultural practices.
{
"latitude": 33.7490,
"longitude": -84.3880,
"crop_type": "corn",
"farming_practice": "organic"
}💰 Pricing
- FREE Tier:
turbo_quant_capabilitiestool (no API key required) - Paid Tiers: From $0.001/call for soil analysis, weather forecasts, etc.
- Monthly Plans: Save 30-70% with Starter ($149), Pro ($499), or Enterprise ($1,999) plans.
Get API key: https://app.soilsidekickpro.com/api-docs
🔧 Development
Build from Source
# Clone repository
git clone https://github.com/QWarranto/leafengines-claude-mcp.git
cd leafengines-claude-mcp/leafengines-mcp-server
# Install dependencies
npm install
# Build
npm run build
# Run development server
npm run devTesting
# Test with sample data
LEAFENGINES_API_KEY="your_key" npm start📚 Documentation
- API Documentation: https://app.soilsidekickpro.com/api-docs
- GitHub Repository: https://github.com/QWarranto/leafengines-claude-mcp
- MCP Registry: Search for "io.github.QWarranto/leafengines" at https://registry.modelcontextprotocol.io
🆓 Try It Free!
The turbo_quant_capabilities tool is completely free - no API key or payment required. Perfect for testing and demonstrations!
# Test the FREE tool
leafengines-mcp-server
# Then in Claude Desktop, ask: "Check TurboQuant capabilities"🤝 Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
📄 License
Apache 2.0 - See LICENSE for details.
🔗 Links
- Website: https://soilsidekickpro.com
- API Docs: https://app.soilsidekickpro.com/api-docs
- GitHub: https://github.com/QWarranto/leafengines-claude-mcp
- MCP Registry: Search for "io.github.QWarranto/leafengines" at https://registry.modelcontextprotocol.io
🌱 Happy farming with AI!
