← Registry

General Tools

apotheon.io

Provides dosage calculations for various supplements based on body weight and goals.

1 endpoint22 known toolsFirst detected May 17, 2026Last detected August 29, 2026

ENDPOINT 1

https://apotheon.io/api/mcp

No auth detected

MCP server metadata

Name
apotheon
Version
1.0.0
Capabilities
tools.listChanged

Known tools 22

compute_creatine

Creatine Loading Protocol — Body-weight-scaled creatine monohydrate loading + maintenance dose.

Inferred read-only
compute_vitamin_d3

Vitamin D3 Dose-to-Target — Heaney serum-dose model.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
compute_b12

Vitamin B12 Dosing Protocol — Goal-based B12 with metformin-driven prevention dose, oral repletion schedule, form picker (cyano / methyl / hydroxo), and diet-context (omnivore vs vegetarian-vegan).

Inferred read-only
compute_omega_3

Omega-3 (EPA/DHA) Dosing Protocol — Goal-based EPA + DHA mg with formulation bioavailability adjustment (rTG / TG / EE / krill / algal), AF-history dose cap, and fatty-meal absorption guidance.

Inferred read-only
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.

Inferred read-only
compute_vitamin_k2

Vitamin K2 Dosing Protocol — Goal-based MK-7 vs MK-4 selection (dietary adequacy / postmenopausal bone / Japan-rx osteoporosis / vascular D3-stack / CKD-dialysis), with VKA contraindication block.

Inferred read-only
compute_folate_preconception

Folate Preconception Protocol — Risk-stratified preconception folate dose (prior NTD, BMI, diabetes, AED) with MTHFR-aware form selection (folic acid vs 5-MTHF).

Inferred read-only
compute_folate_homocysteine

Folate Homocysteine Protocol — Hcy-driven folate dose with B12 / B6 / renal / MTHFR adjustments.

Inferred read-only
compute_folate_mtx

Folate Methotrexate Rescue Protocol — Folic acid 5 mg/wk for low-dose RA / psoriasis / IBD methotrexate, with chemo-dose blocker (≥20 mg/wk MTX needs leucovorin instead) and GI-rescue escalation.

Inferred read-only
lookup_compound

Fetch the Apotheon monograph summary for a single compound by slug (e.g.

Inferred read-only
lookup_dose_for_week

Resolve the GLP-1 RA / GIP-GLP-1 / triple-agonist dose for a given treatment week.

Inferred read-only
search_compounds

Search Apotheon's compound monograph library by name, alias, slug, or tag.

Inferred read-only
compare_compounds

Side-by-side comparison of two Apotheon compounds.

Inferred read-only
find_protocols_by_indication

Find Apotheon compounds matching a free-text indication (e.g.

Inferred read-only
evidence_tier

Return the evidence_quality tier label for a single compound.

Inferred read-only
contraindications_for

Check whether a compound has contraindications matching a list of patient conditions.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for apotheon.io was fetched 2026-07-31T09:24:14.527Z and is being refreshed.

Trust status Neutral

apotheon.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.