GrainSure Connector for AI agents.
12 live capabilities
Manage grain silo inventory and automated farm deliveries
Waiting for input…
Why people use GrainSure
GrainSure Silo Monitoring for Accurate Farm Inventory
With this Connector, you just ask your agent. It pulls the real-time fill percentage and remaining tonnage for every silo instantly. You get a clear picture of your stock without ever leaving your desk.
What Vinkius changes
You get a hands-off way to manage grain inventory through natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Preventing stock-outs during peak season
A feed manager asks their agent to check how many days of feed are left.
- Real-world use case 02
Automating grain replenishment
When a low stock alert is triggered, a coordinator tells the agent to order 20 tonnes of wheat.
- Real-world use case 03
Getting a farm-wide inventory report
An owner needs a summary for a meeting.
Complete set · 12capabilities
The complete GrainSure capability set.
These are the exact actions your AI can choose when you ask it to work with GrainSure.
01—04
4 capabilities in this set.
Part of 12 available through GrainSure.
- 01 Capability
Get fill level history
View how stock levels have changed over a specific period of time.
- 02 Capability
Get low stock alerts
Check for critical or warning alerts regarding low grain levels.
- 03 Capability
Get order history
Review past delivery orders, quantities, and supplier performance.
- 04 Capability
Get sensor health
Check battery levels, signal strength, and calibration for your IoT sensors.
05—08
4 capabilities in this set.
Part of 12 available through GrainSure.
- 05 Capability
Get silo details
Get the specific metadata and storage details for an individual silo.
- 06 Capability
Get silos
List every silo currently being monitored by the GrainSure system.
- 07 Capability
Update silo settings
Change alert thresholds, grain types, or usage assumptions for your silos.
- 08 Capability
Get usage history
See historical consumption rates in tonnes per day or week.
09—12
4 capabilities in this set.
Part of 12 available through GrainSure.
- 09 Capability
Get days to empty
See how many days are left until a silo runs out based on current usage.
- 10 Capability
Get farm overview
Pull a summary of all grain inventory across your entire farm.
- 11 Capability
Create delivery order
Place a new grain delivery order for a specific silo. It handles quantities, dates, and supplier info.
- 12 Capability
Get current level
Get the real-time fill percentage and remaining tonnage for any silo.
Set up in minutes
One URL. Then ask GrainSure to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GrainSure from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_t36NqiK2NNA8aoMj5dVYdyyCHB6qcnIANqW08YZF/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it GrainSure, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GrainSure for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_t36NqiK2NNA8aoMj5dVYdyyCHB6qcnIANqW08YZF/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the GrainSure URL.
- Step 03
Save and start
Save the connection and enable GrainSure in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"grainsure": {
"url": "https://edge.vinkius.com/vk_preview_t36NqiK2NNA8aoMj5dVYdyyCHB6qcnIANqW08YZF/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using GrainSure
Open Agent mode in chat and ask: "Using GrainSure, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"grainsure": {
"url": "https://edge.vinkius.com/vk_preview_t36NqiK2NNA8aoMj5dVYdyyCHB6qcnIANqW08YZF/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using GrainSure
Ask Copilot: "Using GrainSure, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"grainsure": {
"url": "https://edge.vinkius.com/vk_preview_t36NqiK2NNA8aoMj5dVYdyyCHB6qcnIANqW08YZF/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using GrainSure
Open Cascade and ask: "Using GrainSure, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"grainsure": {
"url": "https://edge.vinkius.com/vk_preview_t36NqiK2NNA8aoMj5dVYdyyCHB6qcnIANqW08YZF/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using GrainSure
Ask Cline: "Using GrainSure, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add grainsure --transport http "https://edge.vinkius.com/vk_preview_t36NqiK2NNA8aoMj5dVYdyyCHB6qcnIANqW08YZF/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using GrainSure
Ask Claude: "Using GrainSure, show me...". 12 tools are ready
Where the request belongs
Work GrainSure can move forward.
This is for the farm owner who is tired of manual inventory checks and the feed manager who needs to prevent stock-outs before they happen.
Feed Manager
Uses the agent to track daily consumption and set up alerts for low stock.
Farm Owner
Checks farm-wide inventory summaries to plan the season's logistics.
Supply Chain Coordinator
Manages supplier deliveries and tracks order history to keep the flow steady.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGrain Watch
Access silo temperature monitoring via Grain Watch. track grain temperature, humidity, hot spots, and spoilage risk from any AI agent.
Centaur Analytics
Access AI-powered grain monitoring via Centaur. track CO2, moisture, temperature, predict spoilage, and forecast grain quality from any AI agent.
Wiagro
Access smart silobag monitoring via Wiagro. track temperature, humidity, CO2, rupture detection, and grain quality from any AI agent.
AgroLog
Access grain monitoring data via AgroLog. monitor temperature, moisture, CO2, crop levels, weather, and control aeration systems from any AI agent.
Grain Storage Cost Calculator
Calculate grain storage expenses and determine optimal market timing.
Harvest Loss Calculator
Quantify physical and financial grain losses during harvest.
Bring your own AI
Change the model, client or framework. Keep GrainSure connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about GrainSure.
The practical details behind the request, access and result.
How does GrainSure help with silo monitoring?
GrainSure connects your silo sensors to your AI agent so you can check fill levels, tonnage, and sensor health using natural language instead of manual logs.
Can I use GrainSure to order more grain?
Yes. You can tell your agent to place a delivery order for a specific silo, including the quantity, date, and supplier details.
How do I know if my sensors are working with GrainSure?
Your agent can check the battery levels, signal strength, and calibration status of all your sensors to ensure your data is always accurate.
Can GrainSure predict when I'll run out of feed?
Yes, it analyzes your historical usage rates to provide a predicted number of days until a silo runs empty, helping you plan deliveries proactively.
How does GrainSure help with farm-wide inventory?
It provides a high-level summary of all your monitored silos at once, giving you a complete overview of your farm's grain inventory in one place.
Can I change my low stock alerts with GrainSure?
You can use your agent to update the alert thresholds and grain types for any silo to customize how and when you get notified.
Can my AI predict when my silo will run empty based on current usage?
Yes! Use the get_days_to_empty capability with your silo ID. GrainSure AI analyzes current fill levels and historical usage patterns to predict exactly how many days until the silo runs empty, with a confidence score. For deeper analysis, combine with get_usage_history to see the consumption trends that drive the prediction. This gives you proactive warning to schedule deliveries before running out.
How do I set up low stock alerts for my silos?
Use the update_silo_settings capability to configure your low stock threshold percentage (e.g., 20% means alert when silo drops below 20% full). Then use get_low_stock_alerts to check for any active alerts. GrainSure will automatically monitor fill levels and trigger alerts when thresholds are breached, giving you timely warning to plan deliveries.
Can I create a delivery order directly through the API?
Yes! Use the create_delivery_order capability with the silo ID, quantity in tonnes, and optionally a preferred delivery date and supplier. The API will confirm your order with an order ID and estimated delivery date. You can also use get_days_to_empty predictions to automatically trigger orders when silos reach critical levels.
One connection away
Give your agent a direct line to GrainSure.
Connect GrainSure once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available