Nutrikids Mcp Server

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

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:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

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
Available Tools
search_food

Search for pediatric food items to obtain calories, macronutrients (protein, carbs, fat, fibre), serving size, and confidence score.

calculate_nutrition_targets

Calculate daily energy, macronutrient, water, and fibre targets tailored for pediatric growth.

filter_allergens

Filter food list against child allergies (e.g. dairy, nuts, gluten, peanuts, eggs, soy) and return safety classification.

recommend_foods

Provide personalized pediatric food recommendations and foods to avoid based on child age, goal, diet, and allergies.

create_simple_meal_plan

Generate a complete, age-appropriate 1-day Indian pediatric meal plan with macronutrient breakdowns and clinical reasoning.

analyze_symptoms

Analyze pediatric symptoms, assess clinical severity, identify likely nutritional deficits, and determine whether medical consultation is needed.

identify_deficiencies

Identify potential Iron, Vitamin D, Calcium, Protein, and Vitamin B12 deficiencies based on symptoms, eating habits, and diet type.

retrieve_guidelines

Retrieve evidence-based WHO / ICMR 2020 pediatric clinical guidelines for topics such as Iron deficiency, Constipation, Growth faltering, or Obesity.

check_medication

Check general pediatric medication safety information, precautions, contraindications, and food/nutrient interactions. (Do NOT prescribe medication or dosage).

generate_clinical_summary

Generate a dual Doctor Summary and Parent Summary synthesizing child profile, symptoms, nutrition findings, and growth data.

calculate_bmi

Calculate pediatric Body Mass Index (BMI) based on weight (kg) and height (cm).

calculate_percentile

Calculate WHO Growth Percentiles (Height, Weight, BMI) and Z-score for pediatric assessment.

growth_velocity

Calculate annualized height growth velocity (cm/year) and compare against WHO age-specific benchmarks.

predict_growth

Predict future height and weight trajectory up to target age based on WHO growth curves.

growth_risk

Evaluate pediatric growth risk score, stunting status, wasting status, and clinical risk factors.

supervisor_chat

Orchestrate pediatric intelligence requests by routing query across Growth, Medical, and Food MCP modules and returning a reconciled evidence-based clinical report.