leafengines-mcp-server

leafengines-mcp-server

Agricultural intelligence MCP server providing soil analysis, crop recommendations, weather forecasts, and environmental impact assessment.

Category
Visit Server

README

LeafEngines - Agricultural AI Intelligence Platform

🌱 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.

Overview

LeafEngines provides agricultural intelligence through multiple integration channels:

  • MCP Server for Claude Desktop and MCP-compatible clients
  • ClawHub Skill for OpenClaw agents
  • Claude Skill for Claude.ai users
  • Composio Integration for enterprise AI agents
  • Direct API for developers and applications

Repository Structure

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

🌾 Features

šŸ›”ļø Enterprise-Grade Governance (New!)

Built-in production readiness from day one:

  • āœ… Complete audit logging - Every tool call tracked with attribution
  • āœ… Operations dashboard - Real-time monitoring and anomaly detection
  • āœ… PII protection - Automatic sanitization of sensitive data
  • āœ… Compliance ready - SOC 2 alignment, export capabilities
  • āœ… Session correlation - Trace multi-step agent reasoning

Why this matters: Most MCP servers lack governance until enterprises demand it (painful retrofit). We built it in from the start.

TurboQuant Performance

  • 6x memory reduction with Google TurboQuant optimization
  • 8x faster inference for agricultural analysis
  • Gemma 7B on 4GB devices (previously required 8GB+)
  • Cloud-equivalent performance on edge devices

Agricultural Intelligence Tools

  1. Soil Analysis - USDA soil data, satellite intelligence, environmental factors
  2. Crop Recommendations - Optimal crop selection based on soil and climate
  3. Weather Forecasts - Agricultural weather data for planning
  4. Environmental Impact - Carbon footprint, water usage, sustainability analysis
  5. TurboQuant Capabilities - FREE hardware optimization check (no API key required)
  6. Pest Detection - Identify common agricultural pests
  7. Irrigation Scheduling - Water optimization based on weather
  8. Yield Prediction - Crop yield estimates
  9. Market Prices - Agricultural commodity prices
  10. Sustainability Score - Environmental impact assessment

Quick Start

Option 1: MCP Server (Claude Desktop)

# 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

Option 2: OpenClaw Skill

# Install via ClawHub (available now)
clawhub install leafengines

# Or manually add to skills directory

Option 3: Direct API

## šŸš€ **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

Pricing

FREE Tier

  • turbo_quant_capabilities tool - No API key required
  • Hardware optimization check
  • TurboQuant compatibility verification

Paid Tiers (per 1,000 requests)

  • Commoditized: $0.001 (Basic soil/weather data)
  • Enhanced: $0.003 (Environmental impact, crop suitability)
  • Proprietary: $0.01 (Planting optimization, carbon credits)
  • EXCLUSIVE: $0.02 (Patent-pending environmental compatibility)

Monthly Plans

  • Starter: normally $149/month (5k commoditized + 3k enhanced + 1.5k proprietary + 500 exclusive)
  • or via Stripe checkout (Starter: $49 Founder Pricing vs $149/mo after June 1, 2026)
  • ->https://buy.stripe.com/14A7sL30y8bR2F4fbgaMU02
  • Pro: $499/month (20k commoditized + 10k enhanced + 5k proprietary + 2k exclusive)
  • Enterprise: $1,999/month (100k commoditized + 50k enhanced + 25k proprietary + 10k exclusive)

šŸ”— Integration Guides

Claude Desktop Configuration

Add to mcp.json:

{
  "mcpServers": {
    "leafengines": {
      "command": "leafengines-mcp-server",
      "env": {
        "LEAFENGINES_API_KEY": "your_api_key_here"
      }
    }
  }
}

OpenClaw Configuration

Add to OpenClaw config:

skills:
  leafengines:
    enabled: true
    config:
      api_key: YOUR_API_KEY_HERE
      base_url: https://app.soilsidekickpro.com/api-docs

Composio Integration

LeafEngines is available on Composio platform as custom tools for enterprise AI agents.

Documentation

API Documentation

MCP Server

Skills & Integrations

  • ClawHub Skill: For OpenClaw agents
  • Claude Skill: For Claude.ai users
  • Composio Tools: For enterprise AI agents

Contributing

Contributions are welcome! Please see individual directory CONTRIBUTING.md files for guidelines.

Project Philosophy

This repository contains integration adapters only. All proprietary intelligence (TurboQuant, AlphaEarth embeddings, phenology models) remains in the backend API.

What to Contribute

  • Bug fixes and improvements
  • Documentation enhancements
  • Integration examples
  • Test cases

What NOT to Contribute

  • Proprietary algorithms
  • Hardcoded business logic
  • IP-sensitive code

šŸ“„ License

Integration Code

Apache 2.0 License - See individual directory LICENSE files.

API Service

Commercial terms with FREE tier available. See pricing section or https://app.soilsidekickpro.com/mcp for details.

TurboQuant Technology

Based on Google's TurboQuant research (6x memory compression for LLMs).

šŸ‘„ Join Our Community

750+ developers are already using LeafEngines MCP Server!

  • šŸ’¬ GitHub Discussions: Share your use cases & get help
  • šŸŽ„ Upcoming Videos: Agricultural AI MCP tutorials (subscribe for updates)
  • 🐦 Twitter/X: @LeafEnginesAI for updates
  • šŸ“§ Newsletter: Monthly MCP tips & agricultural AI insights

🌐 Links

šŸ†“ Try It Free!

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)?"

šŸ“ž Support


🌱 Happy farming with AI! Powered by TurboQuant technology.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured