{
  "server": "Agri MCP Server — Rural Intelligence Layer",
  "version": "1.0.0",
  "coverage": "Chhattisgarh (expandable across India)",
  "tools": {
    "get_mandi_prices": {
      "description": "Fetch live mandi/market prices for agricultural commodities in Chhattisgarh",
      "parameters": {
        "commodity": "Crop name e.g. paddy, maize, soybean, wheat (optional)",
        "district": "District name in Chhattisgarh (optional)",
        "state": "State name (default: Chhattisgarh)"
      }
    },
    "get_weather_advisory": {
      "description": "Get weather data and agricultural advisory for a Chhattisgarh district",
      "parameters": {
        "district": "District name e.g. Raipur, Bastar, Surguja"
      }
    },
    "get_agri_schemes": {
      "description": "Find government schemes (central + Chhattisgarh state) matching farmer profile",
      "parameters": {
        "farmer_type": "small / marginal / large",
        "crop": "Primary crop e.g. paddy, maize, soybean",
        "district": "District in Chhattisgarh"
      }
    },
    "get_crop_advisory": {
      "description": "Get detailed crop-specific advisory for Chhattisgarh conditions",
      "parameters": {
        "crop": "Crop name: paddy / maize / soybean",
        "stage": "Crop stage: sowing / growing / harvesting",
        "district": "District name"
      }
    },
    "assess_distress_risk": {
      "description": "Assess farmer distress risk in a district combining price, weather and scheme data",
      "parameters": {
        "district": "District name in Chhattisgarh",
        "crop": "Primary crop",
        "landholding_acres": "Farm size in acres (number)"
      }
    },
    "get_district_dashboard": {
      "description": "Get complete agriculture intelligence dashboard for a Chhattisgarh district",
      "parameters": {
        "district": "District name in Chhattisgarh"
      }
    }
  }
}