← supp.science
INDIVIDUAL MCP TOOL
list_guides
List the comparison guides ("which form should you take?
LIVE ENDPOINT
https://supp.science/mcp
Connect to this endpoint to inspect the live schema for list_guides and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.suppscience]
url = "https://supp.science/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"suppscience": {
"type": "http",
"url": "https://supp.science/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: suppscience
Remote MCP URL: https://supp.science/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"suppscience": {
"url": "https://supp.science/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"suppscience": {
"type": "http",
"url": "https://supp.science/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "suppscience",
"transport": "streamable-http",
"url": "https://supp.science/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_supplements— Search the catalog of 511 evidence-graded supplements by name, category, or topic.get_supplement— Get the full evidence analysis for one supplement by slug: per-claim evidence grades, studied dose, safety, PubMed references, purchase link (buyUrl), and the citable pageUrl (with a Portuguese version under "pt").get_guide— Get one comparison guide by slug, with the compared options, per-option verdicts, and purchase links.