Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.QWarranto/leafengines

NPM · @ANCIENTWHISPERS54/LEAFENGINES-MCP-SERVER · SCANNED AUG 3

🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant.

+13 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.6.1, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (43 of 44), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 307 tokens (~102/item across 3 items; 3 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @ancientwhispers54/leafengines-mcp-server

# add to Claude Code
claude mcp add qwarranto-leafengines -- npx -y @ancientwhispers54/leafengines-mcp-server
# add to Codex CLI
codex mcp add qwarranto-leafengines -- npx -y @ancientwhispers54/leafengines-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "qwarranto-leafengines": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ancientwhispers54/leafengines-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add qwarranto-leafengines --command npx --arg -y --arg @ancientwhispers54/leafengines-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  qwarranto-leafengines:
    command: "npx"
    args: ["-y", "@ancientwhispers54/leafengines-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "qwarranto-leafengines": {
      "command": "npx",
      "args": [
        "-y",
        "@ancientwhispers54/leafengines-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +14
    • CVE-2025-66414 affects this package: high security
    • Known CVEs: unverified → fail security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → fail functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
  • 1 Aug 26 +23
    • Provenance: unverified → fail security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 31 Jul 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@ancientwhispers54/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 43 packages

43 packages in the resolved dependency tree · 43 deprecated · 11 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 3 exposed · ~307 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
agricultural_intelligence ~88

ENHANCED TIER ($0.003/call): AI-powered agricultural insights combining soil, climate, and crop science. Get planting recommendations, yield predictions, risk assessments, and sustainability scores.

NameTypeReqDescription
county_fipsstringyes5-digit US county FIPS code
crop_typestringCrop to analyze
questionstringSpecific agricultural question to answer

No output schema declared.

No examples provided.

county_lookup ~74

COMMODITIZED TIER ($0.001/call): Resolve US location names to FIPS codes. Search by county name, state, or FIPS code. Returns county details needed for other LeafEngines tools.

NameTypeReqDescription
termstringyesSearch term — county name, state name, or partial FIPS code

No output schema declared.

No examples provided.

get_soil_data ~145

COMMODITIZED TIER ($0.001/call): Get USDA SSURGO soil analysis for any US county. Returns pH, nutrients, organic matter, drainage, and texture. Perfect for Claude when you need: agricultural planning, environmental assessments, land evaluation, or basic soil composition data. Optional: county_name and state_code (helpful if you have them from county_lookup).

NameTypeReqDescription
county_fipsstringyes5-digit US county FIPS code
county_namestringCounty name (optional, but recommended with state_code)
state_codestring2-letter state code (optional, but recommended with county_name)

No output schema declared.

No examples provided.