Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌳 Environment & Nature
  3. Leafengines
Leafengines logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 9:02:18 PM

Leafengines

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website

Agricultural intelligence MCP server with soil analysis and crop recommendations.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "leafengines": {
      "url": "https://app.soilsidekickpro.com/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🌳 More in Environment & Nature

Documentation Overview

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.

GitHub MCP Registry MCP Registry

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

Code
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

🌾 Core Capabilities

USDA, EPA & NOAA Data Integration

  • USDA Soil Analysis - Comprehensive soil composition, pH, N/P/K recommendations from SSURGO database
  • EPA Water Quality - National water quality monitoring and contamination risk assessment
  • NOAA Climate Insights - Historical weather data, climate trends, and agricultural forecasting

Offline-First for Deep Canopy & GPS-Denied Operations

  • Works anywhere - No internet required for core functionality
  • Deep canopy compatible - Designed for remote agricultural environments with limited connectivity
  • GPS-denied ready - Military-grade positioning algorithms for contested environments
  • Offline-first architecture - Local processing without cloud dependency

Environmental Intelligence & Carbon Credit Calculations

  • Carbon Credit Calculations - Accurate emissions tracking for regulatory compliance
  • Sustainability Scoring - Environmental impact assessment and reporting
  • Environmental compatibility - Patent-pending algorithms for ecosystem analysis

πŸ›‘οΈ 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)

bash
# 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
GitHub MCP Registry: βœ… Approved July 6, 2026 β€” listed at github.com/mcp

Option 2: OpenClaw Skill

bash
# Install via ClawHub (available now)
clawhub install leafengines

# Or manually add to skills directory

Option 3: Direct API

bash
# 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

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: $149/month (5k commoditized + 3k enhanced + 1.5k proprietary + 500 exclusive)
  • 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:

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

OpenClaw Configuration

Add to OpenClaw config:

yaml
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

  • Base URL: https://app.soilsidekickpro.com/api-docs
  • Authentication: x-api-key header
  • Documentation: https://app.soilsidekickpro.com/api-docs
  • MCP Documentation: https://app.soilsidekickpro.com/mcp

MCP Server

  • npm: @ancientwhispers54/leafengines-mcp-server
  • Official MCP Registry: io.github.QWarranto/leafengines
  • GitHub MCP Registry: βœ… Approved July 6, 2026 β€” github.com/mcp
  • GitHub: leafengines-mcp-server
  • MCP Documentation: https://app.soilsidekickpro.com/mcp

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

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Environment & Nature View all alternatives
  • Vedurstofa MCP logoVedurstofa MCP

    MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.

    🌳 Environment & Nature1 views
    Compare vs Vedurstofa MCP β†’
  • Weather Alerts & Forecast logoWeather Alerts & Forecast

    US NWS alerts by state and short-term (next 5 periods) point forecasts.

    🌳 Environment & Nature0 views
    Compare vs Weather Alerts & Forecast β†’
  • Agentic Swmm Workflow logoAgentic Swmm Workflow

    Eleven MCP servers exposing a reproducible EPA SWMM stormwater-modelling workflow: model building, simulation runs with manifests and continuity checks, calibration, GIS/QGIS integration, design storms and climate scenarios, uncertainty analysis, plotting, and modelling memory. Config generators included for Codex, Claude Code, OpenClaw, and Hermes.

    🌳 Environment & Nature3 views
    Compare vs Agentic Swmm Workflow β†’
  • Nws logoNws

    NWS MCP β€” US National Weather Service (no auth)

    🌳 Environment & Nature0 views
    Compare vs Nws β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
5
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Leafengines

leafengines is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "leafengines": { "url": "https://app.soilsidekickpro.com/mcp" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLeafengines AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/leafengines?style=directory)](https://allmcps.com/mcp/leafengines)
HTML Embed
<a href="https://allmcps.com/mcp/leafengines"><img src="https://allmcps.com/api/badge/leafengines?style=directory" alt="Leafengines on AllMCPs" /></a>

Technical Specs & Signals

Category🌳Environment & Nature
More technical detailsExpand β–Ύ
TransportSSE (Remote)
Last updatedJul 12, 2026
3/7 checks healthy over the last 46d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 12, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌳 Environment & Nature β†’Alternatives to Leafengines β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients