🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

supplement-advisor-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supplement-advisor-mcp

MCP server providing evidence-based supplement recommendations. 19 supplements, 40+ condition endpoints, medication interaction checking, form comparison, and dosage guidance. Data from NIH DSLD, PubMed, NSF, and USP.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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

  • NIH Dietary Supplement Label Database (DSLD)
  • PubMed — clinical trial references with PMIDs
  • NSF International — third-party certification data
  • USP (United States Pharmacopeia) — quality standards

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

Keywords

mcp

FAQs

Package last updated on 07 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts