Back to Browse

Supplement Advisor MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Evidence-based supplement guidance: clinical doses, form comparisons, interactions, cost-per-dose.

About

Evidence-based supplement guidance: clinical doses, form comparisons, interactions, cost-per-dose.

Security Report

4.8
Use Caution4.8High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-verifiedsupplementdata-supplement-advisor-mcp": {
      "args": [
        "-y",
        "supplement-advisor-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Supplement Advisor MCP Server

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.

Tools

ToolDescription
recommend_supplementGet ranked supplement recommendations for a condition with clinical evidence, dosing, cost-per-dose, and purchase links
compare_formsCompare different forms of a supplement (e.g., magnesium glycinate vs citrate vs oxide) with absorption data and warnings
check_interactionsCheck if medications deplete nutrients — covers statins, metformin, PPIs, birth control, and more
get_dosageGet evidence-based dosage recommendations by condition, with clinical trial references and timing guidance
classify_formPaste any product name or ingredient list and get a quality verdict on the supplement form used

Supplements Covered

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

Quick Start (npx)

npx supplement-advisor-mcp

Claude Desktop / Claude Code Configuration

Add to your MCP config:

{
  "mcpServers": {
    "supplement-advisor": {
      "command": "npx",
      "args": ["-y", "supplement-advisor-mcp"]
    }
  }
}

Installation (from source)

git clone https://github.com/erinheit451/supplement-advisor-mcp.git
cd supplement-advisor-mcp
npm install
npm run build
npm start

Data Sources

Full comparison pages and product rankings: verifiedsupplementdata.com

How It Works

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.

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Supplement Advisor MCP Server - Evidence-based supplement guidance: clinical doses, form | MCP Marketplace