@ancientwhispers54/leafengines-mcp-server 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
## 🎯 QGIS Plugin Officially Approved!
|
|
3
3
|
|
|
4
|
-
## 🚀 FREE TIER: NO API KEY NEEDED!
|
|
4
|
+
## 🚀 FREE TIER: NO API KEY NEEDED!
|
|
5
|
+
|
|
6
|
+
**Immediate access with test key:** `leaf-test-370df0a2e62e`
|
|
7
|
+
|
|
8
|
+
### ✅ Try It Now (No Waiting):
|
|
9
|
+
|
|
10
|
+
1. **Use test key:** `leaf-test-370df0a2e62e`
|
|
11
|
+
2. **Immediate access** to all features
|
|
12
|
+
3. **No forms, no waiting, no approval**
|
|
13
|
+
4. **Works across all platforms**
|
|
14
|
+
|
|
15
|
+
**Test key gives you:**n- Full soil analysis capabilitiesn- Crop recommendationsn- Weather datan- Environmental impact assessmentn- All free tier features
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
**Want higher limits or commercial use?** Get instant API keys via [Stripe checkout](https://buy.stripe.com/14A7sL30y8bR2F4fbgaMU02) (Starter: $49 Founder Pricing).
|
|
5
20
|
|
|
6
21
|
**Plugin ID:** 4987 (LeafEngines Agricultural Intelligence)
|
|
7
22
|
**Version:** 1.0.2 Experimental
|
|
@@ -37,7 +52,9 @@ LeafEngines MCP Server - Agricultural intelligence for AI agents
|
|
|
37
52
|
|
|
38
53
|
## 🎯 What is MCP?
|
|
39
54
|
|
|
40
|
-
**Model Context Protocol (MCP)** is a standard for
|
|
55
|
+
**Model Context Protocol (MCP)** is a standard for co
|
|
56
|
+
|
|
57
|
+
ecting AI assistants to external data sources and tools. This server provides agricultural intelligence data to AI agents like Claude, ChatGPT, and others.
|
|
41
58
|
|
|
42
59
|
## ✨ Features
|
|
43
60
|
|
|
@@ -203,7 +220,9 @@ User: "What's the soil like in Fulton County, Georgia?"
|
|
|
203
220
|
AI: [Uses get_soil_analysis] "The soil in Fulton County is primarily..."
|
|
204
221
|
```
|
|
205
222
|
|
|
206
|
-
### Example 2: Farm
|
|
223
|
+
### Example 2: Farm Pla
|
|
224
|
+
|
|
225
|
+
ing
|
|
207
226
|
```
|
|
208
227
|
User: "I want to grow corn in Iowa. What should I know?"
|
|
209
228
|
AI: [Uses multiple tools] "Based on soil analysis, water quality, and climate data..."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ancientwhispers54/leafengines-mcp-server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"mcpName": "io.github.QWarranto/leafengines",
|
|
5
5
|
"description": "Agricultural intelligence MCP server with soil analysis, crop recommendations, weather forecasts, and environmental impact assessment.",
|
|
6
6
|
"main": "dist/index.js",
|