How to Use the Ambee Soil MCP in Cursor
Inject live Ambee Soil data directly into your code with Cursor. Stop mocking API calls and build with real-world agricultural data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ambee Soil MCP to Cursor
Create your Vinkius account to connect Ambee Soil to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code with live soil conditions
You're building an app and need real data. Instead of faking it, tell Cursor's agent to call `get_latest_soil` for a specific coordinate. It fetches the current soil moisture and temperature, then injects that live data right into your code. No more placeholder values. Working on a feature that covers a larger area? Have the agent use `get_soil_by_radius`. It will pull an array of soil readings, and Cursor can then generate the code to loop through, process, or display that data. You go from a prompt to working code that uses a real API.
Generate data models from real history
The `get_historical_soil` tool is perfect for building data models. Ask the agent to fetch the last month of soil data. It doesn't just show you the JSON; it can analyze the response and generate a matching TypeScript interface or Python Pydantic class on the spot. This completely removes the guesswork of API integration. Your code's data structures will perfectly match what the Ambee Soil API returns because they were generated from an actual API call. It's a huge time-saver.
Build GIS scripts with Cursor's agent
This is for anyone doing geospatial development. Use the agent to call `get_grid_soil` for a target area. Then, instruct it to write a Python script using that data. Cursor can scaffold the code using libraries like GeoPandas or rasterio to turn the raw grid data into a proper map layer. Your agent can also use `get_soil_properties` to fetch details like pH or soil type, then generate code that incorporates that information. This MCP server lets you write and test complex geospatial logic without ever leaving your editor.
Set up Ambee Soil MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Ambee Soil MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Ambee Soil transactions." If the MCP tools are loaded correctly, Cursor will call the Ambee Soil tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ambee-soil-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Ambee. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Ambee Soil MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ambee Soil MCP today
We host it, we monitor it, we maintain it. You just paste one token.