{
  "name": "BharathRise AI Advisor",
  "description": "Autonomous AI agent for BharathRise.com providing overseas education counselling, university shortlisting, loan pre-sanction evaluation, and visa guidance for Indian students.",
  "version": "1.0.0",
  "provider": {
    "name": "BharathRise Overseas Education Consultants",
    "url": "https://bharathrise.com"
  },
  "capabilities": [
    "university_shortlisting",
    "education_loan_calculation",
    "scholarship_matching",
    "sop_review_rubric",
    "visa_policy_updates",
    "free_counselling_booking"
  ],
  "protocols_supported": [
    "A2A-1.0",
    "MCP-1.0",
    "REST-OpenAPI-3.1"
  ],
  "endpoints": {
    "mcp": "https://bharathrise.com/.well-known/mcp.json",
    "skills": "https://bharathrise.com/.well-known/skills.json",
    "api": "https://bharathrise.com/api/openapi.json"
  },
  "authentication": {
    "type": "none",
    "public_read": true
  }
}