
Cropgraph
Give your agent agronomy reference—companions, pests, rotation, soil, GDD, and pest intelligence—for farm apps, content products, or ag-tech prototypes.
Overview
CropGraph is an MCP server for the Idea phase that exposes crop, companion, pest, rotation, soil, GDD, and pest-intelligence data to your coding agent.
What is this MCP server?
- npm package @cropgraph/mcp v3.2.0 with stdio transport
- Crops, companions, pests, rotation, and soil knowledge in one MCP
- Growing degree days (GDD) and pest intelligence tooling
- stdio local server for Claude Code-style agent hosts
- npm identifier @cropgraph/mcp at version 3.2.0
- stdio transport per MCP server schema
What problem does it solve?
Ag-tech and garden product ideas stall when crop, pest, and rotation facts live in scattered PDFs instead of agent-accessible structure.
Who is it for?
Indie builders prototyping grower assistants, garden planners, or pest-alert content who want agronomy MCP tools on stdio.
Skip if: Large commercial farm ERP replacements, real-time sensor IoT platforms, or builders with zero agriculture domain interest.
What do I get? / Deliverables
After installing @cropgraph/mcp, your agent can pull agronomy and pest intelligence into research notes, scopes, and integration-backed features.
- Local stdio MCP tools for crops, pests, rotation, soil, GDD, and pest intelligence
- Research and scope artifacts grounded in structured agronomy data
Recommended MCP Servers
Journey fit
Listed under Idea first because most builders discover CropGraph while researching crop and pest constraints before scoping an ag product. Research matches encyclopedic crop, companion, rotation, and pest intelligence rather than a single deploy artifact.
How it compares
Specialized crop-knowledge MCP, not generic weather API glue or a single static planting skill file.
Common Questions / FAQ
Who is CropGraph for?
Developers and solo founders building agriculture, gardening, or pest-awareness products who want MCP-backed crop intelligence.
When should I use CropGraph?
Use it during Idea research and early Validate scope when you need companions, rotation, soil, GDD, or pest data inside the agent loop.
How do I add CropGraph to my agent?
Add the npm package @cropgraph/mcp (v3.2.0) as a stdio MCP server in your client configuration per the Cropgraph repository.