Server data from the Official MCP Registry
Evidence-based supplement guidance: clinical doses, form comparisons, interactions, cost-per-dose.
Evidence-based supplement guidance: clinical doses, form comparisons, interactions, cost-per-dose.
This MCP server is well-structured with appropriate authentication, no malicious patterns, and permissions that align with its purpose as a supplement recommendation tool. The code demonstrates good security practices with input validation via Zod schemas, no hardcoded credentials, and safe data handling. Minor code quality observations around error handling and logging do not significantly impact the overall security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"com-verifiedsupplementdata-supplement-advisor-mcp": {
"args": [
"-y",
"supplement-advisor-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Evidence-based supplement recommendation MCP server. 19 supplements, 40+ conditions, medication interaction checking, form quality classification. Data sourced from NIH DSLD, PubMed, NSF, and USP.
Built for use with Claude, Cursor, Windsurf, and any MCP-compatible client.
| Tool | Description |
|---|---|
recommend_supplement | Get ranked supplement recommendations for a condition with clinical evidence, dosing, cost-per-dose, and purchase links |
compare_forms | Compare different forms of a supplement (e.g., magnesium glycinate vs citrate vs oxide) with absorption data and warnings |
check_interactions | Check if medications deplete nutrients — covers statins, metformin, PPIs, birth control, and more |
get_dosage | Get evidence-based dosage recommendations by condition, with clinical trial references and timing guidance |
classify_form | Paste any product name or ingredient list and get a quality verdict on the supplement form used |
Magnesium (glycinate), Vitamin D3, Omega-3, Creatine, Iron (bisglycinate), Vitamin B12, CoQ10, Collagen, Multivitamin, Protein, Biotin, Calcium Citrate, Vitamin C, Methylfolate, Probiotics, Ashwagandha, L-Theanine, Tongkat Ali, Zinc
npx supplement-advisor-mcp
Add to your MCP config:
{
"mcpServers": {
"supplement-advisor": {
"command": "npx",
"args": ["-y", "supplement-advisor-mcp"]
}
}
}
git clone https://github.com/erinheit451/supplement-advisor-mcp.git
cd supplement-advisor-mcp
npm install
npm run build
npm start
Full comparison pages and product rankings: verifiedsupplementdata.com
The server loads structured evidence data (clinical doses, form comparisons, medication-nutrient interactions) and exposes it through MCP tools. When an AI assistant receives a supplement question, it calls the appropriate tool and gets back formatted, citation-backed recommendations.
Product rankings are based on cost-per-effective-daily-dose, third-party certification status, and clinical evidence — not sponsorship.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.