General Tools
apotheon.io
Provides dosage calculations for various supplements based on body weight and goals.
ENDPOINT 1
https://apotheon.io/api/mcp
MCP server metadata
- Name
- apotheon
- Version
- 1.0.0
Known tools 22
compute_creatineCreatine Loading Protocol — Body-weight-scaled creatine monohydrate loading + maintenance dose.
Inferred read-onlycompute_peptide_reconstitutionPeptide 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-onlycompute_magnesiumMagnesium 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-onlycompute_melatoninMelatonin 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-onlycompute_iron_repletionIron 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-onlycompute_hair_loss_protocolHair 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-onlycompute_zincZinc 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-onlycompute_b12Vitamin 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-onlycompute_omega_3Omega-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-onlycompute_calciumCalcium 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-onlycompute_vitamin_k2Vitamin 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-onlycompute_folate_preconceptionFolate Preconception Protocol — Risk-stratified preconception folate dose (prior NTD, BMI, diabetes, AED) with MTHFR-aware form selection (folic acid vs 5-MTHF).
Inferred read-onlycompute_folate_homocysteineFolate Homocysteine Protocol — Hcy-driven folate dose with B12 / B6 / renal / MTHFR adjustments.
Inferred read-onlycompute_folate_mtxFolate 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-onlylookup_compoundFetch the Apotheon monograph summary for a single compound by slug (e.g.
Inferred read-onlylookup_dose_for_weekResolve the GLP-1 RA / GIP-GLP-1 / triple-agonist dose for a given treatment week.
Inferred read-onlysearch_compoundsSearch Apotheon's compound monograph library by name, alias, slug, or tag.
Inferred read-onlyfind_protocols_by_indicationFind Apotheon compounds matching a free-text indication (e.g.
Inferred read-onlycontraindications_forCheck whether a compound has contraindications matching a list of patient conditions.
Inferred read-onlyCONNECT 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.
apotheon.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.