npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ancientwhispers54/leafengines-mcp-server

v1.1.8

Published

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

Readme

LeafEngines MCP Server

MCP Registry npm version License

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-server

Configuration

  1. Get API Key: https://app.soilsidekickpro.com/api-docs
  2. 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_capabilities tool (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 dev

Testing

# Test with sample data
LEAFENGINES_API_KEY="your_key" npm start

📚 Documentation

🆓 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


🌱 Happy farming with AI!