A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"farming-advisor": {
"url": "https://farming-advisor-6a5-phantom-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"farming-advisor": {
"serverUrl": "https://farming-advisor-6a5-phantom-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.farming-advisor] url = "https://farming-advisor-6a5-phantom-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://farming-advisor-6a5-phantom-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Get weather-based crop recommendation with market price. Determines current season based on weather and location, then ranks crops by market price. Supports voice input in Telugu or English.
Get fertilizer prices for a specific crop in a district. No weather conditions required. Returns current market prices, price range, and recommendations. Supports Telugu, Hindi, Malayalam, and Tamil.
Get irrigation and fertilizer advice based on weather conditions and selected crop. Fetches live fertilizer prices from Mandi API. Provides voice-friendly recommendations in Telugu or English.
List farmer schemes available in a specific location. Returns eligible schemes with benefits and eligibility criteria.
Get trusted seed source and buying recommendations for a specific crop and season.