
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
truthstack-mcp
Advanced tools
TruthStack MCP Server — Structured supplement interaction and evidence data for AI agents
Structured supplement interaction and evidence data for AI agents via the Model Context Protocol.
TruthStack provides machine-readable reference data about dietary supplements and their documented interactions with prescription medications. Instead of relying on LLM training data — which frequently hallucinates supplement information — your agent calls TruthStack for structured, cited evidence from published literature and FDA adverse event reports.
Important: This is informational reference data only. It is not medical advice, not a medical device, and not intended to diagnose, treat, cure, or prevent any disease. Always consult a healthcare provider before making changes to supplements or medications. Our database covers a growing set of compounds and may not be exhaustive.
| Tool | What It Returns | When to Use |
|---|---|---|
check_interactions | Evidence on supplement + medication combinations: reported signals, CYP pathway data, evidence balance | User mentions supplements + meds together |
search_compounds | Fuzzy name resolution (584 aliases, handles misspellings and brand names) | Need to resolve messy input ("mag gly", "KSM-66") |
get_compound_info | Full compound profile + all documented interactions | Deep dive on a specific supplement |
explain_interaction | Human-readable explanation: mechanism, evidence summary, published sources | User asks "why might this be a concern?" |
get_evidence_balance | Raw evidence: FAERS report counts, CYP data, research grades, evidence balance | Need to cite sources or provide provenance |
Contact chris@truthstack.co or visit truthstack.co
git clone https://github.com/TruthStack1/truthstack-mcp.git
cd truthstack-mcp
npm install
Edit ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"truthstack": {
"command": "node",
"args": ["/path/to/truthstack-mcp/server.js"],
"env": {
"VAULT_API_URL": "https://api.truthstack.co",
"VAULT_API_KEY": "your-api-key"
}
}
}
}
Restart Claude Desktop. You'll see TruthStack tools available in the tool picker.
Ask Claude: "What does published research say about taking ashwagandha with sertraline?"
Claude will call check_interactions and return structured evidence including FDA adverse event report counts and CYP pathway data.
Every MCP tool maps to a REST endpoint:
| MCP Tool | REST Endpoint |
|---|---|
check_interactions | POST /api/interactions/check |
search_compounds | GET /api/compounds/search?q={query} |
get_compound_info | GET /api/compounds/{id} |
explain_interaction | Composite endpoint |
get_evidence_balance | Composite endpoint |
Base URL: https://api.truthstack.co · Auth: X-API-Key header · Docs: https://api.truthstack.co/docs
If building a health-aware agent, consider including guidance like:
You have access to TruthStack reference data tools. When users ask about
supplement and medication combinations, use check_interactions to look up
published evidence rather than relying on training data alone.
When presenting results:
- State what the evidence shows, not what is "safe" or "unsafe"
- Mention FDA adverse event report counts when available
- Note CYP pathway considerations
- Always recommend discussing findings with a healthcare provider
- Make clear this is reference data, not medical advice
- Use explain_interaction when users want to understand the evidence
We're looking for:
MIT
TruthStack provides structured reference data about dietary supplements for informational and educational purposes only. It does not provide medical advice, diagnosis, or treatment. Not a medical device. Not cleared or approved by the FDA. Always consult a qualified healthcare provider before making changes to supplements or medications.
FAQs
TruthStack MCP Server — Structured supplement interaction and evidence data for AI agents
We found that truthstack-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.