← apotheon.io

INDIVIDUAL MCP TOOL

compute_calcium

Calcium Daily Intake Protocol — Life-stage RDA minus dietary intake (dairy + leafy + fortified servings) → supplement gap, formulation guidance (carbonate vs citrate), with T2D and PPI flags.

apotheon.ionone 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

apotheon.io

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • compute_creatine — Creatine Loading Protocol — Body-weight-scaled creatine monohydrate loading + maintenance dose.
  • compute_vitamin_d3 — Vitamin D3 Dose-to-Target — Heaney serum-dose model.
  • compute_peptide_reconstitution — Peptide Reconstitution — U-100 syringe math for any peptide vial: vial mass + bacteriostatic water volume + dose → injection volume, syringe units, and doses-per-vial.
  • compute_magnesium — Magnesium Dosing Protocol — Goal-based elemental magnesium dose, recommended form (glycinate / threonate / citrate / etc.), and split schedule with a deficiency-repletion override that bypasses the supplemental UL.
  • compute_melatonin — Melatonin Dose & Timing — Goal-based melatonin dose (sleep onset / jet lag eastward / DSPS phase advance / elderly maintenance), CYP1A2-aware ceiling, T2DM glycemic monitor flag, and IR vs PR form picker.
  • compute_iron_repletion — Iron Repletion Protocol — Ferritin-anchored elemental iron dose with daily / alternate-day / 3×/week schedule selector, GI-tolerance form picker, and stop / severe / escalate / workup safety flags.
  • compute_hair_loss_protocol — Hair Loss Protocol Selector — Demographic-adjusted finasteride + minoxidil schedule with topical / oral / both routes, cautious-dose toggle, and the female-pre / pregnancy / cat-or-dog warning surface.
  • compute_zinc — Zinc Dosing Protocol — Goal-based elemental zinc with copper-stack flag, lozenge timing for cold-onset, and diet-context UL adjustments (omnivore / vegetarian-vegan / PPI-user).