Provides agricultural intelligence through ten tools including soil analysis via USDA data, crop recommendations, weather forecasts, and environmental impact assessment. The free tier gives you hardware optimization checks using Google's TurboQuant technology without an API key. Paid tools expose pest detection, irrigation scheduling, yield prediction, and market pricing through a REST API that requires x-api-key authentication. Ships as an npm package that connects to their backend service at soilsidekickpro.com. Reach for this when building AI agents that need agricultural data, whether you're optimizing crop selection for specific soil types or calculating carbon footprints for sustainability reporting. Also available as skills for OpenClaw agents and direct Composio integration.
🌱 TurboQuant-Powered Environmental Intelligence - Soil analysis, crop recommendations, weather forecasts, and environmental impact assessment for sustainable agriculture. The only patent-protected agricultural intellgence platform in the MCP ecosystem.
LeafEngines provides agricultural intelligence through multiple integration channels:
leafengines-claude-mcp/
├── leafengines-mcp-server/ # MCP Server (npm package)
│ ├── README.md # Installation & usage
│ ├── src/ # TypeScript source
│ └── dist/ # Compiled JavaScript
├── leafengines-clawhub-skill/ # OpenClaw skill
│ ├── README.md # OpenClaw integration
│ ├── SKILL.md # Skill definition
│ ├── references/ # Reference materials
│ └── scripts/ # Helper scripts
├── leafengines-claude-skill/ # Claude.ai skill
│ ├── README.md # Claude integration
│ └── SKILL.md # Skill definition
├── leafengines-agricultural-intelligence/ # Core intelligence
├── leafengines-opportunity-scanner/ # Market opportunity tools
├── leafengines-arbitrage-skill/ # Agricultural arbitrage
└── leafengines-workspace-skill/ # Workspace management
Built-in production readiness from day one:
Why this matters: Most MCP servers lack governance until enterprises demand it (painful retrofit). We built it in from the start.
# Install globally
## 🎯 QGIS Plugin Officially Approved!
**Plugin ID:** 4987 (LeafEngines Agricultural Intelligence)
**Version:** 1.0.2 Experimental
**Status:** ✅ **PUBLICLY AVAILABLE**
**Download:** https://plugins.qgis.org/plugins/qgis_leafengines/version/1.0.2/download/
### Key Features:
- **USDA soil data** - Soil composition, pH, N/P/K recommendations
- **EPA water quality** - Water quality metrics and analysis
- **NOAA climate data** - Historical weather patterns and agricultural forecasting
- **Satellite vegetation indices** - NDVI, water-stress overlays from NASA MODIS
- **AI-powered crop recommendations** - Tailored to exact field polygons
- **Carbon credit calculations** - Environmental impact scoring for regulatory compliance
- **Offline-first architecture** - Works in remote/"deep canopy" areas
- **GPS-denied capabilities** - Military-proven algorithms for contested environments
### Strategic Advantages for Partners:
1. **Pre-vetted, low-risk integration** - Officially approved by QGIS after rigorous review
2. **Seamless future-proofing** - Aligns with QGIS release cycles (QGIS 4.0.0+ ready)
3. **Instant credibility** - Discoverable by 500,000+ QGIS users in agriculture sector
4. **Regulatory advantage** - Preferred for government/EPA/USDA-related procurements
5. **Ecosystem power** - Integrates with thousands of complementary QGIS plugins
### For OEM Partners:
Embed LeafEngines agricultural intelligence directly into your hardware or software platforms with confidence. The official QGIS approval eliminates weeks of custom validation, security audits, and compatibility testing.
*Approved: April 14, 2026*
npm install -g @ancientwhispers54/leafengines-mcp-server
# Run the server
leafengines-mcp-server
MCP Registry: io.github.QWarranto/leafengines version 1.1.5
# Install via ClawHub (available now)
clawhub install leafengines
# Or manually add to skills directory
# Working API now available!
# URL: https://leafengines-agricultural-intelligence.onrender.com
# Access: Comment on GitHub Issue #NUMBER
# Test FREE tool
curl -X POST https://app.soilsidekickpro.com/turbo-quant-capabilities
turbo_quant_capabilities tool - No API key requiredAdd to mcp.json:
{
"mcpServers": {
"leafengines": {
"command": "leafengines-mcp-server",
"env": {
"LEAFENGINES_API_KEY": "your_api_key_here"
}
}
}
}
Add to OpenClaw config:
skills:
leafengines:
enabled: true
config:
api_key: YOUR_API_KEY_HERE
base_url: https://app.soilsidekickpro.com/api-docs
LeafEngines is available on Composio platform as custom tools for enterprise AI agents.
https://app.soilsidekickpro.com/api-docsx-api-key headerContributions are welcome! Please see individual directory CONTRIBUTING.md files for guidelines.
This repository contains integration adapters only. All proprietary intelligence (TurboQuant, AlphaEarth embeddings, phenology models) remains in the backend API.
Apache 2.0 License - See individual directory LICENSE files.
Commercial terms with FREE tier available. See pricing section or https://app.soilsidekickpro.com/mcp for details.
Based on Google's TurboQuant research (6x memory compression for LLMs).
750+ developers are already using LeafEngines MCP Server!
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"
🌱 Happy farming with AI! Powered by TurboQuant technology.
LEAFENGINES_API_KEYsecretLeafEngines API key from https://app.soilsidekickpro.com/api-docs (required for paid tools, optional for FREE turbo_quant_capabilities tool)