← healthyagingatlas.com

INDIVIDUAL MCP TOOL

recommend_for_goal

Get evidence-ranked supplement recommendations for a specific health goal, with optional budget and demographic filters.

healthyagingatlas.comnone authenticationAvailability not checked

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 endpoint

healthyagingatlas.com

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.healthyagingatlas-com]
url = "https://healthyagingatlas.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "healthyagingatlas-com": {
      "type": "http",
      "url": "https://healthyagingatlas.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: healthyagingatlas-com
Remote MCP URL: https://healthyagingatlas.com/api/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": {
    "healthyagingatlas-com": {
      "url": "https://healthyagingatlas.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "healthyagingatlas-com": {
      "type": "http",
      "url": "https://healthyagingatlas.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "healthyagingatlas-com",
  "transport": "streamable-http",
  "url": "https://healthyagingatlas.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_supplements — Search for supplements by name, ingredient, or health benefit.
  • get_product — Retrieve detailed data for a specific supplement product: full ingredient profile, trust score, third-party certifications, pricing, and evidence summary.
  • compare_supplements — Head-to-head comparison of two supplements.
  • get_price_history — Retrieve price history and freshness data for a supplement product.