Nutritional Risk Screening (NRS-2002) Connector for AI agents.
3 live capabilities
Assess patient malnutrition risk and generate ESPEN nutrition guidelines.
Waiting for input…
Why people use Nutritional Risk Screening (NRS-2002)
Nutritional Risk Screening (NRS-2002) for Malnutrition Triage
This Connector handles all those calculations instantly. You just feed the patient's data to your agent, and it returns a standardized risk score and a clear plan for intervention.
What Vinkius changes
You get a standardized malnutrition risk assessment from raw patient data in seconds.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid Triage
A dietitian has a list of 20 new admissions and uses `perform_full_nrs_screening` to identify the top 5 highest-risk patients for immediate intervention.
- Real-world use case 02
Rounding Support
A nurse wants to check if a patient's current disease severity has moved them into a higher risk category using `evaluate_disease_impact` during a shift change.
- Real-world use case 03
Data Entry Cleanup
A clinic wants to convert old paper records of weight loss and BMI into standardized scores using `evaluate_nutritional_status` for a new digital dashboard.
Complete set · 3capabilities
The complete Nutritional Risk Screening (NRS-2002) capability set.
These are the exact actions your AI can choose when you ask it to work with Nutritional Risk Screening (NRS-2002).
01—03
3 capabilities in this set.
Part of 3 available through Nutritional Risk Screening (NRS-2002).
- 01 Capability
Perform full nrs screening
Runs a complete NRS-2002 assessment to provide a total risk score and intervention advice. This gives a comprehensive overview of the patient's nutritional needs.
- 02 Capability
Evaluate disease impact
Calculates the disease impact score (S component) based on the patient's current medical condition. This helps identify how much a specific illness contributes to the risk of malnutrition.
- 03 Capability
Evaluate nutritional status
Determines the nutritional status score (N component) using BMI and weight loss data. It provides a clear metric for the patient's current physical state.
Set up in minutes
One URL. Then ask Nutritional Risk Screening (NRS-2002) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nutritional Risk Screening (NRS-2002) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oRurXfbrzsT9DjtBcuG2COoKzx4xv31AsQStEEeH/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Nutritional Risk Screening (NRS-2002), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Nutritional Risk Screening (NRS-2002) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oRurXfbrzsT9DjtBcuG2COoKzx4xv31AsQStEEeH/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Nutritional Risk Screening (NRS-2002) URL.
- Step 03
Save and start
Save the connection and enable Nutritional Risk Screening (NRS-2002) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nutritional-risk-screening-nrs-2002": {
"url": "https://edge.vinkius.com/vk_preview_oRurXfbrzsT9DjtBcuG2COoKzx4xv31AsQStEEeH/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Nutritional Risk Screening (NRS-2002)
Open Agent mode in chat and ask: "Using Nutritional Risk Screening (NRS-2002), help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nutritional-risk-screening-nrs-2002": {
"url": "https://edge.vinkius.com/vk_preview_oRurXfbrzsT9DjtBcuG2COoKzx4xv31AsQStEEeH/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Nutritional Risk Screening (NRS-2002)
Ask Copilot: "Using Nutritional Risk Screening (NRS-2002), help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nutritional-risk-screening-nrs-2002": {
"url": "https://edge.vinkius.com/vk_preview_oRurXfbrzsT9DjtBcuG2COoKzx4xv31AsQStEEeH/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Nutritional Risk Screening (NRS-2002)
Open Cascade and ask: "Using Nutritional Risk Screening (NRS-2002), help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nutritional-risk-screening-nrs-2002": {
"url": "https://edge.vinkius.com/vk_preview_oRurXfbrzsT9DjtBcuG2COoKzx4xv31AsQStEEeH/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Nutritional Risk Screening (NRS-2002)
Ask Cline: "Using Nutritional Risk Screening (NRS-2002), help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nutritional-risk-screening-nrs-2002 --transport http "https://edge.vinkius.com/vk_preview_oRurXfbrzsT9DjtBcuG2COoKzx4xv31AsQStEEeH/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Nutritional Risk Screening (NRS-2002)
Ask Claude: "Using Nutritional Risk Screening (NRS-2002), show me...". 3 tools are ready
Where the request belongs
Work Nutritional Risk Screening can move forward.
Registered dietitians and clinical staff who need to screen hospital patients for malnutrition without doing manual math. It's for those who need to stay compliant with ESPEN guidelines while managing high patient volumes.
Registered Dietitian (RD)
Uses this to quickly screen high volumes of patients and prioritize their daily rounds.
Hospital Administrator
Uses it to ensure the facility meets ESPEN guidelines for patient care and clinical safety.
Clinical Nurse
Uses it to flag patients who need immediate nutritional intervention during shift handoffs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGeneva Score Calculator
Calculate pulmonary embolism risk using the Revised Geneva Score algorithm.
MEWS Calculator
Quantify patient physiological deterioration using the Modified Early Warning Score (MEWS) system.
SOFA Score Calculator
Calculate SOFA scores, mortality risk, and sepsis status.
HAS-BLED Score Calculator
Assess major bleeding risk in patients on anticoagulation therapy using the HAS-BLED scoring system.
GRACE Score Calculator
Calculates the Global Registry of Acute Coronary Events (GRACE) risk score to predict in-hospital and six-month mortality for ACS patients.
USDA FoodData Central
Manage your nutritional research. audit food records and nutrient data via AI.
Bring your own AI
Change the model, client or framework. Keep Nutritional Risk Screening connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Nutritional Risk Screening.
The practical details behind the request, access and result.
What is Nutritional Risk Screening (NRS-2002) used for?
It is used to identify patients in a hospital setting who are at risk of malnutrition. It helps clinicians decide who needs immediate nutritional support and who does not.
Can this help with ESPEN guidelines?
Yes, the Connector provides actionable recommendations that align with established ESPEN guidelines for clinical nutrition.
How does it calculate scores?
It processes data including Body Mass Index (BMI), weight loss, food intake, and disease severity to provide a standardized clinical score.
Is it for clinic use?
It is specifically designed for hospital and clinical environments to assess patients who are currently admitted for treatment.
How does it help dietitians?
It saves time by automating the math of the NRS-2002 protocol, allowing dietitians to triage patients faster and stay consistent with clinical standards.
Does it support different patient types?
It is tailored for hospitalized patients. For patients in outpatient settings or general wellness, a different assessment capability would be more appropriate.
What is the purpose of this capability?
It identifies patients at risk of malnutrition during hospital stays by calculating a score based on nutritional status and disease severity.
How is the risk determined?
The capability aggregates points from BMI, weight loss, food intake, and metabolic stress. A total score of 3 or higher indicates nutritional risk.
Does it follow any specific guidelines?
Yes, the clinical recommendations provided are based on the European Society for Clinical Nutrition and Metabolism (ESPEN) guidelines.
One connection away
Give your agent a direct line to Nutritional Risk Screening.
Connect Nutritional Risk Screening once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available