{
  "markdown": "# Supplement Advisor MCP Server\n\nEvidence-based supplement recommendation MCP server. 19 supplements, 40+ conditions, medication interaction checking, form quality classification. Data sourced from NIH DSLD, PubMed, NSF, and USP.\n\nBuilt for use with Claude, Cursor, Windsurf, and any MCP-compatible client.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `recommend_supplement` | Get ranked supplement recommendations for a condition with clinical evidence, dosing, cost-per-dose, and purchase links |\n| `compare_forms` | Compare different forms of a supplement (e.g., magnesium glycinate vs citrate vs oxide) with absorption data and warnings |\n| `check_interactions` | Check if medications deplete nutrients — covers statins, metformin, PPIs, birth control, and more |\n| `get_dosage` | Get evidence-based dosage recommendations by condition, with clinical trial references and timing guidance |\n| `classify_form` | Paste any product name or ingredient list and get a quality verdict on the supplement form used |\n\n## Supplements Covered\n\nMagnesium (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\n\n## Quick Start (npx)\n\n```bash\nnpx supplement-advisor-mcp\n```\n\n## Claude Desktop / Claude Code Configuration\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"supplement-advisor\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"supplement-advisor-mcp\"]\n    }\n  }\n}\n```\n\n## Installation (from source)\n\n```bash\ngit clone https://github.com/erinheit451/supplement-advisor-mcp.git\ncd supplement-advisor-mcp\nnpm install\nnpm run build\nnpm start\n```\n\n## Data Sources\n\n- [NIH Dietary Supplement Label Database (DSLD)](https://dsld.od.nih.gov/)\n- [PubMed](https://pubmed.ncbi.nlm.nih.gov/) — clinical trial references with PMIDs\n- [NSF International](https://www.nsf.org/) — third-party certification data\n- [USP (United States Pharmacopeia)](https://www.usp.org/) — quality standards\n\nFull comparison pages and product rankings: [verifiedsupplementdata.com](https://verifiedsupplementdata.com)\n\n## How It Works\n\nThe 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.\n\nProduct rankings are based on cost-per-effective-daily-dose, third-party certification status, and clinical evidence — not sponsorship.\n\n## License\n\nMIT\n",
  "bytes": 2637,
  "sha": "c05122127373f52ba15b8eefc9d82931b18003ae69bb8e3eb5405047d4f4287a",
  "repo_slug": "erinheit451/supplement-advisor-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_verifiedsupplementdata_supplement_ad_6cdad2f9/readme"
}