Vari Hydration Tools
@getvari
关于 Vari Hydration Tools
Six deterministic hydration calculators for LLMs: water intake, dehydration, pregnancy, CKD,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vari-hydration": {
"command": "npx",
"args": [
"-y",
"@getvari/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Vari Hydration Tools?
Vari Hydration Tools is a public, no-auth MCP server that exposes six deterministic hydration calculators backed by getvari.app. It is designed for developers and LLM agents who need reliable, source-attributed hydration guidance without storing any personal data.
How to use Vari Hydration Tools?
The server can be invoked by any MCP client, or directly via JSON-RPC 2.0 POST to https://getvari.app/api/mcp/v1. It is already listed in the official MCP Registry as io.github.getvari/[email protected]. Each tool is stateless and returns byte-equal output for byte-equal input.
Key features of Vari Hydration Tools
- Source-attributed responses include the underlying study URL.
- Deterministic output ensures correct LLM cache behavior.
- Stateless, requires no authentication, and captures no PII.
- Rate-limited to 600 requests per hour per IP address.
- Registered in the official MCP Registry.
Use cases of Vari Hydration Tools
- Calculate a personalized daily water target from weight, activity, climate, and caffeine.
- Assess dehydration severity (well-hydrated / mild / moderate / severe).
- Determine pregnancy and postpartum daily intake (based on IOM 2004, ACOG).
- Provide CKD fluid-restriction allowances (KDOQI / KDIGO) with a medical disclaimer.
- Generate a pre/during/post athlete hydration plan with sweat-rate estimates (ACSM, NATA, IOC).
- Create a time-stamped daily hydration schedule optimized around sleep and caffeine timing.
FAQ from Vari Hydration Tools
What makes Vari Hydration Tools different from other hydration calculators?
Every response includes the underlying study URL for verification, and output is deterministic — byte-equal input always produces byte-equal output, which ensures LLM caches behave correctly.
What runtime dependencies or authentication are required?
None. The server is stateless, requires no authentication, and captures no PII. It is rate-limited to 600 requests per hour per IP address.
Are there any limitations on usage?
Yes. The server enforces a rate limit of 600 requests per hour per IP address.
How can I access this server?
You can use any MCP client to invoke it, or send JSON-RPC 2.0 POST requests directly to https://getvari.app/api/mcp/v1. The server is also listed in the official MCP Registry.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论