npm supplement-advisor-mcpstdioMITupdated 22d ago
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.
¿Qué puedes hacer con supplement advisor mcp?
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
| 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 |
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
Instalación
Añade supplement advisor mcp a tu cliente. Elige el que uses.
claude mcp add supplement-advisor-mcp -- npx -y supplement-advisor-mcpcodex mcp add supplement-advisor-mcp -- npx -y supplement-advisor-mcpamp mcp add supplement-advisor-mcp -- npx -y supplement-advisor-mcp{
"mcpServers": {
"supplement-advisor-mcp": {
"command": "npx",
"args": [
"-y",
"supplement-advisor-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"supplement-advisor-mcp": {
"command": "npx",
"args": [
"-y",
"supplement-advisor-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"supplement-advisor-mcp","command":"npx","args":["-y","supplement-advisor-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"supplement-advisor-mcp": {
"command": "npx",
"args": [
"-y",
"supplement-advisor-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"supplement-advisor-mcp": {
"command": "npx",
"args": [
"-y",
"supplement-advisor-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"supplement-advisor-mcp": {
"command": "npx",
"args": [
"-y",
"supplement-advisor-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"supplement-advisor-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"supplement-advisor-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"supplement-advisor-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"supplement-advisor-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y supplement-advisor-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 herramientas
supplement advisor mcp expone 5 herramientas a un agente conectado.
- 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
Puntuación
68 / 100
Buena
- Documentación18/25
- Mantenimiento19/25
- Confianza13/20
- Capacidad6/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 14 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.1.0Última | 7 jul 2026 |