{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "Balyakal Educational Platform",
    "version": "1.0.0",
    "description": "Bilingual educational platform for children, parents, and teachers providing printable worksheets, interactive games, and folklore stories."
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "website": "https://balyakal.com",
  "documentation": "https://balyakal.com/llms-full.txt",
  "tools": [
    {
      "name": "generate_worksheet",
      "description": "Generates high-resolution printable PDF and canvas worksheets for early math, Devanagari tracing, shape matching, and fine motor skills."
    },
    {
      "name": "get_folklore_story",
      "description": "Fetches bilingual (Nepali/English) moral stories and generates printable story sheets with evaluation question papers."
    }
  ]
}
