← supp.science

INDIVIDUAL MCP TOOL

search_supplements

Search the catalog of 511 evidence-graded supplements by name, category, or topic.

supp.sciencenone authenticationAvailability not checked

LIVE ENDPOINT

https://supp.science/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_supplements 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

supp.science

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

  • 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").
  • list_guides — List the comparison guides ("which form should you take?
  • get_guide — Get one comparison guide by slug, with the compared options, per-option verdicts, and purchase links.