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

node-red-contrib-leafengines

v1.0.7

Published

Node-RED nodes for LeafEngines Agricultural Intelligence - Free tier access, no API key needed. USDA soil data, EPA water quality, crop recommendations. Works immediately with test key leaf-test-370df0a2e62e. Partner program: sell $100–200 soil reports. Y

Readme

node-red-contrib-leafengines — Agricultural Intelligence for Node-RED

Soil analysis, crop recommendations, and environmental intelligence for Node-RED IoT/edge automation. Patent-protected algorithms. Works with free test key — no signup required.

⚡ Get Started Now

Free tier — no signup, no credit card:

  • Test key: leaf-test-370df0a2e62e (works immediately with any API call)
  • Free header: x-free-tier: true (no key needed at all)

Ready for production?

Partner Program: Stop building for free. Use our API to sell $100–200 soil reports to local farmers, drone pilots, and GIS communities. You buy each report for $25. Join our Partner Program →


🌾 What It Does

Transform Node-RED into an agricultural intelligence platform for IoT and edge automation:

  • Soil Analysis — USDA soil composition, nutrient levels, health scoring
  • Water Quality Monitoring — EPA water data, contamination risk assessment
  • Crop Recommendations — Location-specific planting advice, yield optimization
  • Carbon Credit Calculations — Emissions tracking, sustainability reporting
  • Weather Data Fusion — NOAA climate insights, forecast integration
  • Satellite Vegetation — NDVI, water-stress overlays from NASA MODIS
  • Offline-First — Works in remote/deep canopy areas with GPS-denied capabilities

🚀 Quick Start

Install

Node-RED Palette Manager (recommended):

  1. Open Node-RED → Menu → Manage Palette → Install
  2. Search: node-red-contrib-leafengines
  3. Click Install

Or via npm:

npm install node-red-contrib-leafengines

Configure API Access

Free tier (immediate):

curl -H "x-free-tier: true" \
  -X POST https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/get-soil-data \
  -d '{"county_fips": "12086"}'

Test key (immediate):

curl -H "x-api-key: leaf-test-370df0a2e62e" \
  -X POST https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/get-soil-data \
  -d '{"county_fips": "12086"}'

Production: Subscribe → for instant API key via Stripe checkout

💰 Pricing

Free Tier — No Credit Card

  • Test key: leaf-test-370df0a2e62e (works immediately with any API call)
  • Free header: x-free-tier: true (no key needed at all)
  • Includes: 3 AI calls/day + 50 data lookups/day. County lookup, water quality, TurboQuant check always free.
  • Try it: soilcertify.com →

Credit Packs — Pay As You Go

| Pack | Price | Credits | Per-Call Rate | Best For | Buy | |------|-------|---------|---------------|----------|-----| | Starter | $10.00 | 1,000 | $0.01/call | Low-volume users, hobby developers | Buy → | | Pro | $25.00 | 5,000 | $0.005/call | Regular users, n8n/Node-RED integrations | Buy → | | Enterprise | $50.00 | 25,000 | $0.002/call | High-volume users, MCP/Clawhub clients | Buy → |

One-time purchase. Credits never expire. All endpoints unlocked. Data lookups always free.

Monthly Volume Subscriptions

| Plan | Price | What You Get | Best For | Subscribe | |------|-------|--------------|----------|-----------| | Starter | $149/mo | Unlimited AI calls + email support | Small teams, production n8n workflows | Subscribe → | | Pro | $499/mo | Higher throughput + priority support | Growing integrations, MCP servers | Subscribe → | | Enterprise | $1,999/mo | Unlimited volume + custom SLAs + white-label | OEM partners, enterprise deployments | Subscribe → |

International Pricing

| Region | Credit Packs | Monthly Subs | Local Payment Methods | |--------|-------------|--------------|----------------------| | United States | $10/$25/$50 | $149/$499/$1999 | Card, Apple Pay, Google Pay | | European Union | €9/€22/€45 (VAT incl.) | €135/€450/€1800 (VAT incl.) | Klarna, iDEAL, EPS, Apple/Google Pay | | United Kingdom | £8/£20/£40 (VAT incl.) | £115/£385/£1538 (VAT incl.) | Afterpay/Clearpay, Apple/Google Pay | | Australia | AU$15/AU$37/AU$75 (GST incl.) | AU$225/AU$750/AU$2999 (GST incl.) | Afterpay, Apple/Google Pay |

🔧 Available Nodes

Configuration

  • LeafEngines Config — API key management and connection settings

Data Nodes

  • LeafEngines Soil — USDA soil composition by county FIPS (Free tier)
  • LeafEngines Weather — Live weather and soil fusion data (Starter tier)
  • LeafEngines Water — EPA water quality monitoring (Starter tier)
  • LeafEngines Crop — AI crop recommendations and plant identification (Starter/Pro tier)
  • LeafEngines Carbon — Carbon credit estimation (Pro tier)
  • LeafEngines Prescription — Variable-rate prescription generation (Pro tier)

Optimization Nodes

  • LeafEngines Batch — Batch multiple API calls into single requests
  • LeafEngines Query — Generic node for any LeafEngines endpoint

Enterprise Nodes

  • LeafEngines Environmental — Environmental impact scoring and risk assessment
  • LeafEngines Satellite — Google Earth Engine satellite integration
  • LeafEngines AI Chat — Advanced conversational AI
  • LeafEngines Visual — Visual crop analysis and diagnostics

📖 Example Flows

Automated Soil Health Monitoring

[schedule: daily 8am] → [LeafEngines Soil] → [check thresholds] → [alert if needed] → [email/sms]

Irrigation Optimization

[weather forecast] → [LeafEngines Soil] → [LeafEngines Water] → [calculate irrigation] → [sprinkler controller]

Carbon Credit Reporting

[field sensor data] → [LeafEngines Carbon] → [format report] → [Google Sheets] → [email report]

🎯 Use Cases

For Agronomists & Soil Scientists

  • Automated soil monitoring — Scheduled analysis with threshold alerting
  • Carbon credit reporting — Emissions tracking and certification
  • Partner Program: Sell soil reports to your clients →

For Agricultural Consultants

  • Client-ready workflows — Automated analysis and report generation
  • Sell reports to clients: Join Partner Program → (4× markup on $25 wholesale)

For IoT & Edge Engineers

  • Sensor network intelligence — Local processing for agricultural IoT
  • Precision agriculture — Variable-rate prescription generation
  • Farm automation — Irrigation, pest management, yield prediction
  • Offline capability — Works in remote/deep canopy areas

🔗 MCP Protocol Integration

LeafEngines implements the Model Context Protocol (MCP), enabling AI agents to discover and invoke agricultural intelligence tools natively.

Claude Desktop Configuration:

{
  "mcpServers": {
    "leafengines": {
      "transport": "streamable-http",
      "url": "https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server",
      "headers": { "x-api-key": "leaf-test-370df0a2e62e" }
    }
  }
}

🔗 Related Packages

📞 Support

📄 License

MIT License — integration code is open source. API service has commercial terms with free tier. Core algorithms are patent-protected (U.S. #19/320,727, #19/544,827).


🌱 LeafEngines™ | SoilSidekick Pro® | SoilCertify | SoilTech Suite, Inc. Space gives the picture. We give the truth.