leafengines-mcp-server
LeafEngines - 농업 AI 지능형 플랫폼
🌱 TurboQuant 기반 환경 지능 - 지속 가능한 농업을 위한 토양 분석, 작물 추천, 일기 예보 및 환경 영향 평가를 제공합니다. MCP 생태계에서 유일하게 특허를 받은 농업 지능형 플랫폼입니다.
개요
LeafEngines는 다양한 통합 채널을 통해 농업 지능을 제공합니다:
MCP 서버: Claude Desktop 및 MCP 호환 클라이언트용
ClawHub Skill: OpenClaw 에이전트용
Claude Skill: Claude.ai 사용자용
Composio 통합: 엔터프라이즈 AI 에이전트용
직접 API: 개발자 및 애플리케이션용
Related MCP server: Gardening AI MCP Server
저장소 구조
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🌾 기능
🛡️ 엔터프라이즈급 거버넌스 (신규!)
처음부터 프로덕션 준비 완료:
✅ 완벽한 감사 로깅 - 모든 도구 호출을 속성별로 추적
✅ 운영 대시보드 - 실시간 모니터링 및 이상 징후 탐지
✅ PII 보호 - 민감한 데이터 자동 삭제
✅ 규정 준수 준비 - SOC 2 정렬, 내보내기 기능
✅ 세션 상관관계 - 다단계 에이전트 추론 추적
이것이 중요한 이유: 대부분의 MCP 서버는 기업이 요구하기 전까지 거버넌스가 부족합니다(나중에 수정하기 매우 어렵습니다). 우리는 처음부터 이를 내장했습니다.
TurboQuant 성능
6배 메모리 절감 (Google TurboQuant 최적화)
8배 빠른 추론 (농업 분석용)
4GB 기기에서 Gemma 7B 구동 (기존에는 8GB 이상 필요)
엣지 기기에서 클라우드급 성능
농업 지능형 도구
토양 분석 - USDA 토양 데이터, 위성 지능, 환경 요인
작물 추천 - 토양 및 기후 기반 최적 작물 선택
일기 예보 - 계획 수립을 위한 농업 기상 데이터
환경 영향 - 탄소 발자국, 물 사용량, 지속 가능성 분석
TurboQuant 기능 - 무료 하드웨어 최적화 확인 (API 키 불필요)
해충 탐지 - 일반적인 농업 해충 식별
관개 일정 - 날씨 기반 물 최적화
수확량 예측 - 작물 수확량 추정
시장 가격 - 농산물 가격
지속 가능성 점수 - 환경 영향 평가
빠른 시작
옵션 1: MCP 서버 (Claude Desktop)
# Install globally
npm install -g @ancientwhispers54/leafengines-mcp-server
# Run the server
leafengines-mcp-serverMCP 레지스트리: io.github.QWarranto/leafengines 버전 1.1.5
옵션 2: OpenClaw Skill
# Install via ClawHub (available now)
clawhub install leafengines
# Or manually add to skills directory옵션 3: 직접 API
## 🚀 **TRY IT NOW - NO API KEY NEEDED!**
### **Free Tier Access (Immediate):**
- **Soil analysis** for any US county
- **No signup required** - just use test key leaf-test-370df0a2e62e, (if requested)
- **Instant value** - get USDA soil data in seconds
### **Quick Test (30 seconds):**
```bash
# Try it right now - no signup needed!
curl -H "x-api-key: leaf-test-370df0a2e62e" \
-X POST https://api.soilsidekickpro.com/v1/soil/analyze \
-d '{"county_fips": "12086"}'
curl -X POST https://app.soilsidekickpro.com/turbo-quant-capabilities
# Working API now available!
# URL: https://leafengines-agricultural-intelligence.onrender.com
# Access: Comment on GitHub Issue #NUMBER
가격
무료 티어
turbo_quant_capabilities도구 - API 키 불필요하드웨어 최적화 확인
TurboQuant 호환성 검증
유료 티어 (1,000회 요청당)
Commoditized: $0.001 (기본 토양/날씨 데이터)
Enhanced: $0.003 (환경 영향, 작물 적합성)
Proprietary: $0.01 (재배 최적화, 탄소 배출권)
EXCLUSIVE: $0.02 (특허 출원 중인 환경 적합성)
월간 플랜
Starter: 정가 월 $149 (5k commoditized + 3k enhanced + 1.5k proprietary + 500 exclusive)
또는 Stripe 결제 (Starter: 2026년 6월 1일 이후 $149/월 대비 $49 창립자 가격)
Pro: 월 $499 (20k commoditized + 10k enhanced + 5k proprietary + 2k exclusive)
Enterprise: 월 $1,999 (100k commoditized + 50k enhanced + 25k proprietary + 10k exclusive)
🔗 통합 가이드
Claude Desktop 설정
mcp.json에 추가:
{
"mcpServers": {
"leafengines": {
"command": "leafengines-mcp-server",
"env": {
"LEAFENGINES_API_KEY": "your_api_key_here"
}
}
}
}OpenClaw 설정
OpenClaw 설정에 추가:
skills:
leafengines:
enabled: true
config:
api_key: YOUR_API_KEY_HERE
base_url: https://app.soilsidekickpro.com/api-docsComposio 통합
LeafEngines는 엔터프라이즈 AI 에이전트를 위한 맞춤형 도구로서 Composio 플랫폼에서 사용할 수 있습니다.
문서
API 문서
기본 URL:
https://app.soilsidekickpro.com/api-docs인증:
x-api-key헤더
MCP 서버
GitHub: leafengines-mcp-server
기술 및 통합
ClawHub Skill: OpenClaw 에이전트용
Claude Skill: Claude.ai 사용자용
Composio 도구: 엔터프라이즈 AI 에이전트용
기여
기여를 환영합니다! 가이드라인은 각 디렉토리의 CONTRIBUTING.md 파일을 참조하세요.
프로젝트 철학
이 저장소에는 통합 어댑터만 포함되어 있습니다. 모든 독점 지능(TurboQuant, AlphaEarth 임베딩, 페놀로지 모델)은 백엔드 API에 유지됩니다.
기여할 수 있는 것
버그 수정 및 개선
문서 개선
통합 예제
테스트 케이스
기여하면 안 되는 것
독점 알고리즘
하드코딩된 비즈니스 로직
IP 민감 코드
📄 라이선스
통합 코드
Apache 2.0 라이선스 - 각 디렉토리의 LICENSE 파일을 참조하세요.
API 서비스
무료 티어가 포함된 상업적 조건. 자세한 내용은 가격 섹션 또는 https://app.soilsidekickpro.com/mcp를 참조하세요.
TurboQuant 기술
Google의 TurboQuant 연구(LLM을 위한 6배 메모리 압축)를 기반으로 합니다.
👥 커뮤니티 참여
750명 이상의 개발자가 이미 LeafEngines MCP 서버를 사용 중입니다!
💬 GitHub 토론: 사용 사례 공유 및 도움 받기
🎥 예정된 영상: 농업 AI MCP 튜토리얼 (업데이트 구독)
🐦 Twitter/X: @LeafEnginesAI (업데이트)
📧 뉴스레터: 월간 MCP 팁 및 농업 AI 인사이트
🌐 링크
애플리케이션: https://app.soilsidekickpro.com
LeafEngines API: https://app.soilsidekickpro.com/leafengines-api
클라이언트 통합 가이드: https://app.soilsidekickpro.com/client-integration-guide
TurboQuant 기능: https://app.soilsidekickpro.com/turbo-quant-capabilities
Swagger UI: https://app.soilsidekickpro.com/swagger-ui
MCP 레지스트리: io.github.QWarranto/leafengines
Composio: 플랫폼에서 사용 가능한 맞춤형 도구
🆓 무료 체험!
turbo_quant_capabilities, 'get_soil_data', 'county_lookup' 도구는 완전히 무료이며 API 키나 결제가 필요하지 않습니다. 테스트 및 데모에 완벽합니다!
# Test the FREE tool
leafengines-mcp-server
# Then in Claude Desktop, ask: "Check TurboQuant capabilities", or, "Compare corn vs soybeans vs sorghum for my 100-acre field in zip code 31215 (Fayette County, GA)", or "what is my soil type in (your county and state)?"📞 지원
GitHub 이슈: 버그 리포트 및 기능 요청
커뮤니티: OpenClaw Discord, Claude Discord MCP 채널
🌱 AI와 함께 즐거운 농사 되세요! TurboQuant 기술로 구동됩니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for agriculture and farming data. 8 tools: soil conditions (temperature, moisture), crop weather forecasts, historical climate data (NASA POWER, since 1981), global agriculture statistics (World Bank, 20+ indicators), and food product database (Open Food Facts, 3M+ products). All APIs free, no keys required.81MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server for gardeners providing plant identification, climate-adjusted watering schedules, soil analysis, companion planting compatibility, and pest diagnosis with organic treatment plans.14MIT
- AlicenseNot gradedqualityAmaintenanceEU Crop Intelligence MCP Server — Yield forecasts, weather analysis, and phenology models for 15 countries. AI agent-native, multi-source intelligence (NASA POWER, Eurostat, Open-Meteo).MIT
- AlicenseNot gradedqualityAmaintenanceAgriculture Robotics - MCP server providing AI-powered tools and automation by MEOK AI Labs9MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QWarranto/leafengines-claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server