loading…
Search for a command to run...
loading…
Agricultural intelligence MCP server providing soil analysis, crop recommendations, weather forecasts, and environmental impact assessment.
Agricultural intelligence MCP server providing soil analysis, crop recommendations, weather forecasts, and environmental impact assessment.
🌱 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
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
## 🚀 **TRY IT NOW - NO API KEY NEEDED!**
### **Free Tier Access (Immediate):**
- **Soil analysis** for any US county
- **No signup required** - just use test key leaf-test-370df0a2e62e, (if requested)
- **Instant value** - get USDA soil data in seconds
### **Quick Test (30 seconds):**
```bash
# Try it right now - no signup needed!
curl -H "x-api-key: leaf-test-370df0a2e62e" \
-X POST https://api.soilsidekickpro.com/v1/soil/analyze \
-d '{"county_fips": "12086"}'
curl -X POST https://app.soilsidekickpro.com/turbo-quant-capabilities
# Working API now available!
# URL: https://leafengines-agricultural-intelligence.onrender.com
# Access: Comment on GitHub Issue #NUMBER
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, 'get_soil_data' and 'county_lookup' tools are 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", or, "Compare corn vs soybeans vs sorghum for my 100-acre field in zip code 31215 (Fayette County, GA)", or "what is my soil type in (your county and state)?"
🌱 Happy farming with AI! Powered by TurboQuant technology.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"leafengines-mcp-server": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.