OneSoil Connector for AI agents.
9 live capabilities
Manage precision farming data and crop health from your favorite AI client.
Waiting for input…
Why people use OneSoil
OneSoil for Automated NDVI Analysis
This Connector changes that by pulling all those data points into one conversation. You just ask your agent for the trends, and it gives you the numbers you need to make a call.
What Vinkius changes
You get a single chat interface for all your precision farming data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking growth trends
An agronomist asks the agent for the NDVI history of a corn field to see if the growth peaked in July.
- Real-world use case 02
Planning spray days
A farm manager asks for a 7-day forecast for a specific coordinate to decide when to spray.
- Real-world use case 03
Building custom dashboards
An AgTech developer uses list_fields to pull all field data into a custom dashboard they are building for a large-scale commercial farm.
Complete set · 9capabilities
The complete OneSoil capability set.
These are the exact actions your AI can choose when you ask it to work with OneSoil.
01—03
3 capabilities in this set.
Part of 9 available through OneSoil.
- 01 Capability
Get weather history
Get historical weather data for specific field coordinates. Use this to analyze past patterns for your crop cycles.
- 02 Capability
Create field
Create a new field boundary in your account. This helps you organize your land data as you expand your operations.
- 03 Capability
Get current weather
Get the current weather for any specific latitude and longitude. This provides real-time conditions for your exact field coordinates.
04—06
3 capabilities in this set.
Part of 9 available through OneSoil.
- 04 Capability
Delete field
Remove a field from your account. This keeps your field list clean and up to date.
- 05 Capability
Get field
Retrieve details for a specific field. You can see all the metadata and boundaries for a single location.
- 06 Capability
List images
List available satellite images for a field. This lets you know what Sentinel-2 data is ready for your analysis.
07—09
3 capabilities in this set.
Part of 9 available through OneSoil.
- 07 Capability
Get ndvi
Get historical NDVI values for a field. This shows you how your vegetation health has changed over time.
- 08 Capability
List fields
List all fields in your account. This gives you a quick overview of all your active farm boundaries.
- 09 Capability
Get weather forecast
Get a 7-day weather forecast for field coordinates. This helps you plan your work week based on local conditions.
Set up in minutes
One URL. Then ask OneSoil to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use OneSoil 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_EtfZNcsYG7Z93twFw9QByQ2rDdEUbqvBfZU7ajJA/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 OneSoil, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable OneSoil for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EtfZNcsYG7Z93twFw9QByQ2rDdEUbqvBfZU7ajJA/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 OneSoil URL.
- Step 03
Save and start
Save the connection and enable OneSoil in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"onesoil": {
"url": "https://edge.vinkius.com/vk_preview_EtfZNcsYG7Z93twFw9QByQ2rDdEUbqvBfZU7ajJA/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 OneSoil
Open Agent mode in chat and ask: "Using OneSoil, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"onesoil": {
"url": "https://edge.vinkius.com/vk_preview_EtfZNcsYG7Z93twFw9QByQ2rDdEUbqvBfZU7ajJA/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 OneSoil
Ask Copilot: "Using OneSoil, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"onesoil": {
"url": "https://edge.vinkius.com/vk_preview_EtfZNcsYG7Z93twFw9QByQ2rDdEUbqvBfZU7ajJA/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 OneSoil
Open Cascade and ask: "Using OneSoil, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"onesoil": {
"url": "https://edge.vinkius.com/vk_preview_EtfZNcsYG7Z93twFw9QByQ2rDdEUbqvBfZU7ajJA/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 OneSoil
Ask Cline: "Using OneSoil, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add onesoil --transport http "https://edge.vinkius.com/vk_preview_EtfZNcsYG7Z93twFw9QByQ2rDdEUbqvBfZU7ajJA/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 OneSoil
Ask Claude: "Using OneSoil, show me...". 9 tools are ready
Where the request belongs
Work OneSoil can move forward.
This is for agronomists and farm managers who are tired of clicking through multiple dashboards to get a simple status update on their crops.
Agronomist
Checks NDVI trends and weather history on a Tuesday afternoon to write accurate crop recommendations for clients.
Farm Manager
Organizes field boundaries and checks satellite availability without leaving their primary workspace.
AgTech Developer
Integrates precision agriculture data into a custom dashboard or analysis capability using the Connector capabilities.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGeopard Agriculture
Universal precision agriculture intelligence. monitor fields, crop health, and NDVI via AI.
Agro
Monitor agricultural land using satellite imagery, weather data, and soil metrics directly from your AI agent.
Farmonaut
Access satellite agriculture data via Farmonaut. monitor crop health with NDVI, weather, soil moisture, crop advisory, and deforestation alerts from any AI agent.
Taranis
Access AI-powered crop scouting via Taranis. detect weeds, diseases, pests, nutrient deficiencies, and get scouting recommendations from ultra-high-resolution imagery.
EOSDA
Access satellite agriculture data via EOSDA. monitor crop health, vegetation indices, weather, soil moisture, and generate zoning maps from any AI agent.
Ambee Soil
Access real-time soil data via Ambee. monitor soil moisture, temperature, and properties globally for precision agriculture from any AI agent.
Bring your own AI
Change the model, client or framework. Keep OneSoil 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 OneSoil.
The practical details behind the request, access and result.
Can OneSoil MCP help me monitor my crops?
Yes, it lets your AI agent pull NDVI values to show you how your vegetation is growing over time.
Does OneSoil MCP provide weather for my specific farm?
It pulls hyper-local weather data based on the exact latitude and longitude of your fields.
Can I use OneSoil MCP to organize my field boundaries?
You can use it to list, create, and inspect your field boundaries and metadata.
How do I get satellite data with OneSoil MCP?
The Connector lets your agent see which Sentinel-2 images are available for your specific fields.
Is OneSoil MCP good for agronomists?
It is great for agronomists who need to quickly check weather history and NDVI trends to give better crop advice.
Can OneSoil MCP help with spray planning?
You can get a 7-day weather forecast for your exact coordinates to help decide the best time to treat your crops.
How can I check the vegetation health of a specific field?
Use the get_ndvi capability with the Field ID. It returns historical vegetation index data points to help you analyze crop development and identify potential issues.
How do I get the weather for a specific field location?
You can use get_current_weather for real-time data or get_weather_forecast for a 7-day outlook by providing the latitude and longitude coordinates of the field.
Is it possible to add new field boundaries through the AI?
Yes, the create_field capability allows you to define new boundaries by providing a name and a GeoJSON Polygon geometry object directly in the conversation.
One connection away
Give your agent a direct line to OneSoil.
Connect OneSoil once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available