A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"nutrikids-mcp-server": {
"url": "https://nutrikid-6a65078a-hooli-amrita-university-coimbatore.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
"nutrikids-mcp-server": {
"serverUrl": "https://nutrikid-6a65078a-hooli-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.nutrikids-mcp-server] url = "https://nutrikid-6a65078a-hooli-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://nutrikid-6a65078a-hooli-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Search for pediatric food items to obtain calories, macronutrients (protein, carbs, fat, fibre), serving size, and confidence score.
Calculate daily energy, macronutrient, water, and fibre targets tailored for pediatric growth.
Filter food list against child allergies (e.g. dairy, nuts, gluten, peanuts, eggs, soy) and return safety classification.
Provide personalized pediatric food recommendations and foods to avoid based on child age, goal, diet, and allergies.
Generate a complete, age-appropriate 1-day Indian pediatric meal plan with macronutrient breakdowns and clinical reasoning.
Analyze pediatric symptoms, assess clinical severity, identify likely nutritional deficits, and determine whether medical consultation is needed.
Identify potential Iron, Vitamin D, Calcium, Protein, and Vitamin B12 deficiencies based on symptoms, eating habits, and diet type.
Retrieve evidence-based WHO / ICMR 2020 pediatric clinical guidelines for topics such as Iron deficiency, Constipation, Growth faltering, or Obesity.
Check general pediatric medication safety information, precautions, contraindications, and food/nutrient interactions. (Do NOT prescribe medication or dosage).
Generate a dual Doctor Summary and Parent Summary synthesizing child profile, symptoms, nutrition findings, and growth data.
Calculate pediatric Body Mass Index (BMI) based on weight (kg) and height (cm).
Calculate WHO Growth Percentiles (Height, Weight, BMI) and Z-score for pediatric assessment.
Calculate annualized height growth velocity (cm/year) and compare against WHO age-specific benchmarks.
Predict future height and weight trajectory up to target age based on WHO growth curves.
Evaluate pediatric growth risk score, stunting status, wasting status, and clinical risk factors.
Orchestrate pediatric intelligence requests by routing query across Growth, Medical, and Food MCP modules and returning a reconciled evidence-based clinical report.